craftercms / craftercms

Parent project for Crafter CMS. Issue tracking across all repositories and global builds.
GNU General Public License v3.0
282 stars 98 forks source link

Image cropper increases size of an image relative to the original #6702

Open russdanner opened 3 weeks ago

russdanner commented 3 weeks ago

Duplicates

Latest version

Describe the issue

CI: 4989 The resulting image that the image picker's cropper has cropped is larger than the original image.

Steps to reproduce

Steps:

  1. Configure an image picker in Editoial with width and size limits.
  2. Perform image Upload
  3. Upload the original my.jpeg (original size 64kb)
  4. Choose the entire area via the cropper
  5. Save and open developer console to inspect the image
  6. The image is now 755kb instead of the original 64kb

Can you please look into it?

Relevant log output

No response

Screenshots and/or videos

No response