How to set color of transparent areas? #1808
Unanswered
SoftCircuits
asked this question in
General
Replies: 1 comment
-
Have you tried to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When converting an image from a format that supports transparency, like PNG, to a format that doesn't support transparency, like JPG, is there any way to specify the color of the transparent pixels?
I have the following method that resizes an image. It converts from PNG to JPG. The result is an entirely black image. I think it's setting the transparent pixels to black. I'd much prefer to set them to white.
Beta Was this translation helpful? Give feedback.
All reactions