List of all members.
Public Member Functions |
const ImageSpec & | spec () const |
bool | open (const std::string &, const ImageSpec &, ImageOutput::OpenMode) |
bool | close () |
bool | write_scanline (int, int, TypeDesc, boost::python::object &, stride_t) |
bool | write_tile (int, int, int, TypeDesc, boost::python::object &, stride_t, stride_t, stride_t) |
bool | write_rectangle (int, int, int, int, int, int, TypeDesc, boost::python::object &, stride_t, stride_t, stride_t) |
bool | write_image (TypeDesc, object &, stride_t, stride_t, stride_t, object) |
void | print_pointer () |
bool | copy_image (ImageInputWrap *iiw) |
const char * | format_name () const |
bool | supports (const std::string &) const |
std::string | geterror () const |
Static Public Member Functions |
static boost::python::object | create (const std::string &, const std::string &) |
Friends |
class | ImageBufWrap |
The documentation for this class was generated from the following files:
- src/python/py_oiio.h
- src/python/py_imageoutput.cpp