Project

General

Profile

Actions

Feature #50672

closed

Imageresizing with special Imageserver

Added by Bernd Wilke almost 11 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Image Cropping
Target version:
-
Start date:
2013-08-01
Due date:
% Done:

0%

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

Description

As with FAL it is easier to use specialized imageserver than calculating each image with TYPO3/IM/GM into the correct dimension. Especially on distributetd servers.
but those imageserver prefer their own syntax to resize an image, mostly by modyfying the fetching URL. therefore it would be a great relief if you can define resizing for each file storage in an individual way: either resizing with IM/GM or by modifying the image-Path (regexp).

(Best used in combination with #45374)

Actions #1

Updated by Philipp Gampe almost 11 years ago

  • Status changed from New to Needs Feedback

You can write your own processor, e.g. take a look at: https://github.com/ohader/fal_profile

Maybe this helps.

Actions #2

Updated by Bernd Wilke almost 11 years ago

Sorry. that does not help as this example does nothing with resizing of images and so does not show where the FAL-API1 could be used to modify/enhance image resizing.

[1] http://docs.typo3.org/typo3cms/FileAbstractionLayerReference/Developers/Api/Index.html is still mostly empty :(

Actions #3

Updated by Alexander Opitz about 10 years ago

  • Status changed from Needs Feedback to New
Actions #4

Updated by Mathias Schreiber over 8 years ago

  • Status changed from New to Closed

The solution provided shows all necessary steps to have a processor.
We will not include this in the core out of the box and the mentioned signal is the officially encouraged solution to use.

Actions

Also available in: Atom PDF