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 15:57:49 UTC

[jira] Resolved: (HARMONY-6563) Implement ImageTypeSpecifier.createGrayscale()

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

Tim Ellison resolved HARMONY-6563.
----------------------------------

    Fix Version/s: 5.0M15
       Resolution: Fixed

Thanks Lang,

Patch applied to imageIO module at repo revision r958580.

I added the standard Apache header to your test case, and removed the author tag for the implementation (since you made a substantive change there too).

Please verify the patch was applied as you expected.

> Implement ImageTypeSpecifier.createGrayscale()
> ----------------------------------------------
>
>                 Key: HARMONY-6563
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6563
>             Project: Harmony
>          Issue Type: Sub-task
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6563.diff
>
>
> Implement:
> 1 - public static ImageTypeSpecifier createGrayscale(int bits, int dataType, boolean isSigned)
> 2 - public static ImageTypeSpecifier createGrayscale(int bits, int dataType, boolean isSigned, boolean isAlphaPremultiplied)
> spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createGrayscale(int, int, boolean)
> I used ComponentColorModel to create ColorModel and compatible SampleModel.

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