Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trade: support specifying mip levels in AbstractImageConverter.
To avoid combinatorial explosion of functions that have to be implemented on the plugin side, the single-image variants proxy to the multi-level variants, if available. THe plugin interface string had to be bumped because otherwise there was a *really nasty* silent ABI break where instead of doSetFlags() it was suddenly calling doConvert().
- Loading branch information