Class ImageMetaData
Inheritance
java.lang.Object
ImageMetaData
Syntax
public class ImageMetaData
Constructors
ImageMetaData(PathHandle file, int width, int height, int channels, int format)
Declaration
public ImageMetaData(PathHandle file, int width, int height, int channels, int format)
Parameters
Type | Name | Description |
---|---|---|
PathHandle | file | |
int | width | |
int | height | |
int | channels | |
int | format |
Fields
file
Declaration
public PathHandle file
Field Value
Type | Description |
---|---|
PathHandle |
width
Declaration
public int width
Field Value
Type | Description |
---|---|
int |