You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Lang Yang (JIRA)" <ji...@apache.org> on 2010/03/26 02:56:27 UTC

[jira] Commented: (HARMONY-6482) Implementation of getImageWriter, getImageReader

    [ https://issues.apache.org/jira/browse/HARMONY-6482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849981#action_12849981 ] 

Lang Yang commented on HARMONY-6482:
------------------------------------

The patch seems have some issue, I have deleted it, will work on it tomorrow. 

Thanks,

Lang

> Implementation of getImageWriter, getImageReader
> ------------------------------------------------
>
>                 Key: HARMONY-6482
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6482
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>
> I have implemented these methods
> javax.imageio.ImageIO.getImageReader()
> javax.imageio.ImageIO.getImageWriter()
> javax.imageio.spi.ImageReaderSpi.getImageWriterSpiNames()
> I only used the following Reader/Writer to test (Since they are the only available ones):
> ImageIO.getImageWriter(new JPEGImageReader(new JPEGImageReaderSpi()));
> ImageIO.getImageReader(new JPEGImageWriter(new JPEGImageWriterSpi()));
> ImageIO.getImageWriter(new PNGImageReader(new PNGImageReaderSpi()));
> Results:
> org.apache.harmony.x.imageio.plugins.jpeg.JPEGImageWriter@4c4feb1
> org.apache.harmony.x.imageio.plugins.jpeg.JPEGImageReader@4c50594
> org.apache.harmony.x.imageio.plugins.png.PNGImageWriter@4c50e6e
> These are the SUN's result:
> com.sun.imageio.plugins.jpeg.JPEGImageWriter@b1c260
> com.sun.imageio.plugins.jpeg.JPEGImageReader@100ab23
> com.sun.imageio.plugins.png.PNGImageWriter@1bd0dd4

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.