You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2004/10/02 20:02:40 UTC

DO NOT REPLY [Bug 31512] New: - [PATCH] Fop should use Batik's Image readers when possible

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31512>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31512

[PATCH] Fop should use Batik's Image readers when possible

           Summary: [PATCH] Fop should use Batik's Image readers when
                    possible
           Product: Fop
           Version: 0.15
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: images
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: deweese@apache.org


Fop should use Batik's image readers when possible rather than
relying on additional libraries.

The attached patch changes PNG and TIFF to use the Batik
codecs which are already shipped with FOP.

The patch also adds support for 'softMasks' (alpha channels)
for PNG and TIFF (at least for PDF output).

Enjoy!