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.31k stars 202 forks source link

Add .tiff .tif to supported Formats #247

Closed illker closed 2 months ago

illker commented 6 months ago

Is your feature request related to a problem? Please describe. Using an older version of Caesium on Windows, I can compress images in .tiff or .tif format. But in the newer version it doesn't work. I can edit the src\models\CImage.h

class CImage {
      const QList<QByteArray> supported formats = { "png", "jpg", "jpeg", "webp" };

adding "tiff", "tif"

But it would be great if they added it in a new version.

Describe the solution you'd like adding "tiff", "tif" to supported formats

Describe alternatives you've considered

Additional context screenshots when adding a file

newer version image older version image