[ https://issues.apache.org/jira/browse/HARMONY-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885201#action_12885201 ] Hudson commented on HARMONY-6566: --------------------------------- Integrated in Harmony-1.5-head-linux-x86_64 #879 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/879/]) Apply patch for HARMONY-6566 (Implement ImageTypeSpecifier.createBufferedImage() and ImageTypeSpecifier.getBufferedImageType()) > Implement ImageTypeSpecifier.createBufferedImage() and ImageTypeSpecifier.getBufferedImageType() > ------------------------------------------------------------------------------------------------ > > Key: HARMONY-6566 > URL: https://issues.apache.org/jira/browse/HARMONY-6566 > Project: Harmony > Issue Type: Sub-task > Components: Classlib > Reporter: Lang Yang > Assignee: Tim Ellison > Fix For: 5.0M15 > > Attachments: HARMONY-6566.diff > > > Spec: > http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createBufferedImage(int, int) > http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#getBufferedImageType() > Create a BufferedImage requires two major components. > 1. ColorModel - the ColorModel is there when ImageTypeSpecifier object created. > 2. WritableRaster - the WritableRaster can be created use the SampleModel > For getBufferedImageType(), we create a dummy BufferedImage from createBufferedImage with width and height to be 1, and get the type of this dummy object -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.