Skip to content

Commit

Permalink
quick fix to allow 24bit output jpegs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5814 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
perrygeo committed Sep 12, 2006
1 parent d36c136 commit 3dfeb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mapserver_export/ms_export.py
Expand Up @@ -126,7 +126,7 @@ def writeOutputFormat(self):
self.outFile.write(" NAME " + self.imageType + "\n")
self.outFile.write(" DRIVER 'GD/" + self.imageType.upper() + "'\n")
self.outFile.write(" MIMETYPE 'image/" + self.imageType.lower() + "'\n")
self.outFile.write(" IMAGEMODE PC256\n")
self.outFile.write(" #IMAGEMODE PC256\n")
self.outFile.write(" EXTENSION '" + self.imageType.lower() + "'\n")
self.outFile.write(" END\n")

Expand Down

0 comments on commit 3dfeb08

Please sign in to comment.