flozz / yoga-image-optimizer

A graphical tool to convert and optimize JPEG, PNG and WebP images (based on YOGA)
https://yoga.flozz.org
GNU General Public License v3.0
137 stars 11 forks source link

Add option to preserve metadata #54

Open zachalig opened 4 months ago

zachalig commented 4 months ago

There are a number of situations where I want to compress and resize images for work, but need to preserve the metadata (like copyright information and the description), even though it adds to the file size. Having a setting that allows you to preserve this data would be amazing.

I love this tool! Thank you so much for creating it. I use it near daily.

flozz commented 4 months ago

Hello,

This repository is about the GUI for YOGA Image. This option must be implemented in the YOGA library first to be available in this GUI.

There is currently an opened ticket about this here: https://github.com/wanadev/yoga/issues/36

:)