BMP - GIF
-
Hi, I have a 24bit BMP and want to programatically convert it to GIF file. How do i do that Sameer
-
Hi, I have a 24bit BMP and want to programatically convert it to GIF file. How do i do that Sameer
Use any of the varios graphics libraries available on the net. For one, paintlib seems a good choice. PS: Seems paintlib does not output GIFs, probably because of the patents problems associated with this format. If you can switch to PNG then the library will serve your needs. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
-
Use any of the varios graphics libraries available on the net. For one, paintlib seems a good choice. PS: Seems paintlib does not output GIFs, probably because of the patents problems associated with this format. If you can switch to PNG then the library will serve your needs. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
Joaquín M López Muñoz wrote: If you can switch to PNG then the library will serve your needs. Actually, I have a 24 bit BMP and I want a format, which converts it to a Browser Compatible format and its size is the smallest. Wha about the size of PNGs Sameer
-
Joaquín M López Muñoz wrote: If you can switch to PNG then the library will serve your needs. Actually, I have a 24 bit BMP and I want a format, which converts it to a Browser Compatible format and its size is the smallest. Wha about the size of PNGs Sameer
If you're outputting synthetic images (chart diagrams, simple icons), then PNG is fine. For all other things, specially photographies, JPEG is a much better choice. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo