Actions
Bug #15660
closedNo transparency with GIFbuilder
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2006-03-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When creating transparent gifs the t3lib_stdGraphic class first creates a truecolor image and reduces the color palette when saving it. It seems that GD forgets the transparency when doing that.
To prevent GD from loosing the transparency color, all palette changes should neglected.
I'm using PHP 5.1.2 with GD version 2.0.28 on Debian Linux.
lib.subMenu = HMENU
lib.subMenu {
special = directory
special.value.data = leveluid:1
1 = GMENU
1 {
NO {
allWrap = <ul>|</ul>
wrap = <li>|</li>
altText.field = nav_title // title
XY = [20.w]+12, 23
transparentBackground = 1
10 = IMAGE
10.file = fileadmin/template/images/nav_dot.gif
10.offset = 0,10
20 = TEXT
20 {
text.field = nav_title // title
text.case = upper
fontFile = fileadmin/template/fonts/MyriadPro-SemiboldCond.ttf
fontSize = 10
fontColor = #6F797E
offset = 10,16
niceText = 1
}
}
NO = 1
RO < .NO
RO.10.offset = 3,10
RO = 1
CUR < .RO
CUR.10.file = fileadmin/template/images/nav_dot_cur.gif
CUR.10.offset = 0,10
CUR = 1
}
}
(issue imported from #M2834)
Updated by Bjrn Kraus over 18 years ago
I also reported it on bugs.php.net. See http://bugs.php.net/bug.php?id=36697.
Actions