Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Precede the -color command with
-fill yellow
or
-fill rgb(255,255,0)
which with a Q8 IM will also be yellow, or equivalently,
-fill rgb(100%,100%,0)
which will do the same thing in Q8 and Q16.
Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
NOTE: their is a difference between 'point 395,324' and 'color 395,324 point' The first is overlay the color, the second is replace the color.But this is only if drawing transparent colors....