The class Magick::Image is extended with a few methods.
| Magick:: | The class Magick::Image is extended with a few methods. |
| Functions | |
| to_ubyte | Convert image to two-dimensional array (Sequence_) of 8-bit unsigned integers. |
| to_usint | Convert image to two-dimensional array (Sequence_) of 16-bit unsigned integers. |
| to_sfloat | Convert image to two-dimensional array (Sequence_) of single-precision floating-point numbers. |
| to_sfloat | Convert image to two-dimensional array (Sequence_) of double-precision floating-point numbers. |
| to_ubytergb | Convert image to two-dimensional array (Sequence_) of 24-bit unsigned RGB-triplets. |
| to_multiarray | Convert image to two-dimensional array (Sequence_). |
def to_ubyte
Convert image to two-dimensional array (Sequence_) of 8-bit unsigned integers.
def to_usint
Convert image to two-dimensional array (Sequence_) of 16-bit unsigned integers.
def to_sfloat
Convert image to two-dimensional array (Sequence_) of single-precision floating-point numbers.
Convert image to two-dimensional array (Sequence_) of double-precision floating-point numbers.
def to_ubytergb
Convert image to two-dimensional array (Sequence_) of 24-bit unsigned RGB-triplets.
def to_multiarray
Convert image to two-dimensional array (Sequence_).
Convert image to two-dimensional array (Sequence_) of 8-bit unsigned integers.
def to_ubyte
Convert image to two-dimensional array (Sequence_) of 16-bit unsigned integers.
def to_usint
Convert image to two-dimensional array (Sequence_) of single-precision floating-point numbers.
def to_sfloat
Convert image to two-dimensional array (Sequence_) of 24-bit unsigned RGB-triplets.
def to_ubytergb
Convert image to two-dimensional array (Sequence_).
def to_multiarray