[gdal-dev] How to supress std io of gdal?

2010-02-12 Thread ariasgore
Hello, I've been looking into the docs and also into the source without much luck. When it comes to error handling, functions like GDALOpen just dump everything to the console when reading file error or similar things occur. Is this customizable? GDAL is deeply burried in the logic-code part of o

[gdal-dev] gdalwarper --formats inconsistent with -of flag?

2010-11-18 Thread ariasgore
Hello, I have issues generating pngs out of gdalwarper. I did the following: $ gdalwarper.exe --formats One of the lines was: PNG (rwv): Portable Network Graphics So reading and writing png works! Here complete list dump http://pastebin.com/ZRS2nZir Then I tried gdalwarp.exe -ts 256 256 -of PN

[gdal-dev] PNG usage issues

2009-07-31 Thread ariasgore
Hello, we have been using an old gdal version (1.0.x) with our projects, there was the png support compiled into the gdal library. Dependency Walker proved there were global png_* functions in the gdal library (.dll at this point) Due to some issues with png I had to update the png format direc