I've noticed native lib jpegturbo is both statically linked in bellowing module:
It's size is 165KB kb in armeabi-v7 and 409KB in x86 (so big!), would cause a lot of redundant apk size!
Since every body who use static-webp library would and must already have imagepipeline in their app, so I think we can do some trick:
If this idea is accepted, I would give a PR in several days.
Hi @desmond1121, thanks for raising this issue! Having both projects statically linking against a larger library sounds bad and we should fix this. Your solution sounds good and hopefully there's an easy way to do this.
Definitely looking forward to read your PR! 馃憤 Would great to have some numbers on the size win.
@lambdapioneer PR #1686
Most helpful comment
@lambdapioneer PR #1686