Package | Description |
---|---|
net.sourceforge.jiu.data |
Modifier and Type | Interface | Description |
---|---|---|
interface |
BilevelImage |
An interface for bilevel pixel image data classes.
|
interface |
Gray16Image |
Interface for grayscale images using integer samples that are sixteen bits large.
|
interface |
Gray8Image |
Interface for grayscale images using integer samples that are eight bits large.
|
interface |
GrayIntegerImage |
An empty interface for grayscale images which have integer values
of up to 32 bits (
int or smaller) as samples. |
Modifier and Type | Class | Description |
---|---|---|
class |
MemoryBilevelImage |
An implementation of the
BilevelImage interface that stores image
data in a byte array in memory. |
class |
MemoryGray16Image |
An implementation of
Gray16Image that keeps the complete image in memory. |
class |
MemoryGray8Image |
An implementation of
Gray8Image that keeps the complete image in memory. |