Hello,
I have a set of 8bit png images with transparency. How can I print them with transparent parts white?
I tried following:
"File/Print" shows preview with transparent pixels black.
"Create/Contact sheet" renders transparent pixels black.
"Create/Strip of images" renders transparent pixels black.
"Tools/Batch processing" ... I can't find how to change transparent to white.
Stepan
print 8bit png transparency as white
Moderators: helmut, XnTriq, xnview
Re: print 8bit png transparency as white
test image
- Attachments
-
- card01.png (10.62 KiB) Viewed 1840 times
Re: print 8bit png transparency as white
"nconvert.exe -transpcolor 255 255 255 card01.png" ... seems to do nothing, transparent color is still black
Re: print 8bit png transparency as white
i guess do everything wrong today...I tried downloading image magick but
"convert.exe -transparent-color white card01.png card01_1.png"
also seems to do nothing, transparency still black
"convert.exe -transparent-color white card01.png card01_1.png"
also seems to do nothing, transparency still black
Re: print 8bit png transparency as white
ok, i have it
"convert.exe -background white -alpha background card01.png card01_1.png"
makes transparent color white
"convert.exe -background white -alpha background card01.png card01_1.png"
makes transparent color white
Re: print 8bit png transparency as white
Please follow these steps (in XnView Classic's view mode), Stepan:
- Edit » Background colour... » Red: 255 / Green: 255 / Blue: 255
- Image » 32 bits
- Image » True Colour
Re: print 8bit png transparency as white
Thanks, it works.
BTW is it possible to do the same in Batch processing? I see transformation "Convert to True Colours" but no "Convert to 32bits".
BTW is it possible to do the same in Batch processing? I see transformation "Convert to True Colours" but no "Convert to 32bits".
Re: print 8bit png transparency as white
I tried…dee wrote:BTW is it possible to do the same in Batch processing? I see transformation "Convert to True Colours" but no "Convert to 32bits".
- Tools » Batch Processing... » Transformations
- Image » Add alpha » Parameters: [ 255 ]
- Convert » Convert to True Colours
