Interface CLNSectionWritableImageArrayType
- All Superinterfaces:
AutoCloseable, CLNSectionWritableStandardType, CLNSectionWritableType
A writable array image section.
-
Method Summary
Modifier and TypeMethodDescriptionCreate a set of mipmaps in the image.Methods inherited from interface CLNSectionWritableType
close, identifier, sectionDataChannel
-
Method Details
-
createMipMaps
CLWritableMipMapsArrayType createMipMaps(CLNImageArrayMipMapDeclarations mipMaps) throws IOException Create a set of mipmaps in the image.- Parameters:
mipMaps- The mipmap descriptions- Returns:
- An interface used to write mipmap data
- Throws:
IOException- On errors
-