- CentOS release 6.10 (Final)
- ImageMagick (version 7.0.8-55)
- VipLibs-8.8.1
Code: Select all
-m dissolve -f 21 -d 10 -p 10 -e
But the effect simply isn't the same if the background doesn't match. For example:
Yikes! So, I want the transition image to be transparent. In other words, I want the original image to look like it's "disappearing". I'm still new to IM (only 2 days in so far, but I'm picking it up fast!), so I don't fully understand compositing and the likes. I've been scouring over the usage guide to learn as much as I can, but I've hit a wall.
One idea I've had is that maybe I could generate the transition image using the default:
Code: Select all
-transparent-color #00000000
Code: Select all
magick -size 50x50 canvas:"#00000000" alpha.png
I don't know if this is the best solution, or is even a rational way to do this. In any case, I haven't had any luck, as the GIF does not appear to have any effects. However, ExifTool reports that the GIF does contain all 50 frames. My theory is that the transparent image is first being converted to its transparent form, then composited with the original frame and therefore no effect is displayed. But, it's just a theory.
I would greatly appreciate some help figuring out what's going on and how to achieve the effect I'm looking for.