Class SGIHeader
java.lang.Object
com.twelvemonkeys.imageio.plugins.sgi.SGIHeader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private int
private int
private int
private int
private int
private int
private int
private String
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
getName()
int
getWidth()
static SGIHeader
read
(ImageInputStream imageInput) private static String
toAsciiString
(byte[] bytes) toString()
-
Field Details
-
compression
private int compression -
bytesPerPixel
private int bytesPerPixel -
dimensions
private int dimensions -
width
private int width -
height
private int height -
channels
private int channels -
minValue
private int minValue -
maxValue
private int maxValue -
name
-
colorMode
private int colorMode
-
-
Constructor Details
-
SGIHeader
SGIHeader()
-
-
Method Details
-
getCompression
public int getCompression() -
getBytesPerPixel
public int getBytesPerPixel() -
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getChannels
public int getChannels() -
getMinValue
public int getMinValue() -
getMaxValue
public int getMaxValue() -
getName
-
getColorMode
public int getColorMode() -
toString
-
read
- Throws:
IOException
-
toAsciiString
-