File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments