Bug #66682
Updated by Benni Mack over 9 years ago
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!