Converting bmp to png,jpg or gif

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
webgroundz
Forum Commoner
Posts: 58
Joined: Thu Jun 21, 2007 1:20 am
Location: Philippines

Converting bmp to png,jpg or gif

Post by webgroundz »

hello guys!, can you give me any idea how can i convert bitmap image to png,jpg or gif..

any suggestion is highly appreciated. thanks...

:) :) :)
miro_igov
Forum Contributor
Posts: 485
Joined: Fri Mar 31, 2006 5:06 am
Location: Bulgaria

Post by miro_igov »

With Photoshop? :D
User avatar
stereofrog
Forum Contributor
Posts: 386
Joined: Mon Dec 04, 2006 6:10 am

Re: Converting bmp to png,jpg or gif

Post by stereofrog »

webgroundz wrote:hello guys!, can you give me any idea how can i convert bitmap image to png,jpg or gif..

any suggestion is highly appreciated. thanks...
You can use imagemagick, if this is not an option, find a pure php class (there are plenty of them, google for "php bmp").
Post Reply