Bug #66682
closedpng images not loading in the frontend.
0%
Description
Hi all,
We came across a strange issue while working with TYPO3 6.2.9.
We tried to add a new text with image content element.In the content element I uploaded a PNG image.In backend it is rendering without any issue.But in the frontend the images are not rendering correctly.When I digged into more into the issue,I found the PNG image is not processed and its is accessed from the original path.And the the folder name contain space in it.For example :fileadmin/images/xxxxx/CU%2520Communicatie/image.png.The same image is rendered correctly from a folder with out adding any spaces.
Our GFX config
'GFX' => array(
'TTFdpi' => '96',
'colorspace' => 'sRGB',
'gdlib_png' => '1',
'im' => 1,
'im_mask_temp_ext_gif' => 1,
'im_path' => '/usr/bin/',
'im_path_lzw' => '/usr/bin/',
'im_v5effects' => 1,
'im_version_5' => 'im6',
'image_processing' => 1,
'jpg_quality' => '100',
'png_truecolor' => '1',
'thumbnails_png' => '3',
),
We have tried many combination but it didn't work as expected.
Hope some one have experienced same error.
Thanks in advance!
Updated by Benni Mack over 9 years ago
- Description updated (diff)
- Status changed from New to Needs Feedback
Is this solved with 6.2.14?
Updated by Riccardo De Contardi about 9 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.