Special effect

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
badabou
Posts: 54
Joined: 2008-06-23T06:12:24-07:00

Special effect

Post by badabou »

Hello,

Does anybody know how to create a thermal effect ?

Like this one :

Image
Image
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Special effect

Post by fmw42 »

It would help to see the input image(s), if available.

It looks like the image was converted to grayscale (if it was not already) and a rainbow colormap lookup table applied using -clut.

you may want to see my script, pseudocolor, at

http://www.fmwconcepts.com/imagemagick/index.html

or see
http://www.imagemagick.org/Usage/color/#recolor
http://www.imagemagick.org/Usage/canvas ... colorspace
http://www.imagemagick.org/Usage/canvas ... nterpolate

Your lookup table rainbow images does not have to have a full spectrum, it can have just a few colors.
badabou
Posts: 54
Joined: 2008-06-23T06:12:24-07:00

Re: Special effect

Post by badabou »

Thank you very much for your excellent answer !
See you later
Post Reply