Adrian Cumiskey
Mon, 21 Jul 2008 08:22:18 -0700
Jeremias, Yes you are right, I'll look at amending this. Adrian. Jeremias Maerki wrote:
Adrian, what's the point in registering arbitrary image formats which are not even directly supported by AFP and are converted to bitmaps or graphics by the AFPRenderer? AFAICT, the modca package simply needs to know what internally supported image type is used, not what image type the image originally was. Also, what happens with formats like MathML, JBIG2, PNM and whatever else might be used? Do they have to be registered to work correctly? Doesn't seem right to me. On 21.07.2008 13:36:50 acumiskey wrote:<snip/>Author: acumiskey Date: Mon Jul 21 04:36:49 2008 New Revision: 678394 URL: http://svn.apache.org/viewvc?rev=678394&view=rev Log: * Fixed bug in cache where object is not able to use IOB mechanism. * Added PNG unsupported (but now recognised) mimetype to MO:DCA Registry. * Added useful toString() to AbstractNamedDataObject. Modified: xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/DataObjectCache.java xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AFPDataStream.java xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AbstractNamedAFPObject.java xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AbstractPageObject.java xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AbstractPreparedObjectContainer.java xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/Registry.java xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/ResourceGroup.javaJeremias Maerki