How to fix a GeoTIFF that has an invalid NO DATA value: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
(Created page with "<code>exiftool.exe nodata_tiff_comma.tiff "-GDALNoData=3.4028229999999999999e+038"</code>")
 
No edit summary
Line 1: Line 1:
<code>exiftool.exe nodata_tiff_comma.tiff "-GDALNoData=3.4028229999999999999e+038"</code>
<code>exiftool.exe nodata_tiff_comma.tiff "-GDALNoData=3.4028229999999999999e+038"</code>
<code>C:\Users\TYGRON\Downloads\downloadtool\exiftool-12.65\exiftool.exe %1 -GDALNoData=3.4028229999999999999e+038
pause
C:\Users\TYGRON\Downloads\downloadtool\exiftool-12.65\exiftool.exe %1
pause
</code>

Revision as of 10:03, 29 September 2023

exiftool.exe nodata_tiff_comma.tiff "-GDALNoData=3.4028229999999999999e+038"


C:\Users\TYGRON\Downloads\downloadtool\exiftool-12.65\exiftool.exe %1 -GDALNoData=3.4028229999999999999e+038

pause

C:\Users\TYGRON\Downloads\downloadtool\exiftool-12.65\exiftool.exe %1

pause