Is there a way to detect if an image has a transparency/alpha channel? I've been looking around and `(send bmp has-alpha-channel?)` really only works if `bmp` has been loaded or created specifically with an alpha channel. What I want to know is if a given path-string has such properties, not if the bitmap object does.
-- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

