convert and fill
Posted: 2006-08-28T13:22:57-07:00
Hi,
I don't know if it's a bug but I've the next problem:
I want fill an empty image (28x28 pixels) with i.e. the color red.
In the commandline (Windows) I use the next command:
convert -fill "#FF7F7F" Empty.jpg Filled.tif
I've tried also the next commands:
convert -fill red Empty.jpg Filled.tif
convert -fill rgb(255,127,127) Empty.jpg Filled.tif
but nothing has any effect, the Filled.tif image is still white or empty.
What am I doing wrong?
I don't know if it's a bug but I've the next problem:
I want fill an empty image (28x28 pixels) with i.e. the color red.
In the commandline (Windows) I use the next command:
convert -fill "#FF7F7F" Empty.jpg Filled.tif
I've tried also the next commands:
convert -fill red Empty.jpg Filled.tif
convert -fill rgb(255,127,127) Empty.jpg Filled.tif
but nothing has any effect, the Filled.tif image is still white or empty.
What am I doing wrong?