I'm looking for a package to convert PNG / JPG to GIF Please help me

I'm looking for a package to convert PNG / JPG to GIF

Or a solution, thank you

There's the GIF crate that can make GIF images from pixels loaded from any image format:

but doing so is a bad idea. For static images GIF is an exceptionally bad format, so you will get larger files, that load slower, and have visibly lower quality.

1 Like

I have been using the image2 crate previously. It uses the OpenImageIO library. Apparently the latter does support GIF. So perhaps that could be a solution for you. I haven't used it for GIF files though, yet.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.