Project

General

Profile

Actions

Feature #88954

open

force image processing per viewhelper

Added by Christian Hackl over 4 years ago. Updated 7 months ago.

Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
Image Generation / GIFBUILDER
Target version:
-
Start date:
2019-08-13
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

I would like to be able to tell the f:image f:media f:uri.image etc. viewhelper per parameter (for example "process = 'true'") that the image goes through ImageMagick / GraphicsMagick and is being processed.

Example:

// not processed - original image
<f:media class="image-embed-item" file="{file}" width="{file.width}" height="{file.height}" />

// fore process image
<f:media class="image-embed-item" file="{file}" width="{file.width}" height="{file.height}" process='true' />

// current default way - processed image
<f:media class="image-embed-item" file="{file}" width="200" />

Why?
For example, to apply the credentials of GFX => processor_stripColorProfileCommand to each image.


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Feature #59067: Always render image in temp directoryNew2014-05-23

Actions
Actions #1

Updated by Riccardo De Contardi over 4 years ago

  • Category set to Image Generation / GIFBUILDER
Actions #2

Updated by Christian Hackl over 4 years ago

  • Related to Feature #59067: Always render image in temp directory added
Actions #3

Updated by Benni Mack 7 months ago

  • Status changed from New to Needs Feedback

Hey,

I think the problem you have with the strip command is valid. Can you explain to me exactly the problem on this? I'm curious to understand the exact use-case so I can reproduce this with the stripProfile command.

Actions

Also available in: Atom PDF