<!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[&quot;Lambert Conformal Conic | WGS 84 | Meters&quot;,<BR>
&nbsp;&nbsp;&nbsp; GEOGCS[&quot;WGS 84&quot;,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DATUM[&quot;WGS_1984&quot;,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SPHEROID[&quot;WGS 84&quot;,6378137,298.2572235629972,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]],<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;6326&quot;]],<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRIMEM[&quot;Greenwich&quot;,0],<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UNIT[&quot;degree&quot;,0.0174532925199433],<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;4326&quot;]],<BR>
&nbsp;&nbsp;&nbsp; PROJECTION[&quot;Lambert_Conformal_Conic_2SP&quot;],<BR>
&nbsp;&nbsp;&nbsp; PARAMETER[&quot;standard_parallel_1&quot;,18],<BR>
&nbsp;&nbsp;&nbsp; PARAMETER[&quot;standard_parallel_2&quot;,18],<BR>
&nbsp;&nbsp;&nbsp; PARAMETER[&quot;latitude_of_origin&quot;,18],<BR>
&nbsp;&nbsp;&nbsp; PARAMETER[&quot;central_meridian&quot;,-77],<BR>
&nbsp;&nbsp;&nbsp; PARAMETER[&quot;false_easting&quot;,750000],<BR>
&nbsp;&nbsp;&nbsp; PARAMETER[&quot;false_northing&quot;,650000],<BR>
&nbsp;&nbsp;&nbsp; UNIT[&quot;metre&quot;,1,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;9001&quot;]]]<BR>
Origin = (771000.000000,669000.000000)<BR>
Pixel Size = (1.00000000,-1.00000000)<BR>
Metadata:<BR>
&nbsp; AREA_OR_POINT=Area<BR>
&nbsp; TIFFTAG_IMAGEDESCRIPTION=Created by GeoTiff Tiler (GUI) 1.4<BR>
&nbsp; TIFFTAG_DATETIME=2002:09:20 20:21:28<BR>
&nbsp; TIFFTAG_XRESOLUTION=1<BR>
&nbsp; TIFFTAG_YRESOLUTION=1<BR>
&nbsp; TIFFTAG_RESOLUTIONUNIT=1 (unitless)<BR>
Corner Coordinates:<BR>
Upper Left&nbsp; (&nbsp; 771000.000,&nbsp; 669000.000) ( 76d48'5.46&quot;W, 18d10'17.62&quot;N)<BR>
Lower Left&nbsp; (&nbsp; 771000.000,&nbsp; 668800.000) ( 76d48'5.47&quot;W, 18d10'11.12&quot;N)<BR>
Upper Right (&nbsp; 771200.000,&nbsp; 669000.000) ( 76d47'58.66&quot;W, 18d10'17.62&quot;N)<BR>
Lower Right (&nbsp; 771200.000,&nbsp; 668800.000) ( 76d47'58.66&quot;W, 18d10'11.11&quot;N)<BR>
Center&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (&nbsp; 771100.000,&nbsp; 668900.000) ( 76d48'2.06&quot;W, 18d10'14.37&quot;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&nbsp; 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>