hi all
just wanted to bump this.
Search found 2 matches
- 2018-02-16T11:15:35-07:00
- Forum: Users
- Topic: defaults for gif creation
- Replies: 2
- Views: 1884
- 2018-02-15T02:27:51-07:00
- Forum: Users
- Topic: defaults for gif creation
- Replies: 2
- Views: 1884
defaults for gif creation
hi all i'm using imagemagick with C++. i have couple of questions regarding gif creation. i create a gif like the following code: std::vector<Magick::Image> frames; for (int i = 0; i < fromImages.size(); ++i) { Magick::Image img = fromImages[i].getImage(); img.animationDelay(10); img.compressType ...