OpenImageIO
 All Classes Files Friends Macros Pages
Public Member Functions | Static Public Member Functions | Friends
PyOpenImageIO::ImageInputWrap Class Reference

List of all members.

Public Member Functions

const char * format_name () const
bool open_regular (const std::string &, ImageSpec &)
bool open_with_config (const std::string &, ImageSpec &, const ImageSpec &)
const ImageSpec & spec () const
bool close ()
int current_subimage () const
bool seek_subimage (int, int, ImageSpec &)
bool read_image (TypeDesc, object &, stride_t, stride_t, stride_t, object)
bool read_image_simple (object &)
bool read_scanline (int, int, TypeDesc, object &, stride_t)
bool read_scanline_simple (int, int, object &)
bool read_tile (int, int, int, TypeDesc, object &, stride_t, stride_t, stride_t)
bool read_tile_simple (int, int, int, object &)
bool read_native_scanline (int, int, object &)
bool read_native_tile (int, int, int, object &)
std::string geterror () const

Static Public Member Functions

static boost::python::object create (const std::string &, const std::string &)
static boost::python::object open_static_regular (const std::string &)
static boost::python::object open_static_with_config (const std::string &, const ImageSpec &)

Friends

class ImageOutputWrap
 Friend declaration for ImageOutputWrap::copy_image.

Friends And Related Function Documentation

friend class ImageOutputWrap
friend

Friend declaration for ImageOutputWrap::copy_image.


The documentation for this class was generated from the following files: