Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BMP to GIF in PHP

Status
Not open for further replies.

bobo123

Programmer
Oct 4, 2002
30
Please, how to convert BMP to GIF format in PHP ?
Any library, code ???
Thanks

Bobo
 
It may not be possible using PHP's internal functions.

PHP has a set of image-processing functions, but those functions depend on the GD library ( to operate.

The GD library used to support GIF format, but the GIF format for images is patented, so the author removed support for GIFs from the libary. The patent on GIFs expired in the U.S. 2003-06-20, but does not expire in other countries until 2004-07-07, so the author has decided to wait until then before reimplementing GIFs in the library.

Want the best answers? Ask the best questions: TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top