Cropping does NOT remove the virtual canvas offsets. That can be particularly important in animations with frame optimization. See IM examples Animation Modifications, Cropping, and next section Cropping Canvas too.
http://www.imagemagick.org/Usage/anim_mods/#crop
However as your images are ...
Search found 2 matches
- 2011-05-16T17:32:08-07:00
- Forum: Users
- Topic: [Solved] Overlaying image onto animation aligned improperly
- Replies: 3
- Views: 6474
- 2011-05-15T22:44:06-07:00
- Forum: Users
- Topic: [Solved] Overlaying image onto animation aligned improperly
- Replies: 3
- Views: 6474
[Solved] Overlaying image onto animation aligned improperly
Hello,
I'm on Ubuntu 11.04, and am trying to overlay a static blue coastline image onto a geostationary GIF animation with 12 frames using imagemagick.
The code I used to create the composite animation is as follows:
convert \( animation.gif -coalesce \) null: \( outline.tif -coalesce \) -layers ...
I'm on Ubuntu 11.04, and am trying to overlay a static blue coastline image onto a geostationary GIF animation with 12 frames using imagemagick.
The code I used to create the composite animation is as follows:
convert \( animation.gif -coalesce \) null: \( outline.tif -coalesce \) -layers ...