Richard Buenger wrote:
Is there some way to turn off libtiff warning messages generated by GDAL calls?
How do I tell GDAL to set the libtiff warning handler to null?

using c# gdal wrapper in .NET

Richard,

I think you can call gdal.PushErrorHandler( "CPLQuietErrorHandler" ) to
supress all error reports, including libtiff ones.

Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent

_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to