Feature #50672
closedImageresizing with special Imageserver
0%
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)
Updated by Philipp Gampe over 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.
Updated by Bernd Wilke over 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 :(
Updated by Alexander Opitz almost 11 years ago
- Status changed from Needs Feedback to New
Updated by Mathias Schreiber almost 9 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.