image-resizer icon indicating copy to clipboard operation
image-resizer copied to clipboard

[FR] Optmizer / Auto Option

Open davidhellmann opened this issue 4 years ago • 3 comments

Two FRs :)

  1. Would be nice to use some optimizers when the image transforms to get smaller file sizes

  2. We had a problem when the Client uploads long images with 4000x10000px — it would be nice to set an auto option like:

width: 3000px
heigh: auto

Cheers!

davidhellmann avatar May 07 '20 09:05 davidhellmann

For the second point, do you mean you want a 10000px high image, so you want it set to auto? As opposed to say 4000px x 4000px restrictions?

engram-design avatar May 11 '20 12:05 engram-design

No, sometime the client have Images or more screenshots where the size is like 2000x8000px Now, when I set the image resizer to 1000x1000px I get an image with: 250x1000px and that's not that what I need. It would be nice to only set the X-Axis max width.

1000px x AUTO to become an image with: 1000x4000px and that would be fine. But the 250px image is completely useless.

Hope now it's more clear.

davidhellmann avatar May 24 '20 20:05 davidhellmann

Gotcha, makes sense! I'll look at adding that support in.

engram-design avatar Jun 08 '20 04:06 engram-design