|
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 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 &) |
|
Friend declaration for ImageOutputWrap::copy_image.
The documentation for this class was generated from the following files:
- src/python/py_oiio.h
- src/python/py_imageinput.cpp