Search found 1 match

by armin
Mon Apr 19, 2004 8:59 am
Forum: NConvert
Topic: Set Background Color for PNG
Replies: 1
Views: 2163

Set Background Color for PNG

Hi,

i have a png icon collection and want to create disabled and selected icons. I managed to create disabled icons with

nconvert -grey 256 -transparent 0 -o %_disabled.png $*

but I found no way to set the background to a specified value to create a selected icon:

nconvert -canvas 100% 100 ...