Search found 1 match
- 2014-07-16T20:07:56-07:00
- Forum: Magick++
- Topic: API Clarification
- Replies: 0
- Views: 7736
API Clarification
I'm trying to create an animated gif from a set of Magick::Image(s) that are "extracted" or cropped out from one big image. The original "big.jpg" is 480×3200, it contains 5 frames or regions I'm interested in. After extracting/cropping the image(s) they are pushed into a vector. The vector is then ...