Feature #33395
WebDAV-Driver need an additional option for an image processor
| Status: | New | Start date: | 2012-01-23 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| Votes: | 0 |
Description
We need an additional option for an image processor.
The image processor generate preview images with a smaller amount of data.
This is an important point for the transfer volume between Storage and Webserver.
History
Updated by Tom Ruether over 1 year ago
e.g.: http://adaptive-images.com/ as image processor
Updated by Andreas Wolf over 1 year ago
This would require some larger-scale refactoring to the whole image-processing code. We currently have a draft for that in the FAL branch, in the t3lib_file_Service_ImageProcessingService class. This is however not capable of using different backends (IM, GM etc.) - this would have to be added, including some way to handle different types of requests (scale, crop, rotate, combine etc.) and the different capabilites of each service.