[HARMONY-6564] Implement ImageTypeSpecifier.createInterleaved() - ASF JIRA (original) (raw)

Details

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

  1. HARMONY-6564.diff
    02/Jul/10 06:09
    6 kB
    Lang Yang

Activity