I've learned that the GIF format is patented and Unisys is enforcing it. Bummer! I am writing a commercial application that must display graphics over the internet. I don't think BMP is supported by all browsers.
Does anyone know where I can find a good algorithm for converting a BMP (device dependent or not) to a PNG file?
: I've learned that the GIF format is patented and Unisys is enforcing it. Bummer! I am writing a commercial application that must display graphics over the internet. I don't think BMP is supported by all browsers.
: Does anyone know where I can find a good algorithm for converting a BMP (device dependent or not) to a PNG file?
: I've learned that the GIF format is patented and Unisys is enforcing it. Bummer! I am writing a commercial application that must display graphics over the internet. I don't think BMP is supported by all browsers.
: Does anyone know where I can find a good algorithm for converting a BMP (device dependent or not) to a PNG file?
Comments
or you can learn about PNG from www.wotsit.org
Sid
: I've learned that the GIF format is patented and Unisys is enforcing it. Bummer! I am writing a commercial application that must display graphics over the internet. I don't think BMP is supported by all browsers.
: Does anyone know where I can find a good algorithm for converting a BMP (device dependent or not) to a PNG file?
URL:http://www.deja.com/~cyberdevelopers
: I've learned that the GIF format is patented and Unisys is enforcing it. Bummer! I am writing a commercial application that must display graphics over the internet. I don't think BMP is supported by all browsers.
: Does anyone know where I can find a good algorithm for converting a BMP (device dependent or not) to a PNG file?
Try out http://www.cgi-resources.com/ and look at the C/C++ section. There's a Gif manipulator library for CGI.
-Xotor-