-
Type: Bug Report
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.2.2-B3
-
Component/s: Image Processing
-
Labels:None
-
Change Log Group:Fixed
-
Change Log Message:Resized images were 1px larger, than expected.
-
Story Points:1
-
Copy Issue Key:
-
Patch Instructions:
In the "\ImageHelper::GetImageDimensions" method instead of doing "ceil(...);" in the code below do "(int)round(...);".
$width = ceil($orig_width * $ratio); $height = ceil($orig_height * $ratio);
- blocks
-
INP-1772 Don't use "/tmp" folder, when resizing uploaded images
- Resolved
- implemented in
-
[Diffusion] rINP16651 Fixes INP-1773 - Use "round" function during image resize instead of "ceil"
-
D370 INP-1773 Use "round" function during image resize instead of "ceil"
-
D370 INP-1773 Use "round" function during image resize instead of "ceil"
- mentioned in
-
Page Loading...