hkk595 / Resizer

An image resizing library for Android
MIT License
432 stars 69 forks source link

Feature/output filename #3

Closed dejandobnikar closed 6 years ago

dejandobnikar commented 6 years ago

Added setOutputFilename(String)

Method setOutputFormat(Bitmap.CompressFormat) added, which is easier to use with IDE autocomplete :)

hkk595 commented 6 years ago

These are indeed good features. Thanks! I will merge and update the version accordingly.