Skip navigation links

Package net.sourceforge.jiu.color.data

Provides classes to store images and data directly related to them.

See: Description

Package net.sourceforge.jiu.color.data Description

Provides classes to store images and data directly related to them.

Package Specification

The base interface for image data in JIU is PixelImage. The concept of a pixel image includes the following properties:

The interface IntegerImage extends the PixelImage interface. All sample values belonging to an object of a class implementing IntegerImage are supposed to be integer values that can be stored in an int value (a signed 32 bit value).

Related Documentation

Skip navigation links