fmw42 wrote: ↑2018-06-26T15:43:11-07:00 This command works fine for me in ImageMagick 6.9.10.2 Q16 Mac OSX.
Code: Select all
convert bricks.png null: \( yellow_dots.gif -coalesce \) -layers composite -layers optimize anim.gif
Search found 5 matches
- 2018-06-27T06:29:49-07:00
- Forum: Users
- Topic: Using dispose method to reuse background
- Replies: 8
- Views: 5893
Re: Using dispose method to reuse background
That works perfectly, thanks to both fmw42 & snibgo for your help
- 2018-06-26T11:11:08-07:00
- Forum: Users
- Topic: Using dispose method to reuse background
- Replies: 8
- Views: 5893
Re: Using dispose method to reuse background
Sure: https://imageshack.com/a/img921/4900/oarA28.gif and bg again for reference: https://imageshack.com/a/img922/926/d6c6V9.png Make your set of yellow dot images into an animated gif and see if that has the jolt. Make that work first. If it does not have a jolt, then upload the animated gif for ...
- 2018-06-26T10:48:27-07:00
- Forum: Users
- Topic: Using dispose method to reuse background
- Replies: 8
- Views: 5893
Re: Using dispose method to reuse background
bg image: https://imageshack.com/a/img922/926/d6c6V9.png ball frames: https://imageshack.com/a/2Kko/1 Sorry the 49 images are separate, I couldn't find a reliable zip share site It resizes to 160px width on output; convert -dispose none -delay 0 test_bg.png -dispose previous -delay 4 testpngs/*.png ...
- 2018-06-26T09:54:45-07:00
- Forum: Users
- Topic: Using dispose method to reuse background
- Replies: 8
- Views: 5893
Re: Using dispose method to reuse background
Thanks for your reply snibgo, hopefully this post will make it clearer. The background is this, test_bg.png : https://imageshack.com/a/img924/9524/FkmGrE.png The testpngs directory is a transparent png sequence containing these images: https://imageshack.com/a/img923/9991/F9eRfZ.png I almost got it ...
- 2018-06-26T05:14:50-07:00
- Forum: Users
- Topic: Using dispose method to reuse background
- Replies: 8
- Views: 5893
Using dispose method to reuse background
Hello, I'm new to imagemagick, I was looking at ways to optimise a gif with a static background. I wondered if the first frame can be reused to save filesize - I thought perhaps using the dispose method. Here's what I mean, I have a brick wall on the first frame, then a spinning ball on the ...