Lymphatus / caesium-image-compressor

Caesium is an image compression software that helps you store, send and share digital pictures, supporting JPG, PNG, WebP and TIFF formats. You can quickly reduce the file size (and resolution, if you want) by preserving the overall quality of the image.
https://saerasoft.com/caesium
GNU General Public License v3.0
3.47k stars 209 forks source link

Output information as json #236

Open the-liquid-metal opened 10 months ago

the-liquid-metal commented 10 months ago

The hard thing when using cesium with other tools is that there is no way to continue what cesium has done to the files, without getting file information from the console. It would be helpful if cesium outputs whatever it displays after compressing process. json is the right choice to use. it would be nice if there is save output button on the right of compress button.

Lymphatus commented 9 months ago

Could #205 be the solution? If I allow to run a specific script/file after the compression could it solve your issue?

the-liquid-metal commented 9 months ago

205 could be a potential solution if #237 is implemented. We still need a previous state of the images.

Can you provide a concrete example for this task and ship it as part of caesium distribution, so that users don't have to create another one?