Bug #79903
closedProcessing of SVG, AI etc is broken
100%
Description
When you try to use SVG of AI as images in a CE the (preview)processing in FE and BE is broken as the core tries to keep there existing file extension but isn't able to generate the correct content for this.
this was introduced with #73106 were before all files except jp(e)g
, png
and gif
were changed to png
or gif
depending on the configuration.
ImageMagick/GraphicsMagick probably can handle more output formats, but the rest of our processing chain can handle that properly at the moment, so for now we need to keep the output formats to only those formats we know we can handle and are supported by the browsers to use directly in the HTML output.
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51751
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51751
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51751
Updated by Frans Saris over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f1fbc80f139fc0f835a33223d762bcd0beb40c6a.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed