Print and PDF Image Transparency
I'm currently trying to figure out how to get a transparent png logo
image to print and convert to pdf without losing the transparency
(transparent pixels turn to black.) I've seen several mentions of this
as a planned feature, and a recent mention of a feature making use of
the top left pixel rather than the alpha channel to simulate
transparency in pdfs, but I'm curious about the current feature set and
troubleshooting / best practices for this.
Thanks
image to print and convert to pdf without losing the transparency
(transparent pixels turn to black.) I've seen several mentions of this
as a planned feature, and a recent mention of a feature making use of
the top left pixel rather than the alpha channel to simulate
transparency in pdfs, but I'm curious about the current feature set and
troubleshooting / best practices for this.
Thanks
This discussion has been closed.
Comments
Which version of ReportBuilder and Delphi are you using?
The latest version of ReportBuilder uses masking to simulate transparancy.
By default the bottom-left pixel is used for the transparent color.
This can be overridden by assigning the TBitmap.TransparentColor and
setting the TransparentMode to tmFixed.
If you are having an issue with a certain image, please send it to
support@digital-metaphors.com and we'll test it here and address any
problems.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I'm using Delphi XE6 (v20) and RB 17.02. The masking does seem to work
in preview, but is lost when printing and exporting to PDF, so I'm not
sure if overriding masking settings would help in this case. I'll send
the image, thanks for the offer.