Skip to content

Commit 0d041ff

Browse files
committed
Updated version to 3.0.0 and added new features
1 parent c5ca938 commit 0d041ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ The view optionally uses subsampling and tiles to support very large images - a
6060
* Display images from assets, resources, the file system or bitmaps
6161
* Automatically rotate images from the file system (e.g. the camera or gallery) according to EXIF
6262
* Manually rotate images in 90° increments
63+
* Display a region of the source image
64+
* Use a preview image while large images load
6365
* Swap images at runtime
6466
* Use a custom bitmap decoder
6567

@@ -126,7 +128,7 @@ Disable tiling if:
126128

127129
Add the library to your app using one of these methods:
128130

129-
* Add `com.davemorrissey.labs:subsampling-scale-image-view:2.4.0` as a dependency in your build.gradle file
131+
* Add `com.davemorrissey.labs:subsampling-scale-image-view:3.0.0` as a dependency in your build.gradle file
130132
* *or* download the library aar file from the releases page and add to your app manually
131133
* *or* clone the project and import the library subproject as a module in your app
132134
* *or* clone the project and copy the resources and classes from `com.davemorrissey.labs.subscaleview` into your project

0 commit comments

Comments
 (0)