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.