http://newsgroup.xnview.com/viewtopic.php?t=12247
> But what was wrong in my commandline ?
" -32bits" converts 24 bpp to 32 bpp ... but ...
> I thought the -transpcolor parameter was the appropriate one
It should be sufficient ... but does't work for 24 bpp (PNG can, NC can't ... BUG or missing feature) ?
> And also, is the color 255 0 0 pre-defined to be the transparent color pour PNG32 ?
There is no "transparent color pour PNG32" ... transparent RGB color is used only in 24bpp PNG, and it's NOT set to 255 0 0 by PNG spec:
http://www.libpng.org/pub/png/spec/1.2/ ... tml#C.tRNS
Note that you have to remove any possible (0,0,0) values (replace them by (0,0,1)) before adding transparency based on a transparent color (0,0,0) ... what's the best way with NC ???
> -bgcolor has a little problem, if you use -bgcolor 0 0 0 it doesnt work...
Works for me (NC 6.17)

But shouldn't "-bgcolor" eat 4 instead of 3 numbers for 32bpp images ?
And "-transpcolor" is either broken or I don't know how to use it.
There is indeed no WinZIP under my rock.