Bug #24999
closedTruecolor support breaks GIF transparency
0%
Description
$TYPO3_CONF_VARS['GFX']['png_truecolor'] needs to be enabled for transparentBackground property of GIFBUILDER objects to work.
Before 4.0 in t3lib_stdGraphic::output, IMreduceColors was only called when reduceColors was enabled.
Since 4.0 it is also called if png_truecolor is disabled and if it is a truecolor image. The latter condition was dropped in 4.4.
I guess that moment GIF transparency stopped working because in 4.2 it was still working.
(issue imported from #M17540)
Updated by Andre Haensel almost 14 years ago
Updated by Alexander Opitz over 10 years ago
- Category deleted (
Communication) - Status changed from New to Needs Feedback
- Target version deleted (
0) - Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
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.