How to embed binary tiff images into XPS Document with Transparency
Hi ,
Can any one please let me know how to embed binary tiff images into xps document with making the text data of the image as transparent to the background.
Thanks in advance for earliest reply,
Santhosh.
What do you mean by 'text data of the image'?
As far as i know it's all (besides some meta info) pixels in a tiff, if you need your text to be transparent, your tiff should contain an alpha channel marking the text transparant, or you need to provide a clipping path.
nixps
Hi,
Thanks for the Informations.
Can you please let me know how transparency can be set for binary TIFF Images? Does the TIff format support it?
Thanks in advance for the earliest informations.
Santhosh.
The tiff format supports alpha channels (even embedding clipping paths, if I'm not mistaken, not sure how these are being handled in xps - need to read the spec on this).
Regarding how to set this: I think this is up to the source of the tiffs, because that device/software should embed this information in the tiff.
nixps