Skip to content

.NET MAUI replacement for the Xamarin ImageCropView library

License

Notifications You must be signed in to change notification settings

bill-reiss/ImageCropView.MAUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageCropView.MAUI

.NET MAUI replacement for the ImageCropView for Xamarin Forms library found here https://github.com/daniel-luberda/DLToolkit.Forms.Controls/tree/master/ImageCropView

This started out as a direct port of the ImageCropView for Xamarin Forms library, but the ImageCropView used FFImageLoading, this is not well supported on .NET MAUI. This implementation uses a GraphicsView Canvas and IImage under the covers so there are no third party packages needed. There were some things about the original implementation I didn't care for, so there are some changes from the original implementation. Hopefully if you are using it a direct replacement the changes won't be too difficult.

NOTE: There is a bug in MAUI on Android currently where PanGestureRecognizer doesn't behave well inside a ScrollView, so make sure you don't have a ScrollView wrapping this control. Issue details here: dotnet/maui#17319

About

.NET MAUI replacement for the Xamarin ImageCropView library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages