Skip to content

Commit 186205d

Browse files
committed
Added Import FLIR JPG with Default parameters
1 parent 377e76f commit 186205d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

toolsets/ThermImageJ.ijm

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//// Main Features: import, conversion, and transformation of thermal images. ////
55
//// Requires: exiftool, ffmpeg, perl ////
66
//// Glenn J. Tattersall ////
7-
//// June, 2022 - Version 2.5 ////
7+
//// July, 2022 - Version 2.7 ////
88
//// ////
99
///////////////////////////////////////////////////////////////////////////////////////////////////////
1010

@@ -1184,6 +1184,10 @@ function ConvertImportFLIRJPG(ConvertWithDefault) {
11841184

11851185
}
11861186

1187+
if(RawThermalType == "PNG" && ConvertWithDefault == "yes"){
1188+
run("Byte Swapper");
1189+
}
1190+
11871191
call("ij.Prefs.set", "imagetemperaturemin.persistent",toString(imagetemperaturemin));
11881192
call("ij.Prefs.set", "imagetemperaturemax.persistent",toString(imagetemperaturemax));
11891193

0 commit comments

Comments
 (0)