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/06/30 07:14:50 UTC

[jira] Created: (HARMONY-6564) Implement ImageTypeSpecifier.createInterleaved()

Implement ImageTypeSpecifier.createInterleaved()
------------------------------------------------

                 Key: HARMONY-6564
                 URL: https://issues.apache.org/jira/browse/HARMONY-6564
             Project: Harmony
          Issue Type: Sub-task
          Components: Classlib
            Reporter: Lang Yang
         Attachments: HARMONY-6564.diff

Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createInterleaved(java.awt.color.ColorSpace, int[], int, boolean, boolean)

Followed the spec, this implementation uses ComponentColorModel to create the ColorModel, uses PixelInterleavedSampleModel to create the corresponding SampleModel. 

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


[jira] Updated: (HARMONY-6564) Implement ImageTypeSpecifier.createInterleaved()

Posted by "Lang Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lang Yang updated HARMONY-6564:
-------------------------------

    Attachment:     (was: HARMONY-6564.diff)

> Implement ImageTypeSpecifier.createInterleaved()
> ------------------------------------------------
>
>                 Key: HARMONY-6564
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6564
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createInterleaved(java.awt.color.ColorSpace, int[], int, boolean, boolean)
> Followed the spec, this implementation uses ComponentColorModel to create the ColorModel, uses PixelInterleavedSampleModel to create the corresponding SampleModel. 

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


[jira] Closed: (HARMONY-6564) Implement ImageTypeSpecifier.createInterleaved()

Posted by "Lang Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lang Yang closed HARMONY-6564.
------------------------------


Verified. Thanks Tim!

> Implement ImageTypeSpecifier.createInterleaved()
> ------------------------------------------------
>
>                 Key: HARMONY-6564
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6564
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6564.diff
>
>
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createInterleaved(java.awt.color.ColorSpace, int[], int, boolean, boolean)
> Followed the spec, this implementation uses ComponentColorModel to create the ColorModel, uses PixelInterleavedSampleModel to create the corresponding SampleModel. 

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


[jira] Updated: (HARMONY-6564) Implement ImageTypeSpecifier.createInterleaved()

Posted by "Lang Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lang Yang updated HARMONY-6564:
-------------------------------

    Attachment: HARMONY-6564.diff

> Implement ImageTypeSpecifier.createInterleaved()
> ------------------------------------------------
>
>                 Key: HARMONY-6564
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6564
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>         Attachments: HARMONY-6564.diff
>
>
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createInterleaved(java.awt.color.ColorSpace, int[], int, boolean, boolean)
> Followed the spec, this implementation uses ComponentColorModel to create the ColorModel, uses PixelInterleavedSampleModel to create the corresponding SampleModel. 

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


[jira] Commented: (HARMONY-6564) Implement ImageTypeSpecifier.createInterleaved()

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885206#action_12885206 ] 

Hudson commented on HARMONY-6564:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #880 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/880/])
    Apply patch for HARMONY-6564 (Implement ImageTypeSpecifier.createInterleaved())


> Implement ImageTypeSpecifier.createInterleaved()
> ------------------------------------------------
>
>                 Key: HARMONY-6564
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6564
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6564.diff
>
>
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createInterleaved(java.awt.color.ColorSpace, int[], int, boolean, boolean)
> Followed the spec, this implementation uses ComponentColorModel to create the ColorModel, uses PixelInterleavedSampleModel to create the corresponding SampleModel. 

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


[jira] Commented: (HARMONY-6564) Implement ImageTypeSpecifier.createInterleaved()

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885218#action_12885218 ] 

Hudson commented on HARMONY-6564:
---------------------------------

Integrated in Harmony-select-1.5-head-linux-x86_64 #54 (See [http://hudson.zones.apache.org/hudson/job/Harmony-select-1.5-head-linux-x86_64/54/])
    Apply patch for HARMONY-6564 (Implement ImageTypeSpecifier.createInterleaved())


> Implement ImageTypeSpecifier.createInterleaved()
> ------------------------------------------------
>
>                 Key: HARMONY-6564
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6564
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6564.diff
>
>
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createInterleaved(java.awt.color.ColorSpace, int[], int, boolean, boolean)
> Followed the spec, this implementation uses ComponentColorModel to create the ColorModel, uses PixelInterleavedSampleModel to create the corresponding SampleModel. 

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


[jira] Resolved: (HARMONY-6564) Implement ImageTypeSpecifier.createInterleaved()

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison resolved HARMONY-6564.
----------------------------------

    Fix Version/s: 5.0M15
       Resolution: Fixed

Thanks Lang,

Patch applied to imageio module at repo revision r960563.

I applied your patches in the 'wrong' order so please check carefully that this patch was applied ok.  The test case method may be in a different position in the class.


> Implement ImageTypeSpecifier.createInterleaved()
> ------------------------------------------------
>
>                 Key: HARMONY-6564
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6564
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6564.diff
>
>
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createInterleaved(java.awt.color.ColorSpace, int[], int, boolean, boolean)
> Followed the spec, this implementation uses ComponentColorModel to create the ColorModel, uses PixelInterleavedSampleModel to create the corresponding SampleModel. 

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


[jira] Assigned: (HARMONY-6564) Implement ImageTypeSpecifier.createInterleaved()

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison reassigned HARMONY-6564:
------------------------------------

    Assignee: Tim Ellison

> Implement ImageTypeSpecifier.createInterleaved()
> ------------------------------------------------
>
>                 Key: HARMONY-6564
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6564
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>         Attachments: HARMONY-6564.diff
>
>
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createInterleaved(java.awt.color.ColorSpace, int[], int, boolean, boolean)
> Followed the spec, this implementation uses ComponentColorModel to create the ColorModel, uses PixelInterleavedSampleModel to create the corresponding SampleModel. 

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


[jira] Updated: (HARMONY-6564) Implement ImageTypeSpecifier.createInterleaved()

Posted by "Lang Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lang Yang updated HARMONY-6564:
-------------------------------

    Attachment: HARMONY-6564.diff

> Implement ImageTypeSpecifier.createInterleaved()
> ------------------------------------------------
>
>                 Key: HARMONY-6564
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6564
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>         Attachments: HARMONY-6564.diff
>
>
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createInterleaved(java.awt.color.ColorSpace, int[], int, boolean, boolean)
> Followed the spec, this implementation uses ComponentColorModel to create the ColorModel, uses PixelInterleavedSampleModel to create the corresponding SampleModel. 

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