FileConverter icon indicating copy to clipboard operation
FileConverter copied to clipboard

Request - Allow .gif to be converted to JPG/PNG etc.

Open Caskexe opened this issue 1 year ago • 3 comments

This would be handy for static gif files or any animated gif one wanted to save as an image. At the moment, the only options available for creating a preset are to convert to a video format.

Caskexe avatar Apr 19 '24 07:04 Caskexe

I'd also like to be able to convert animated gif and apng files into animated webp files, if that's possible?

pigsflew avatar Apr 22 '24 07:04 pigsflew

For what it's worth, it looks like this should be doable using ffmpg -c:v libwebp_anim? Perhaps by adding webp as also an animated image format? And FFMPEG handles APNGs too.

Then, for op's issue, adding "Static GIF" as an image format output? I'm not super sure how to do this though or whether it's already plausible using a custom preset XML?

pigsflew avatar Apr 22 '24 08:04 pigsflew

converting an apng to gif works, the produced gif changes frames fine, but this is a one-way process within this program

SstarLit avatar Aug 19 '24 10:08 SstarLit