-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
When i set image for the first time, the image size is smaller than the original even though i am not applying any filter yet. Following is the code i wrote to set image in PhotoEditor view.
photoEditor = PhotoEditor.Builder(this, binding.photoView)
.setPinchTextScalable(true)
.setClipSourceImage(true)
.build()
binding.photoView.source.setImageURI(Uri.parse(imageUri))
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested