You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/12/08 14:16:58 UTC

DO NOT REPLY [Bug 32586] New: - Allow ImageReader to process other image formats than JPEG

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=32586>.
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=32586

           Summary: Allow ImageReader to process other image formats than
                    JPEG
           Product: Cocoon 2
           Version: 2.1.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: core
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: georgeg@open.gr


Changed org.apache.cocoon.reading.ImageReader (from the 2.1.5.1 release) to
accept any input image type supported by the j2se. Of course, due to the lack of
available encoders the output is still jpeg. Instead of the JPEGDecoder used
previously this now uses classes from java.awt and java.swing. In order for this
to work on environments without graphics support, use -Djava.awt.headless=true

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.