You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compressor is a lightweight and powerful android image compression library. Compressor will allow you to compress large photos into smaller sized photos with very less or negligible loss in quality of the image.
6
8
@@ -76,6 +78,9 @@ GlobalScope.launch {
76
78
val compressedImageFile =Compressor.compress(context, actualImageFile, Dispatchers.Main)
77
79
```
78
80
81
+
### Old version
82
+
Please read this [readme](https://github.com/zetbaitsu/Compressor/blob/master/README_v2.md)
0 commit comments