Hi,
I have a 32 bits png image. When I load it and save it in PNG all is fine, the transparency is kept. When I load it and save it in JPEG, the image is mainly black (transparency become black).
When I load this PNG image in XNview it is also black except when I use the
"Compose Image with alpha" option in Options->Read-PNG, then the image is on a white background.
So my question is, what is this option and how can I do the same with the GFL SDK.
Thanks in advance.
Compose Image with alpha
Moderators: helmut, XnTriq, xnview
Re: Compose Image with alpha
JPEG don't support 32bits, only 24bits. So i'll add an option like XnView...Ithier wrote:Hi,
I have a 32 bits png image. When I load it and save it in PNG all is fine, the transparency is kept. When I load it and save it in JPEG, the image is mainly black (transparency become black).
When I load this PNG image in XNview it is also black except when I use the
"Compose Image with alpha" option in Options->Read-PNG, then the image is on a white background.
So my question is, what is this option and how can I do the same with the GFL SDK.
Pierre.