Search found 4 matches
- 2014-04-25T07:53:07-07:00
- Forum: Bugs
- Topic: "clone" discards all but one frame of animated GIF
- Replies: 4
- Views: 5179
Re: "clone" discards all but one frame of animated GIF
snibgo, the command line I gave was a JPEG, yes, but in my explanation I clarified that if you try the same trick with a GIF you run into the issue I mentioned if it's animated. Just clarifying - I appreciate the advice on the proper use of clone. I'll try it out and report back.
- 2014-04-24T19:24:24-07:00
- Forum: Bugs
- Topic: "clone" discards all but one frame of animated GIF
- Replies: 4
- Views: 5179
Re: "clone" discards all but one frame of animated GIF
AHA! If I do this, is the interframe delay timing information preserved?
Thanks!
Thanks!
- 2014-04-24T12:08:57-07:00
- Forum: Bugs
- Topic: "clone" discards all but one frame of animated GIF
- Replies: 4
- Views: 5179
"clone" discards all but one frame of animated GIF
We use command lines like this to resize an image to various sizes in a single command so we don't decode the original image over and over. It's quite fast: convert input.jpg -resize '1600x1280>' '(' +clone -resize '1140x1440>' -write big.jpg '+delete' ')' '(' +clone -resize '760x760>' -write small ...
- 2013-11-29T10:49:57-07:00
- Forum: Bugs
- Topic: Mac binaries do not support JPEG or PNG
- Replies: 0
- Views: 3731
Mac binaries do not support JPEG or PNG
I downloaded the official Mac binaries today from: http://www.imagemagick.org/script/binary-releases.php#macosx They do not support JPEG or PNG. They work fine with GIF, but that's not all that useful by itself (: I have verified that if I use binaries built with macports there is no problem ...