Colored Gradients and Rounded Corners

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?".
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

I suggest you create your basic images using grey scale, then -tint the greyscale to what ever color the user wants.

See http://www.cit.gu.edu.au/~anthony/graph ... olor/#tint

The primary grey color should be the pure midtone grey. #888

also instead of tinting you can also use the 'Overlay' alpha compositing to color the grey using any image or patterns you like. See...
http://www.cit.gu.edu.au/~anthony/graph ... e/#overlay

If you come up with something of interest please let us, and especially me (for IM examples) know.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply