cbconvert icon indicating copy to clipboard operation
cbconvert copied to clipboard

Resize only if larger

Open aaaaaprvdgrwwelt opened this issue 1 year ago • 2 comments

Hello,

I would like to have an option that the size is only adjusted if the original size is larger than this value. If I want to have a height of 2048 px it makes little sense for me to enlarge graphics with a height of 500 px. I only want to reduce larger formats.

It would also be practical if it were possible to convert a file format only if the file does not already have this format. So only convert jpeg and png files to webp, but not webp files.

aaaaaprvdgrwwelt avatar Jun 10 '24 14:06 aaaaaprvdgrwwelt

If you check the Fit option it should do what you want, if the original size is smaller it will not be resized.

The other thing doesn't seem very practical, so the app should check the original format, the size, and if there is some transformation applied, etc. only to skip such file (when, only when the format is the same, or if the size is same?), which adds complexity without much benefit.

gen2brain avatar Jun 10 '24 15:06 gen2brain

My request 38 expands upon this request.

rwperrott avatar Jul 19 '24 15:07 rwperrott