Yes, the Flir One App do this MSX images, but my objective is change the Blended MSX for the 14-Bit Linear image, and then load this image with Flir Tools as the MSX image. Is that possible?
YES!!
You are a hard nut

I give you all necessary links and you ask the same question.
todo list:
- get a vga image
- get a thermal 14 bit image
- get a real Flir Thermal Image
- inject vga and 14Bit image in Flir Thermal Image
- edit the ratio factor between real/thermal and the offset for best fit
>exiftool -Real* -Offset* ir.jpg
Real 2 IR : 1.23121082782745
Offset X : +5
Offset Y : -35
Thats all.
Now you can open this new thermal image with Flir Tools.
clarification: enlarge the border of the vga image for uncropped FOV (field of view) of the thermal image
You need some changes in my panorama script for additional injection of the real image.
Read the exiftool source code
http://cpansearch.perl.org/src/EXIFTOOL/Image-ExifTool-10.10/lib/Image/ExifTool/FLIR.pmsimplification:
If you take the FlirThermal jpg and the 14Bit RAW frome the same scene, then you must only inject the 14Bit image.
But don't delete the embedded real image (FLIR Record 0x2a and 0x0e)
>exiftool -v2 ir.jpg | grep -A1 Record
| | FLIR Record 0x20, offset 0x0200, length 0x09ac
| | 0) CameraInfo (SubDirectory) -->
--
| | FLIR Record 0x22, offset 0x0bac, length 0x0310
| | 1) PaletteInfo (SubDirectory) -->
--
| | FLIR Record 0x21, offset 0x0ebc, length 0x0038
| | 2) MeasurementInfo (SubDirectory) -->
--
| | FLIR Record 0x01, offset 0x0ef4, length 0x25820
| | 3) RawData (SubDirectory) -->
--
| | FLIR Record 0x2a, offset 0x26714, length 0x0060
| | 4) PiP (SubDirectory) -->
--
| | FLIR Record 0x2b, offset 0x26774, length 0x00b8
| | 5) GPSInfo (SubDirectory) -->
--
| | FLIR Record 0x0e, offset 0x2682c, length 0xe1020
| | 6) EmbeddedImage (SubDirectory) -->
Please post your result here.
Now make your homeworks...
