[HARMONY-6564] Implement ImageTypeSpecifier.createInterleaved() - ASF JIRA (original) (raw)
Details
Type: Sub-task
Status: Closed
Priority: Major
Resolution: Fixed
Affects Version/s: None
Fix Version/s: 5.0M15
Component/s: Classlib
Labels:
NonePatch Info:
Patch Available
Description
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.
Attachments
Attachments
- HARMONY-6564.diff
02/Jul/10 06:09
6 kB
Lang Yang