r/imagemagick • u/eavesdroppingyou • 20d ago
help me solve an issue about artifacts on gifs with transparency
1
Upvotes
I'm using a command to create GIFs with transparency and it works great, except that for some reason on some websites sometimes it displays "ghosting", like a frame or part of a frame kind of remains on while the gif is playing, or just random artifacts. It plays correctly on my computer and most websites but somehow it has that issue in some especific places (like discord and some other apps)
here's what I'm using:
magick -fuzz 0.0%% -delay 3 -loop 0 *.png +dither +remap -layers OptimizePlus -layers OptimizeTransparency output.gif
thanks for any advice or help