| 67 | |
| 68 | |
| 69 | bool ImageOutputWrap::open (const std::string &name, const ImageSpec &newspec, |
| 70 | ImageOutput::OpenMode mode=ImageOutput::Create) |
| 71 | { |
| 72 | return m_output->open(name, newspec, mode); |
| 73 | } |
| 74 | |
| 75 | |
| 76 | bool ImageOutputWrap::open_specs (const std::string &name, tuple &specs) |
no outgoing calls