Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create GIF file from other format file in C++

Tags:

c++

image

gif

I want to create 2 bits per pixel GIF files in VC environment from a TIFF file.

Is there any free library or maybe source that could help me?

Or how can I do it myself?

like image 881
Shahrooz Kia Avatar asked Feb 03 '26 09:02

Shahrooz Kia


1 Answers

You can use either OpenIL ( http://openil.sourceforge.net/ ), which is a C library, or if you really want a C++ only solution, Magick++ ( http://www.imagemagick.org/www/Magick++/ )

like image 57
jcayzac Avatar answered Feb 04 '26 22:02

jcayzac



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!