On mardi 16 mai 2017 01:27:15 CEST Dmitry Baryshnikov wrote: > Hi, > > it seem to me there is misprint here: > > https://github.com/OSGeo/gdal/blob/trunk/gdal/frmts/gtiff/geotiff.cpp#L16195 > instead of > > > else if( nCompression == COMPRESSION_JPEG > > should be > > > else if( l_nCompression == COMPRESSION_JPEG > > Indeed. Fixed per https://trac.osgeo.org/gdal/ticket/6890
As you may guess, this configuration hasn't been tested in a while at runtime too. Even -- Spatialys - Geospatial professional services http://www.spatialys.com
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
