Class | Description |
---|---|
PixelImage |
The base interface for all image data types in JIU.
|
Class | Description |
---|---|
BilevelImage |
An interface for bilevel pixel image data classes.
|
Gray16Image |
Interface for grayscale images using integer samples that are sixteen bits large.
|
Gray8Image |
Interface for grayscale images using integer samples that are eight bits large.
|
IntegerImage |
Extends the
PixelImage interface to access image data as int values. |
Palette |
This class represents a palette, a list of RGB colors.
|
Paletted8Image |
An interface for classes that store paletted images with
eight bit integers for each pixel.
|
PixelImage |
The base interface for all image data types in JIU.
|
RGB24Image |
An empty interface for RGB truecolor images with integer samples
that are each eight bits large (thus, 24 bits per pixel).
|
RGB48Image |
An empty interface for RGB truecolor images with integer samples
that are each sixteen bits large (thus, 48 bits per pixel).
|
Class | Description |
---|---|
PixelImage |
The base interface for all image data types in JIU.
|
Class | Description |
---|---|
Palette |
This class represents a palette, a list of RGB colors.
|
Class | Description |
---|---|
IntegerImage |
Extends the
PixelImage interface to access image data as int values. |
Palette |
This class represents a palette, a list of RGB colors.
|
Paletted8Image |
An interface for classes that store paletted images with
eight bit integers for each pixel.
|
PixelImage |
The base interface for all image data types in JIU.
|
RGBIndex |
This interface provides three
int constants as index
values for the three channels of an RGB image: red, green and blue. |
Class | Description |
---|---|
IntegerImage |
Extends the
PixelImage interface to access image data as int values. |
Paletted8Image |
An interface for classes that store paletted images with
eight bit integers for each pixel.
|
PixelImage |
The base interface for all image data types in JIU.
|
RGBIndex |
This interface provides three
int constants as index
values for the three channels of an RGB image: red, green and blue. |
RGBIntegerImage |
An interface for RGB truecolor images that have integer samples.
|
Class | Description |
---|---|
Gray16Image |
Interface for grayscale images using integer samples that are sixteen bits large.
|
Gray8Image |
Interface for grayscale images using integer samples that are eight bits large.
|
GrayIntegerImage |
An empty interface for grayscale images which have integer values
of up to 32 bits (
int or smaller) as samples. |
IntegerImage |
Extends the
PixelImage interface to access image data as int values. |
Paletted8Image |
An interface for classes that store paletted images with
eight bit integers for each pixel.
|
PixelImage |
The base interface for all image data types in JIU.
|
RGB24Image |
An empty interface for RGB truecolor images with integer samples
that are each eight bits large (thus, 24 bits per pixel).
|
RGBIntegerImage |
An interface for RGB truecolor images that have integer samples.
|
Class | Description |
---|---|
RGBIndex |
This interface provides three
int constants as index
values for the three channels of an RGB image: red, green and blue. |
Class | Description |
---|---|
BilevelImage |
An interface for bilevel pixel image data classes.
|
Gray8Image |
Interface for grayscale images using integer samples that are eight bits large.
|
GrayIntegerImage |
An empty interface for grayscale images which have integer values
of up to 32 bits (
int or smaller) as samples. |
Paletted8Image |
An interface for classes that store paletted images with
eight bit integers for each pixel.
|
RGB24Image |
An empty interface for RGB truecolor images with integer samples
that are each eight bits large (thus, 24 bits per pixel).
|
RGBIndex |
This interface provides three
int constants as index
values for the three channels of an RGB image: red, green and blue. |
Class | Description |
---|---|
Palette |
This class represents a palette, a list of RGB colors.
|
RGB24Image |
An empty interface for RGB truecolor images with integer samples
that are each eight bits large (thus, 24 bits per pixel).
|
RGBIndex |
This interface provides three
int constants as index
values for the three channels of an RGB image: red, green and blue. |
Class | Description |
---|---|
BilevelImage |
An interface for bilevel pixel image data classes.
|
Gray16Image |
Interface for grayscale images using integer samples that are sixteen bits large.
|
Gray8Image |
Interface for grayscale images using integer samples that are eight bits large.
|
Paletted8Image |
An interface for classes that store paletted images with
eight bit integers for each pixel.
|
PixelImage |
The base interface for all image data types in JIU.
|
RGB24Image |
An empty interface for RGB truecolor images with integer samples
that are each eight bits large (thus, 24 bits per pixel).
|
RGB48Image |
An empty interface for RGB truecolor images with integer samples
that are each sixteen bits large (thus, 48 bits per pixel).
|
Class | Description |
---|---|
Palette |
This class represents a palette, a list of RGB colors.
|
Paletted8Image |
An interface for classes that store paletted images with
eight bit integers for each pixel.
|
RGB24Image |
An empty interface for RGB truecolor images with integer samples
that are each eight bits large (thus, 24 bits per pixel).
|
RGBIndex |
This interface provides three
int constants as index
values for the three channels of an RGB image: red, green and blue. |
Class | Description |
---|---|
BilevelImage |
An interface for bilevel pixel image data classes.
|
Gray16Image |
Interface for grayscale images using integer samples that are sixteen bits large.
|
Gray8Image |
Interface for grayscale images using integer samples that are eight bits large.
|
GrayIntegerImage |
An empty interface for grayscale images which have integer values
of up to 32 bits (
int or smaller) as samples. |
IntegerImage |
Extends the
PixelImage interface to access image data as int values. |
Paletted8Image |
An interface for classes that store paletted images with
eight bit integers for each pixel.
|
PixelImage |
The base interface for all image data types in JIU.
|
RGB24Image |
An empty interface for RGB truecolor images with integer samples
that are each eight bits large (thus, 24 bits per pixel).
|
RGB48Image |
An empty interface for RGB truecolor images with integer samples
that are each sixteen bits large (thus, 48 bits per pixel).
|
RGBIntegerImage |
An interface for RGB truecolor images that have integer samples.
|
Class | Description |
---|---|
BilevelImage |
An interface for bilevel pixel image data classes.
|
ByteChannelImage |
An extension of the
IntegerImage interface that restricts the image to
byte samples. |
Gray16Image |
Interface for grayscale images using integer samples that are sixteen bits large.
|
Gray8Image |
Interface for grayscale images using integer samples that are eight bits large.
|
GrayImage |
An interface for grayscale images.
|
GrayIntegerImage |
An empty interface for grayscale images which have integer values
of up to 32 bits (
int or smaller) as samples. |
IntegerImage |
Extends the
PixelImage interface to access image data as int values. |
MemoryByteChannelImage |
An implementation of
ByteChannelImage that stores image channels as
byte[] arrays in memory. |
MemoryShortChannelImage |
An implementation of
ShortChannelImage that stores image channels as
short[] arrays in memory. |
Palette |
This class represents a palette, a list of RGB colors.
|
Paletted8Image |
An interface for classes that store paletted images with
eight bit integers for each pixel.
|
PalettedImage |
This interface defines methods for paletted images.
|
PalettedIntegerImage |
An empty interface for a paletted image type that uses
integer values as samples.
|
PixelImage |
The base interface for all image data types in JIU.
|
RGB24Image |
An empty interface for RGB truecolor images with integer samples
that are each eight bits large (thus, 24 bits per pixel).
|
RGB48Image |
An empty interface for RGB truecolor images with integer samples
that are each sixteen bits large (thus, 48 bits per pixel).
|
RGBImage |
An interface for RGB truecolor images.
|
RGBIndex |
This interface provides three
int constants as index
values for the three channels of an RGB image: red, green and blue. |
RGBIntegerImage |
An interface for RGB truecolor images that have integer samples.
|
ShortChannelImage |
An extension of the
IntegerImage interface that restricts the image to
short samples. |
Class | Description |
---|---|
IntegerImage |
Extends the
PixelImage interface to access image data as int values. |
PixelImage |
The base interface for all image data types in JIU.
|
Class | Description |
---|---|
IntegerImage |
Extends the
PixelImage interface to access image data as int values. |
Class | Description |
---|---|
BilevelImage |
An interface for bilevel pixel image data classes.
|
ByteChannelImage |
An extension of the
IntegerImage interface that restricts the image to
byte samples. |
Gray16Image |
Interface for grayscale images using integer samples that are sixteen bits large.
|
Gray8Image |
Interface for grayscale images using integer samples that are eight bits large.
|
IntegerImage |
Extends the
PixelImage interface to access image data as int values. |
Paletted8Image |
An interface for classes that store paletted images with
eight bit integers for each pixel.
|
PixelImage |
The base interface for all image data types in JIU.
|
RGB24Image |
An empty interface for RGB truecolor images with integer samples
that are each eight bits large (thus, 24 bits per pixel).
|
RGB48Image |
An empty interface for RGB truecolor images with integer samples
that are each sixteen bits large (thus, 48 bits per pixel).
|
RGBImage |
An interface for RGB truecolor images.
|
RGBIndex |
This interface provides three
int constants as index
values for the three channels of an RGB image: red, green and blue. |
RGBIntegerImage |
An interface for RGB truecolor images that have integer samples.
|
Class | Description |
---|---|
IntegerImage |
Extends the
PixelImage interface to access image data as int values. |
PixelImage |
The base interface for all image data types in JIU.
|