Description
spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/ImageTypeSpecifier.html#createBanded(java.awt.color.ColorSpace, int[], int[], int, boolean, boolean)
Follow the spec, this implementation creates ColorModel from ComponentColorModel, and creates the corresponding SampleModel from BandedSampleModel.
Thanks lang,
Patch applied to imageio module at repo revision r960561.
Please check it was applied as you expected.