BitooBitImageEditor
BitooBitImageEditor copied to clipboard
UWP - Release mode. Its not taking me to image editor screen.
trafficstars
byte[] data = await ImageEditor.Instance.GetEditedImage(bitmap);
The above line works perfectly in debug mode but not in release mode in UWP.
It returns null instead taking to editor screen.
I tried in the sample app given where it works in release mode as well. The problem happens when I install the BitooBitImageEditor from nuget package.