Skip to content

Custom decoder

Compare
Choose a tag to compare
@davemorrissey davemorrissey released this 12 Jan 21:52
· 251 commits to master since this release

Bitmap decoding extracted to an interface to allow a custom implementation to be written using a different library, as a workaround for problems with the native skia library.

Requested in #33, also provides a solution for #22 and #23.