AndroidLibnsgif icon indicating copy to clipboard operation
AndroidLibnsgif copied to clipboard

Request: add bitmap cache, to avoid re-decoding when already done before

Open AndroidDeveloperLB opened this issue 7 years ago • 0 comments

Whoever uses the library could set how much memory the bitmap cache of the GIF decoder should be used. If it's 0, it should be as it is today, meaning no caching. If it's <1, it should take as much as the library thinks that it's possible to have. If it's >0, this is the number of bytes in total, of all bitmaps, that the library should be allowed to have.

AndroidDeveloperLB avatar Nov 12 '18 23:11 AndroidDeveloperLB