[mapserver-commits] r12667 - trunk/docs/en/mapcache

svn at osgeo.org svn at osgeo.org
Sun Oct 16 08:32:08 EDT 2011


Author: tbonfort
Date: 2011-10-16 05:32:08 -0700 (Sun, 16 Oct 2011)
New Revision: 12667

Modified:
   trunk/docs/en/mapcache/config.txt
Log:
add "photometric" to jpeg format


Modified: trunk/docs/en/mapcache/config.txt
===================================================================
--- trunk/docs/en/mapcache/config.txt	2011-10-16 12:28:43 UTC (rev 12666)
+++ trunk/docs/en/mapcache/config.txt	2011-10-16 12:32:08 UTC (rev 12667)
@@ -212,7 +212,16 @@
            values under around 80 produce small images but with visible artifacts.
            YMMV
       -->
-      <quality>75</quality>   
+      <quality>75</quality>
+
+      <!-- photometric
+
+          photometric interpretation of the bands created in the jpeg image.
+          default is ycbcr and produces the smallest images. can also be "rgb"
+          which ususally results in x2 or x3 image sizes.
+      -->
+      <photometric>ycbcr</photometric>
+
    </format>
    <format name="PNG_BEST" type ="PNG">
       <compression>best</compression>



More information about the mapserver-commits mailing list