[gdal-dev] gdal_translate and TIFF resolutions(?)

2011-12-15 Thread Mike O'Malley
Hi, I'm using gdal_translate to chip out TIFFs from a NITF using the command line: gdal_translate -ot Int32 -of Gtiff -strict -outsize 3000 3000 -srcwin 0 0 3000 3000 c:\data\image.ntf c:\data\output_image.tiff Tiffinfo (which throws an error) has a problem with the resolution field-

[gdal-dev] GDAL, Java and UINT16

2011-10-27 Thread Mike O'Malley
Hi- I've built GDAL 1.8.1 on Windows and used SWIG to produce the Java bindings. I've tried to run Worldwind's GDALTest application (http://worldwind31.arc.nasa.gov/svn/trunk/GDAL/GDAL-1.7.2/swig/java/app s/GDALtest.java) against a known good NITF image, but with no success. Initially,