<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I am trying to tile ortho photos using the JPEG 2000 (jp2) format. I
have created a working tif version.<br>
<br>
I converted the TIF images to JP2 files using jasper. Then I updated
the PATH attribute of the shapefile to reflect the new file extension.
This, however, created unexpected results. I am getting an Internal
Server Error.<br>
<br>
Here is my MapServer output: (mapserv -v)<br>
MapServer version 4.2.2 OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=PDF
SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER INPUT=EPPL7
INPUT=OGR <b>INPUT=GDAL</b> INPUT=SHAPEFILE<br>
<br>
Here is my gdal-config output: (gdal-config --formats)<br>
gxf gtiff hfa aigrid aaigrid ceos ceos2 iso8211 xpm sdts raw dted mem
jdem envisat elas fit vrt usgsdem l1b nitf bmp pcidsk bsb <b>jpeg2000</b>
gif jpeg png grass<br>
<br>
<br>
Does anybody know if it is possible to use JPEG 2000 instead of TIFF
for this?<br>
<br>
I would like to use this format if possible, as the file sizes are 2-3x
smaller than with the .tif, and the quality differences are
unnoticeable.<br>
<br>
Any help/suggestions welcome.<br>
<br>
<br>
Thank you,<br>
<br>
Brant Anderson<br>
</body>
</html>