11-20-2019, 12:38 PM
(11-20-2019, 10:40 AM)meetdilip Wrote: I see. Use Semi-flatten to each layer of GIF ? Or to the base images ?
Each layer. Since this can be tedious, try this:
- Close all other images
- Set Gimp's background color to the intend background color
- Filters>Python-fu>Console
- Enter these two lines exactly, and after each strike |enter] until you are back to the ➤> prompt:
Code:
image=gimp.image_list()[0];
for l in image.layers: pdb.plug_in_semiflatten(image, l)