OpenImageIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Friends | List of all members
PyOpenImageIO::ImageOutputWrap Class Reference

Public Member Functions

const ImageSpecspec () 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: