On Fri, Dec 16, 2016 at 2:48 PM, Even Rouault <[email protected]> wrote:
> > > > Right, > > > Indeed, before sending my previous email I have also tried with: > > > *gdaladdo -r average --config COMPRESS_OVERVIEW DEFLATE --config > > > PHOTOMETRIC_OVERVIEW RGB* > > > to understand if it was related to JPEG only but, even with these > options, > > > the output overviews were jpeg compressed (I assume there is some kind of > > > coherency check in gdaladdo). > > > > With internal overviews, the _OVERVIEW configuration options are ignored. > Their value is deduced from the settings of the main IFD. > It makes sense, indeed. > I don't think there's a strong technical reason for that. Mostly a side > effect of the fact that there are slightly different code paths to handle > creation of internal and external overviews, and the reading of _OVERVIEW > config options is done only in the external overview code path. > > > > > > > > > I do reproduce something similar to your findings in 2.1 indeed. This > no > > > > longer happens in trunk due to related improvements ( > > > > https://trac.osgeo.org/gdal/wiki/CloudOptimizedGeoTIFF), I made in the > > > > last couple of weeks (using the same trick of creating a in-memory TIFF > > > > file to get the JPEG tables and set them direcly on the overview IFD at > > > > creation time). > > > > > > Do you think this will be available in other series or does it introduce > > > new API/major changes which makes it available on 2.2.x only? > > > > No API change, but this is in the improvement category rather than > bugfixing, and my first changeset resulted in some corrupted images in some > situations, which was unnoticed for a few weeks, so that's a sign that it > is a somewhat risky change (the GeoTIFF driver is a complex beast), not > worth the trouble of breaking stable branches. > Understood. thanks for the feedback. Cheers, Daniele > > > Even > > > > -- > > Spatialys - Geospatial professional services > > http://www.spatialys.com > -- == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Daniele Romagnoli Senior Software Engineer GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- *AVVERTENZE AI SENSI DEL D.Lgs. 196/2003* Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003. The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
