transparency and v7.136
Posted: Fri Jan 27, 2023 3:47 pm
Hi,
I'm having a problem with the new version.
NConvert 7.136
I want to transform a transparent png into a jpg with white background. I'm removing the alpha/transparency with -merge_alpha -truecolours and I'm setting the color of the background with -bgcolor 255 255 255.
When I use one of the previous versions of nconvert (v7.112, v7.99) the background is white as expected.
when I convert the file with the latest version of nconvert (7.136) the background stays black.
Is it a bug or is there something I'm not doing correctly? if so, thanks for any suggestion.
I'm having a problem with the new version.
NConvert 7.136
I want to transform a transparent png into a jpg with white background. I'm removing the alpha/transparency with -merge_alpha -truecolours and I'm setting the color of the background with -bgcolor 255 255 255.
Code: Select all
nconvert.exe -merge_alpha -truecolours -bgcolor 255 255 255 -out jpeg -o convert.jpg alpha.png
Is it a bug or is there something I'm not doing correctly? if so, thanks for any suggestion.