Changes between Version 4 and Version 8 of Ticket #5183


Ignore:
Timestamp:
Apr 28, 2014, 1:41:13 AM (10 years ago)
Author:
swalter75
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5183

    • Property Version 1.10.01.11.0
    • Property Component defaultGDAL_Raster
  • Ticket #5183 – Description

    v4 v8  
    33For example, the problem can be inspected with this xample data (Mars elevation):
    44
    5 http://www.geoinf.fu-berlin.de/h0533_0000.dt4.53.tif
     5https://triton.planet.fu-berlin.de/h0533_0000.dt4.53.tif
    66
    77The following command gives strange results:
    88
    9 gdal_translate -ot Int16 -of JP2KAK -co "QUALITY=100" h0533_0000.dt4.53.tif h0533_0000.dt4.53_qual100.jp2
     9gdal_translate -ot Int16 -of JP2KAK -co "QUALITY=100" h0533_0000.dt4.53.tif h0533_0000.dt4.53.jp2
    1010
    1111Here is a link to the resulting problematic image:
    1212
    13 http://www.geoinf.fu-berlin.de/h0533_0000.dt4.53_qual100.jp2
     13https://triton.planet.fu-berlin.de/h0533_0000.dt4.53.jp2
    1414
    1515This command gives expected results: