Search found 2 matches

by Mengu
2018-02-16T11:15:35-07:00
Forum: Users
Topic: defaults for gif creation
Replies: 2
Views: 1690

Re: defaults for gif creation

hi all

just wanted to bump this.
by Mengu
2018-02-15T02:27:51-07:00
Forum: Users
Topic: defaults for gif creation
Replies: 2
Views: 1690

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(Ma...