Actions
Feature #79994
closedEpic #77810: Improve (responsive) image handling
Scaling of images and subsequent cutting/cropping
Status:
Closed
Priority:
Won't have this time
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2017-02-24
Due date:
% Done:
0%
Estimated time:
PHP Version:
7.0
Tags:
Complexity:
Sprint Focus:
Description
A missing feature in the new image manipulation is the scaling of the image.
Scenario:
An editor uploads an image by placing a price as an eye-catcher.
The image should have the image format (4: 3 or 16: 9, ...) on the tablet or phone presentation and shows the important information and not only the price with the current and existing crop area and focus area on the original image.
The editor would like to scale down the original image and then define the image format and the final cut and maybe a focus area.
Similar to ImageMagick technology with "600c + 0 x 400c + 0". Proportional down scaling of the image and finally cut to 600 x 400 pixels and centered.
Actions