| 121 | } |
| 122 | |
| 123 | bool ImageCacheWrap::get_image_info (ustring filename, ustring dataname, |
| 124 | TypeDesc datatype, void *data) |
| 125 | { |
| 126 | return m_cache->get_image_info(filename, dataname, datatype, data); |
| 127 | } |
| 128 | |
| 129 | bool ImageCacheWrap::get_imagespec(ustring filename, ImageSpec &spec, int subimage=0) |
| 130 | { |
no outgoing calls