You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2010/06/28 16:32:49 UTC

[jira] Resolved: (HARMONY-6562) Implement ImageTypeSpecifier.createIndexed()

     [ https://issues.apache.org/jira/browse/HARMONY-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison resolved HARMONY-6562.
----------------------------------

         Assignee: Tim Ellison
    Fix Version/s: 5.0M15
       Resolution: Fixed

Thanks Lang.

I applied your patch to the imageio module at repo revision r958590.

I merged the test case into the class created for HARMONY-6563, and updated the manifest with a new module dependency.

Please check it was applied as you expected.




> Implement ImageTypeSpecifier.createIndexed()
> --------------------------------------------
>
>                 Key: HARMONY-6562
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6562
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6562.diff
>
>
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createIndexed(byte[], byte[], byte[], byte[], int, int)
> The implementation is really straight forward, after validate the parameters. Use IndexColorModel to instantiate ColorModel, and create compatible SampleModel

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