| 127 | } |
| 128 | |
| 129 | bool ImageCacheWrap::get_imagespec(ustring filename, ImageSpec &spec, int subimage=0) |
| 130 | { |
| 131 | return m_cache->get_imagespec(filename, spec, subimage); |
| 132 | } |
| 133 | |
| 134 | bool ImageCacheWrap::get_pixels (ustring filename, int subimage, int miplevel, |
| 135 | int xbegin, int xend, int ybegin, int yend, int zbegin, |
no outgoing calls