Managing a color image in various representations. More...
Classes | |
class | _CubicSpline |
An instance of the CubicSpline class implements a function | |
class | RGBImage |
An instance of the RGBImage class represents a single RGB color image, i.e. More... | |
Functions | |
def | _split16 (value32) |
This helper function returns a 2-tuple containing the least and most significant 16-bit portion of the specified unsigned 32-bit integer value. More... | |
Managing a color image in various representations.
An instance of the RGBImage class in this module manages a color image in one or more representations.
|
private |
This helper function returns a 2-tuple containing the least and most significant 16-bit portion of the specified unsigned 32-bit integer value.