Actions
Bug #89191
closedImageManipulationWizard looses precision on large images
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Image Cropping
Target version:
-
Start date:
2019-09-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Description
When cropping an image larger than 1000x1000 pixels the ImageManipulationWizard may loose precision on the selected size.
E.g. you select a width of 1200 pixels from an 1920x1080 image, after saving the selected width is only 1198 pixels.¶
Steps to reproduce
- Upload an image with at least one dimension larger than 1000px
(use full hd or similar to see the effect more easily)
- Create a content element of type "images"
- Add the uploaded image to that element
- Open the image manipulation editor
- Select a cropped area, note down the selected size
- Click "Accept" to save and close
- Open again in backend and compare the new selected size with the previous one
(use full hd or similar to see the effect more easily)
Expected behavior
Selected size stays the same even after saving¶
Actual behavior
Selected size changes after saving¶
Note
It seems this bug was introduced while fixing https://forge.typo3.org/issues/80157¶
Updated by Christian Eßl about 5 years ago
Can't reproduce this in master.
Also, there has been a similar fix: https://forge.typo3.org/issues/80169
Does this problem still ocur in the latest patch for 8.7?
Updated by Benni Mack almost 5 years ago
- Related to Bug #80169: Aspect ration is wrong in media element (fal) details added
Updated by Benni Mack almost 5 years ago
- Related to Bug #80157: Image Manipulation uses full size image added
Updated by Riccardo De Contardi almost 5 years ago
- Status changed from New to Closed
I close this issue for lack of feedback; if you think that this is the wrong decision, please reopen it or ping me and I'll do.
Actions