[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, I

RE: [gdal-dev] Quick question regarding image translation in Java (I think)

2011-07-28 Thread Mike O'Malley
That was it exactly. Next time I'll read the fine print a bit more closely. Thanks Even! Mike -Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Thursday, July 28, 2011 2:44 PM To: gdal-dev@lists.osgeo.org Cc: Mike O'Malley Subject: Re:

[gdal-dev] Quick question regarding image translation in Java (I think)

2011-07-28 Thread Mike O'Malley
Hi, Hopefully this is a quick one, I think the answer's so obvious I'm missing it. I'm trying to use GDAL to create a TIFF copy of a NITF file. I've downloaded and compiled 1.8.1 (under Windows) and used gdal_translate from the command line to create the copy. I can view the new file from I