We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Tiny.getInstance().source(bitmapDraw).asBitmap().withOptions(options).compress((isSuccess, bitmap, t) -> { if (isSuccess) {
} else { } });
Activity