Page 1 of 1

Re: Draw 1 Pixel

Posted: 2008-07-29T04:06:38-07:00
by akustik
try this:
convert source.png -fill red -draw "color 12,12 point" destinination.png

12,12 are the coordinates for the dot.
If you are using linux replace the " with '

I've done a short test, and with an jpg output file, the dot where not good seen.
With output format png it looks great.