-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Image Engine
Jiaheng Ge edited this page Apr 18, 2017
·
1 revision
There are two built-in image engines:
- GlideEngine
- PicassoEngine
Use any image engine like this:
Matisse.from(MainActivity.this)
...
.imageEngine(new GlideEngine() | new PicassoEngine());
.forResult(REQUEST_CODE_CHOOSE);
Proguard rules are listed in the README.
Implement ImageEngine
to create your own image engine.