<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.10.1">
</HEAD>
<BODY>
I'm trying to convert a tif with the following info:<BR>
<BR>
Driver: GTiff/GeoTIFF<BR>
Size is 200, 200<BR>
Coordinate System is:<BR>
PROJCS["Lambert Conformal Conic | WGS 84 | Meters",<BR>
GEOGCS["WGS 84",<BR>
DATUM["WGS_1984",<BR>
SPHEROID["WGS 84",6378137,298.2572235629972,<BR>
AUTHORITY["EPSG","7030"]],<BR>
AUTHORITY["EPSG","6326"]],<BR>
PRIMEM["Greenwich",0],<BR>
UNIT["degree",0.0174532925199433],<BR>
AUTHORITY["EPSG","4326"]],<BR>
PROJECTION["Lambert_Conformal_Conic_2SP"],<BR>
PARAMETER["standard_parallel_1",18],<BR>
PARAMETER["standard_parallel_2",18],<BR>
PARAMETER["latitude_of_origin",18],<BR>
PARAMETER["central_meridian",-77],<BR>
PARAMETER["false_easting",750000],<BR>
PARAMETER["false_northing",650000],<BR>
UNIT["metre",1,<BR>
AUTHORITY["EPSG","9001"]]]<BR>
Origin = (771000.000000,669000.000000)<BR>
Pixel Size = (1.00000000,-1.00000000)<BR>
Metadata:<BR>
AREA_OR_POINT=Area<BR>
TIFFTAG_IMAGEDESCRIPTION=Created by GeoTiff Tiler (GUI) 1.4<BR>
TIFFTAG_DATETIME=2002:09:20 20:21:28<BR>
TIFFTAG_XRESOLUTION=1<BR>
TIFFTAG_YRESOLUTION=1<BR>
TIFFTAG_RESOLUTIONUNIT=1 (unitless)<BR>
Corner Coordinates:<BR>
Upper Left ( 771000.000, 669000.000) ( 76d48'5.46"W, 18d10'17.62"N)<BR>
Lower Left ( 771000.000, 668800.000) ( 76d48'5.47"W, 18d10'11.12"N)<BR>
Upper Right ( 771200.000, 669000.000) ( 76d47'58.66"W, 18d10'17.62"N)<BR>
Lower Right ( 771200.000, 668800.000) ( 76d47'58.66"W, 18d10'11.11"N)<BR>
Center ( 771100.000, 668900.000) ( 76d48'2.06"W, 18d10'14.37"N)<BR>
Band 1 Block=200x20 Type=UInt16, ColorInterp=Gray<BR>
Band 2 Block=200x20 Type=UInt16, ColorInterp=Undefined<BR>
Band 3 Block=200x20 Type=UInt16, ColorInterp=Undefined<BR>
<BR>
to a standard jpeg or png that can be viewed with any image viewer. Each time I try gdal_translate -of JPEG xxx.tif xxx.jpg I get the following error:<BR>
<BR>
ERROR 6: JPEG driver doesn't support data type UInt16. Only eight bit byte bands supported.<BR>
<BR>
Is their any flag that I can use to read the UInt16 blocks and combine them<BR>
<BR>
<BR>
</BODY>
</HTML>