Hi,

I am trying to translate some ecws to tiffs using gdal_translate. 

The simple command
<div style="padding:4px;font-family:courier new;position:relative;left:20px">C:\Program Files\FWTools1.2.2\bin>gdal_translate  test.ecw test.tif </div>
works ok

When I try to the file size down by issue the folloing command
<div style="padding:4px;font-family:courier new;position:relative;left:20px">C:\Program Files\FWTools1.2.2\bin>gdal_translate -co "COMPRESS=JPEG" -co "TILED=YES" test.ecw test.tif </div>
<div>
I get a black image back
</div>
<div>
Any idea of what is happing here is my gdalinfo for the ecw
</div>
<br>
Thanks,

<br>
Driver: ECW/ERMapper Compressed Wavelets<br>
Size is 3312, 3715<br>
Coordinate System is:<br>
LOCAL_CS["LOCAL",<br>
    UNIT["Meter",1]]<br>
Origin = (317779.375000000000000,265348.294999999980000)<br>
Pixel Size = (1.250000000000000,-1.250000000000000)<br>
Corner Coordinates:<br>
Upper Left  (  317779.375,  265348.295)<br>
Lower Left  (  317779.375,  260704.545)<br>
Upper Right (  321919.375,  265348.295)<br>
Lower Right (  321919.375,  260704.545)<br>
Center      (  319849.375,  263026.420)<br>
Band 1 Block=3312x1 Type=Byte, ColorInterp=Red<br>
  Overviews: arbitrary<br>
Band 2 Block=3312x1 Type=Byte, ColorInterp=Green<br>
  Overviews: arbitrary<br>
Band 3 Block=3312x1 Type=Byte, ColorInterp=Blue<br>
  Overviews: arbitrary
<br>
<br><hr align="left" width="300">
View this message in context: <a href="http://www.nabble.com/get-gdal_translate-black-image-tf3600436.html#a10056773">get gdal_translate black image</a><br>
Sent from the <a href="http://www.nabble.com/FWTools-f16501.html">FWTools mailing list archive</a> at Nabble.com.<br>