| 190 | } |
| 191 | |
| 192 | void ImageIO::init(const ImageIO & img, BitDepth bitDepth) |
| 193 | { |
| 194 | m_impl->init(*img.m_impl, bitDepth); |
| 195 | |
| 196 | // Do not propagate colorInteropID. |
| 197 | attribute("colorInteropID", "unknown"); |
| 198 | } |
| 199 | |
| 200 | void ImageIO::init(long width, long height, ChannelOrdering chanOrder, BitDepth bitDepth) |
| 201 | { |