Search found 4 matches

by starjet
2017-06-08T20:31:20-07:00
Forum: Users
Topic: Aliased/jagged edges when creating animated gif with transparent background
Replies: 10
Views: 16777

Re: Aliased/jagged edges when creating animated gif with transparent background

Thanks again. This definitely works. However, my idea is to retain transparency, so this is a little less than ideal. I'm looking into some other ways to go about this now, so I'll report back if there's any progress, just in case someone else might also want to do something like this. Also, the ...
by starjet
2017-06-08T19:47:24-07:00
Forum: Users
Topic: Aliased/jagged edges when creating animated gif with transparent background
Replies: 10
Views: 16777

Re: Aliased/jagged edges when creating animated gif with transparent background

I simply imported all the frames in as layers and then used the "make frames from layers" feature, on Photoshop CS3.
Thank you for the information on how Photoshop does it. I'll try looking into other options.
by starjet
2017-06-08T19:09:36-07:00
Forum: Users
Topic: Aliased/jagged edges when creating animated gif with transparent background
Replies: 10
Views: 16777

Re: Aliased/jagged edges when creating animated gif with transparent background

Gif does not support 8-bit transparency. It only allows binary transparency. So that is why you get the noticeable aliasing in the gif output. There is nothing that can be done about as far as I know other than to create your animations as video (mpeg, etc) and not use gif animation. ImageMagick ...
by starjet
2017-06-08T10:57:58-07:00
Forum: Users
Topic: Aliased/jagged edges when creating animated gif with transparent background
Replies: 10
Views: 16777

Aliased/jagged edges when creating animated gif with transparent background

(Using version ImageMagick 7.0.5-10 Q16 x64 on Windows 10, convert.exe via command line) I have a small batch of PNG files with transparent background that I want made into an animated GIF file. I'll provide them here for reference: https://files.catbox.moe/r1qu5c.rar Now after using convert ...