-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Determine if source image has alpha channel #8
Comments
is this still an issue? Please consider adding the label Issues labeled |
|
If you has some support would you have a go at resolving this yourself? I think gif.rkt is the relevant code. |
@lehitoskin was my response above helpful? Please let me know. Kind regards, Stephen |
The procedure
(send a-bitmap has-alpha-channel?)
led me to believe that it would report whether the loaded image has an alpha channel, but apparently it only says whether the bitmap has been created with an alpha channel or not. I would like to request a feature that determines whether a source image has an alpha channel.I was told that
'unknown/mask
would only produce a mask if the source image had an alpha channel, but that is not the case -'unknown/mask
always produces a mask, it's just the mask will be completely black if there is no alpha.The text was updated successfully, but these errors were encountered: