Skip to content

Commit 3bad74c

Browse files
update README.md
1 parent 178dd25 commit 3bad74c

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
# Image on Steroids
2-
3-
Collection of Image Composables and utility functions for Jetpack compose to expand
4-
and enrich displaying, manipulating, scaling, morphing, zooming, exif and more with
5-
1+
# Compose Image on Steroids
62

3+
Collection of Images, Modifiers, utility functions for Jetpack Compose to expand
4+
and enrich displaying, manipulating, scaling, resizing, zooming, and
5+
getting cropped `ImageBitmap` based on selection area
76

87
https://user-images.githubusercontent.com/35650605/177825237-6b509ff5-5027-44aa-b9db-84b93f21fdfa.mp4
98

10-
11-
129
## ImageWithConstraints
1310
A composable that lays out and draws a given `ImageBitmap`. This will attempt to
1411
size the composable according to the `ImageBitmap`'s given width and height.

image/src/main/java/com/smarttoolfactory/image/ImageScope.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ interface ImageScope {
5858

5959
/**
6060
* Width of area inside BoxWithConstraints that is scaled based on [ContentScale]
61-
* This is width of the [Canvas] draw draws [ImageBitmap]
61+
* This is width of the [Canvas] draw [ImageBitmap]
6262
*/
6363
val imageWidth: Dp
6464

6565
/**
6666
* Height of area inside BoxWithConstraints that is scaled based on [ContentScale]
67-
* This is height of the [Canvas] draw draws [ImageBitmap]
67+
* This is height of the [Canvas] draw [ImageBitmap]
6868
*/
6969
val imageHeight: Dp
7070

0 commit comments

Comments
 (0)