daniel-luberda / DLToolkit.Forms.Controls

Xamarin.Forms Custom Controls
Apache License 2.0
393 stars 182 forks source link

CropView.GetImageAsJpegAsync returns a non-cropped image #213

Open vd3d opened 6 years ago

vd3d commented 6 years ago

Hi,

I try to use the CropView control, and at the end I look at the cropped image, but the function GetImageAsJpegAsync returns the full image (original) copy, not at all the cropped one !

Do you have an idea of the problem ?