Tichau / FileConverter

File Converter is a very simple tool which allows you to convert and compress files using the context menu in windows explorer.
https://file-converter.io/
GNU General Public License v3.0
6.75k stars 528 forks source link

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

Open Caskexe opened 6 months ago

Caskexe commented 6 months ago

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.

pigsflew commented 6 months ago

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

pigsflew commented 6 months ago

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?

SstarLit commented 2 months ago

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