Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartToolFactory committed Jul 7, 2022
1 parent 178dd25 commit 3bad74c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Image on Steroids

Collection of Image Composables and utility functions for Jetpack compose to expand
and enrich displaying, manipulating, scaling, morphing, zooming, exif and more with

# Compose Image on Steroids

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

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



## ImageWithConstraints
A composable that lays out and draws a given `ImageBitmap`. This will attempt to
size the composable according to the `ImageBitmap`'s given width and height.
Expand Down
4 changes: 2 additions & 2 deletions image/src/main/java/com/smarttoolfactory/image/ImageScope.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ interface ImageScope {

/**
* Width of area inside BoxWithConstraints that is scaled based on [ContentScale]
* This is width of the [Canvas] draw draws [ImageBitmap]
* This is width of the [Canvas] draw [ImageBitmap]
*/
val imageWidth: Dp

/**
* Height of area inside BoxWithConstraints that is scaled based on [ContentScale]
* This is height of the [Canvas] draw draws [ImageBitmap]
* This is height of the [Canvas] draw [ImageBitmap]
*/
val imageHeight: Dp

Expand Down

0 comments on commit 3bad74c

Please sign in to comment.