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?
convert and fill
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
When no transparency is present (guranteed with JPEG images) you can also use
For many more methods see
IM Examples, Canavs generation (from existing images)
http://www.cit.gu.edu.au/~anthony/graph ... vas/#sized
Code: Select all
-fill color -colorise 100%
IM Examples, Canavs generation (from existing images)
http://www.cit.gu.edu.au/~anthony/graph ... vas/#sized
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/