Feature #28405
closedEnable GIFBUILDER to generate 32-bit PNG images
100%
Description
The GIFBUILDER cObject does not have the ability to render PNGs with an alpha channel - 32-bit PNGs. This is my proposal to enable this:
- Introduce the "backColor" value "transparent". If this is set, the created blank image is not filled with a default or given color, but with a fully transparent background. All other properties are mapped on to of that.
- The "[GFX][png_truecolor]" must be set to true for this. Setting "mapReduce" and / or "format" to "jpg" or "gif", disables this behaviour. In both cases the default white background is used.
- If "backColor" is used with another value, the new property has no effect.
- If "transparent" is set as "backColor", the GIFBUILDER properties "transparentBackground" and "transparentColor" have no effect.
I'm currently working on a patch for this.
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I0ce9a891710bbe1e7cae935c765aff2aa5640415 has been pushed to the review server.
It is available at http://review.typo3.org/3703
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change I0ce9a891710bbe1e7cae935c765aff2aa5640415 has been pushed to the review server.
It is available at http://review.typo3.org/3703
Updated by Chris topher over 13 years ago
- Status changed from Closed to Under Review
I guess you only wanted to close the duplicate #22455 as this one here is already under review. :-)
Updated by Mr. Hudson over 13 years ago
Patch set 3 of change I0ce9a891710bbe1e7cae935c765aff2aa5640415 has been pushed to the review server.
It is available at http://review.typo3.org/3703
Updated by Mr. Hudson over 13 years ago
Patch set 4 of change I0ce9a891710bbe1e7cae935c765aff2aa5640415 has been pushed to the review server.
It is available at http://review.typo3.org/3703
Updated by Georg Großberger over 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 938940117892874aebe19bc92d0138175c9c5953.
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed
Updated by Ernesto Baschny over 11 years ago
- Target version deleted (
4.6.0-beta1)