Salut Guillaume Wrong recipient perhaps? :-)
To answer your question: The development happens in a temporary branch [1]. It'll soon be finished and merged into the Trunk. Some parts may go the XML Graphics Commons. [1] http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ImagePackageRedesign On 13.12.2007 09:33:17 LEVRERO, Guillaume wrote: > Salut Patrice, > > Pour info, > > je viens de recevoir cette email. J'ai l'impression que l'équipe FOP > fait pas mal de changement dans le chargement / traitement des images. > je ne suis pas sûre si leur changement est dans foptrunk ou dans une > autre branche. > > -----Message d'origine----- > De : Apache Wiki [mailto:[EMAIL PROTECTED] > Envoyé : mardi 11 décembre 2007 16:35 > À : [EMAIL PROTECTED] > Objet : [Xmlgraphics-fop Wiki] Update of "ImageSupport/Status" by > JeremiasMaerki > > > Dear Wiki user, > > You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" > for change notification. > > The following page has been changed by JeremiasMaerki: > http://wiki.apache.org/xmlgraphics-fop/ImageSupport/Status > > The comment on the change is: > Update > > ------------------------------------------------------------------------------ > ||done||Reimplement Readers as ImagePreloaders for all supported formats. > done: SVG, PNG, GIF, TIFF, WMF, EMF, EPS, BMP, JPEG|| > ||done||Fully implement intrinsic size determination (size plus resolution) > in ImagePreloaders for PNG and TIFF. PNG using ImageIO which is now always > available after switching to Java 1.4. TIFF using XML Graphics Commons' TIFF > codec.|| > ||IN PROGRESS||Reimplement the image loading code of the old Image > implementations as ImageLoaders. done: ImageIO, Batik(SVG&WMF).|| > - ||IN PROGRESS||Implement all necessary ImageConverters. done: SVG->G2D, > WMF->G2D, G2D->BufferedImage/RenderedImage.|| > + ||done||Implement all necessary ImageConverters. done: SVG->G2D, WMF->G2D, > G2D->BufferedImage/RenderedImage, RenderedImage->G2D, RenderedImage->PNG.|| > ||IN PROGRESS||Write unit test for as much of the functionality as > possible/reasonable.|| > ||IN PROGRESS||Write Javadocs|| > - ||IN PROGRESS||Verify that undecoded images (TIFF with CCITT G4, JPEG, PNG, > EPS) are properly supported by the architecture in order to have minimal > memory usage and maximum performance (no more passing around byte arrays). > done: JPEG, EPS.|| > + ||IN PROGRESS||Verify that undecoded images (TIFF with CCITT G4, JPEG, PNG, > EPS) are properly supported by the architecture in order to have minimal > memory usage and maximum performance (no more passing around byte arrays). > done: JPEG, EPS. PNG didn't work.|| > ||done||Implement transparent support for GZIP encoded streams.|| > ||done||Allow SAXSource and DOMSource for XML-based images. Not implemented > but generally supported by the architecture (JAXP Source)|| > ||done||Reimplement caching. Cache the various image flavors separately of > each other. Identify uncacheable image flavors.|| > @@ -25, +25 @@ > > ||OPEN||Decide if the Graphics2DAdapter/Graphics2DImagePainter pair is > still in the right place (in the render package) as it is heavily used now in > the image package.|| > ||IN PROGRESS||Integrate the new image package into the layout engine > (ImageInfo/ImageSize), the renderers (Image/ImageFlavor) and the FOP > extensions.|| > ||done||Reimplement support for baseline adjustment (for MathML)|| > - ||OPEN||Enhance the existing penalty mechanism to allow manual fine-tuning > of the conversion decisions.|| > + ||done||Enhance the existing penalty mechanism to allow manual fine-tuning > of the conversion decisions.|| > ||done||Create a branch and upload what's there already for early > feedback.|| > ||OPEN||Write some design docs on the new design.|| > Jeremias Maerki
