Class ImagePyramidMetadata
Object
ImagePyramidMetadata
Metadata to describe a pyramid-representation of
images, if at least one exists in a file.
- Author:
- Owen Feehan
-
Constructor Summary
ConstructorsConstructorDescriptionImagePyramidMetadata
(int resolutionCount) Creates a newImagePyramidMetadata
instance. -
Method Summary
-
Constructor Details
-
ImagePyramidMetadata
public ImagePyramidMetadata(int resolutionCount) Creates a newImagePyramidMetadata
instance.- Parameters:
resolutionCount
- The number of distinct resolution-levels that exist in the pyramid.
-
-
Method Details