Loss of Detail in Thermal

Started by phoenix401, February 05, 2017, 05:54:54 PM

Previous topic - Next topic

phoenix401

Hi, I was wondering if anyone might be able to point me in the right direction on why I am seeing such a loss of detail in my thermal images...

I am running a version of the flir.php script found here:
http://www.eevblog.com/forum/thermal-imaging/flir-e4-thermal-imaging-camera-teardown/msg342072/#msg342072

I've edited the script to be compatible with:
ImageMagick-7.0.4-Q16

I had to change instance of -mattecolor to -alpha-color

Using the following:
php _flir.php --pip --msx -i _IMG_1226.jpg -o out.jpg

I get output that lacks the details expected from an MSX, the thermal data has loss a lot of details, and things seem a little darker. I tested this in BFIC.exe and I am not seeing the MSX issue or the darkening, but I still see a big loss of detail in the thermal data. Do I need to issue a different set of commands? Or, do I need to downgrade ImageMagick?

Phil Harvey

I think you might have better luck posting this question the the eevblog forum.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

phoenix401