Feature #72872
closedChange default rendering for pdf thumbnails to png
0%
Description
Now if you have [GFX][thumbnails_png] = 0, the default value, pdf thumbnails are converted to gif.
If you set it to [GFX][thumbnails_png] = 1, pdf thumbnails are converted to png.
PDF used as images on FE are renderd via this chain, resulting in 256 color gifs on a page.
Add new config value for pdf2img conversion, like this:
[GFX][pdf2imgformat] = 'jpg'
[GFX][pdf2imgformat] = 'png'
[GFX][pdf2imgformat] = 'gif'
default should be jpg.
Updated by Riccardo De Contardi over 7 years ago
- Target version changed from 8 LTS to 9.0
Updated by Susanne Moog about 7 years ago
- Category changed from Content Rendering to Frontend
- Assignee deleted (
Fabian Thommen)
Updated by taywa gmbh over 6 years ago
- Target version set to Candidate for Major Version
Updated by Stephan Bauer over 3 years ago
I'm showing bigger images converted from pdf files in the frontend.
These images would be best shown as jpg not as gif or png.
Here is a comparison between the different file formats TYPO3 created.
The files are 600x425px.
GIF: 128kb
PNG: 934kb
JPG: 60kb
The png file is not optimized in any way. With an optimizer I could reduce the size to 325kb which is sill to much.
I could produce jpg file after changing $targetFileExtension to 'jpg' in file /sysext/core/Classes/Resource/Processing/AbstractGraphicalTask.php in line 81.
I think that the option 'thumbnails_png' should be deprecated and there should be an option where we can choose a file format even new formats like webp.
One problem I found after changing $targetFileExtension to 'jpg' is that some of these PDF files are converted to gif oder png with transparency and the jpg file shows a black frame because the color for transparency is set to this.
Updated by Riccardo De Contardi 5 months ago
- Status changed from New to Closed
- Target version deleted (
Candidate for Major Version)
Sorry, but I close this old issue as a "won't have".
The option [GFX][thumbnails_png]
has been removed with version 13 - see https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/Configuration/Typo3ConfVars/GFX.html#confval-globals-typo3-conf-vars-sys-gfx-thumbnails-png :
Changed in version 13.0
This setting has been removed. Thumbnails from non-image files (like PDF) are always generated as PNG.
If you think that this is the wrong decision or there is still work to do here please open a new issue with a reference to this one