Search found 1 match
- 2011-10-09T18:46:55-07:00
- Forum: Users
- Topic: Coalescing bmps into a gif with Magick++
- Replies: 1
- Views: 3589
Coalescing bmps into a gif with Magick++
I apologize in advance if this is too simple a question to ask here. I have a simple program in c++ which outputs many bitmap image files and I want to write a for loop which will coalesce them into one gif file. I think I understand that I should be including STL.cpp, and using the coalesceImages ...