Project

General

Profile

Actions

Bug #48841

closed

TS-included PNG images corrupted in frontend

Added by Dennis Lümkemann about 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-06-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I'm creating a footer menu with icons from the corresponding pages' resources. The images are PNGs with alpha transparency. Until 4.5.26 this worked fine. With the 4.5.27 update, the images are getting corrupted. (If I include the same pictures as page content, they are shown correctly.)

TS for the menu creation:

    marks.FOOTERMENU = HMENU
    marks.FOOTERMENU {
      special = directory
      special.value = 7
      1 = GMENU
      1.NO = 1
      1.NO {
          10 = IMAGE
          10.file {
            import = uploads/media/
            import.field = media
            import.listNum = 1
          }
        XY = 20,20
        ATagTitle.field = subtitle // title
      }
    } 

Typo3 4.5.27
IM 6.2.5
GD 2.0.32
SLES 10.2
PHP 5.2.5


Files

footericons_corrupted.png (11.8 KB) footericons_corrupted.png top: icons the way they should be, bottom: corrupted since 4.5.27 Dennis Lümkemann, 2013-06-04 18:35
Actions

Also available in: Atom PDF