public final class ImageResourceMetadata extends MetadataContainer
Image resource blocks are the basic building unit of several file formats, including Photoshop's native file format, JPEG, and TIFF.
<br></br>
Image resources are used to store non-pixel data associated with images, such as pen tool paths.
Constructor and Description |
---|
ImageResourceMetadata()
Initializes a new instance of the
ImageResourceMetadata class. |
Modifier and Type | Method and Description |
---|---|
ImageResourceBlock[] |
getBlocks()
Gets array of
ImageResourceBlock . |
getByType, getKeys, getMetadataType, iterator, readByStringKey
public ImageResourceMetadata()
Initializes a new instance of the ImageResourceMetadata
class.
public final ImageResourceBlock[] getBlocks()
Gets array of ImageResourceBlock
.
Copyright © 2019. All rights reserved.