Project

General

Profile

Actions

Feature #79994

closed

Epic #77810: Improve (responsive) image handling

Scaling of images and subsequent cutting/cropping

Added by Joerg Boesche about 7 years ago. Updated about 7 years ago.

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 #1

Updated by Joerg Boesche about 7 years ago

  • Status changed from New to Closed
  • Priority changed from Must have to Won't have this time

Ticket will be closed. A editor does not need to scale down the image with the backend GUI.
This behaviour can be reached with the "maxW" and "maxH" attribute in f:image or f:media viewhelper. The image manipulation cropArea is relativ to the original image. If the image is scaled down with the viewhelper and after that the crop-Area manipulation is done, the result will work like a charm!

Actions

Also available in: Atom PDF