Image::Magick::Iterator::PPM - read PPM images


Image-Magick-Iterator documentation  | view source Contained in the Image-Magick-Iterator distribution.

Index


NAME

Top

Image::Magick::Iterator::PPM - read PPM images

DESCRIPTION

Top

Image::Magick::Iterator delegates to this class for low level image byte read()s. Don't use this class directly.

FEEDBACK

Top

See Image::Magick::Iterator.

AUTHOR

Top

Allen Day <allenday@ucla.edu>

COPYRIGHT AND LICENSE

Top

APPENDIX

Top

The rest of the documentation details each of the object methods. Internal methods are usually preceded with a '_'. Methods are in alphabetical order for the most part.

read_image()

Usage
  $obj->read_image($filehandle);

Function

reads an image from a filehandle.

Returns

raw data for one PPM image. this is complete, including header and pixels.

Arguments

a filehandle reference


Image-Magick-Iterator documentation  | view source Contained in the Image-Magick-Iterator distribution.