Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Make GIF background transparent
#2
All depends on the animation. You will have to convert the gif from Indexed to RGB for the attached script c2a-all-layers then re-export as a gif.
...but that can introduce semi-transparency in some remaining colours.

...or non-Gimp using ImageMagick  try (change -fuzz percentage as required, not even sure it is required for a gif Wink )

Code:
magick infile.gif -fuzz 10% -transparent white new.gif


Attached Files
.zip   c2a-all-layers.scm.zip (Size: 677 bytes / Downloads: 410)
Reply


Messages In This Thread
Make GIF background transparent - by meetdilip - 08-10-2022, 11:43 AM
RE: Make GIF background transparent - by rich2005 - 08-10-2022, 12:40 PM
RE: Make GIF background transparent - by rich2005 - 08-10-2022, 01:20 PM
RE: Make GIF background transparent - by Ofnuts - 08-10-2022, 04:41 PM
RE: Make GIF background transparent - by PixLab - 08-11-2022, 03:44 AM
RE: Make GIF background transparent - by rich2005 - 08-11-2022, 10:02 AM

Forum Jump: