Skip to content

Commit

Permalink
Trade: support specifying mip levels in AbstractImageConverter.
Browse files Browse the repository at this point in the history
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
mosra committed Jul 26, 2021
1 parent 4a7b15c commit 008583d
Show file tree
Hide file tree
Showing 5 changed files with 2,207 additions and 48 deletions.
Loading

0 comments on commit 008583d

Please sign in to comment.