]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Documentation for native image support.
authorAdrian Cumiskey <acumiskey@apache.org>
Wed, 3 Sep 2008 16:32:24 +0000 (16:32 +0000)
committerAdrian Cumiskey <acumiskey@apache.org>
Wed, 3 Sep 2008 16:32:24 +0000 (16:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@691671 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/trunk/configuration.xml

index 81b4d40acd8849466649834ab7cc7d5f6ddf2ce8..131b89a3700bd64cf9583bacac01c7dcd9c44d5a 100644 (file)
         Additionally, there are certain settings that control how the renderer handles various elements.
       </p>
 <source><![CDATA[<renderer mime="application/x-afp">
-  <images mode="b+w" bits-per-pixel="8"/>
+  <images mode="b+w" bits-per-pixel="8" native="true"/>
   <renderer-resolution>240</renderer-resolution>
+  
+  <!-- a default external resource group file -->
   <resource-group-file>resources.afp</resource-group-file>
-  <goca-enabled/>
 </renderer>]]></source>
       <p>
-        The default value for the "images mode" setting is "b+w" (black and white).  When the setting is "color" a "bits-per-pixel" setting can be provided 
+        The default value for the "images mode" setting is "b+w" (black and white).  When the setting is "color" a "bits-per-pixel" setting can be provided.  When the setting "native" is set to true, images (TIFF, JPEG and Encapsulated Postscript) will be placed in the datastream in their native form using a MO:DCA Object Container.
       </p>
       <p>
         The default value for the "renderer-resolution" is 240 dpi. 
       </p>
  -->
       <p>
-        By default if there is no configuration definition for "resource-group-file" all resources will be placed inline within the containing page
+        By default if there is no configuration definition for "resource-group-file", external resources will be placed in a file called resources.afp
       </p>
     </section>
   </section>