floating-point, pixel-wise image division

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?".
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: floating-point, pixel-wise image division

Post by fmw42 »

I had tried using the PFM (portable float map) image format that supports floating point values and negatives first to be sure it was correct. Then I switched to TIFF which gave the same results. I copied and pasted that wrong command. I have fixed it above.

see
http://netpbm.sourceforge.net/doc/pfm.html
http://paulbourke.net/dataformats/pbmhdr/
Post Reply