Convert transparent PNG on import?

Peter M. Brigham pmbrig at gmail.com
Tue Feb 3 13:59:25 EST 2015


On Feb 3, 2015, at 12:28 PM, Marty Knapp wrote:

> Thank Bernd, I'll give that a try. Detecting mouseClicks or other mouse related functions aren't an issue for me in this case - it's that printing images with transparency on Windows can really come out strange and in some cases cause printing to fail.

if the platform = "Win32" then
   hide grc "transparentMask"
end if
-- print routines here
show grc "transparentMask"

This would take care of it, no?

-- Peter

Peter M. Brigham
pmbrig at gmail.com
http://home.comcast.net/~pmbrig





More information about the use-livecode mailing list