Project

General

Profile

Actions

Bug #66682

closed

png images not loading in the frontend.

Added by Abin Sabu almost 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-04-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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!

Actions #1

Updated by Benni Mack almost 9 years ago

  • Description updated (diff)
  • Status changed from New to Needs Feedback

Is this solved with 6.2.14?

Actions #2

Updated by Riccardo De Contardi over 8 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.

Actions

Also available in: Atom PDF