-
When I make a PhotoEditor.Edit it's crashing the app
![image](https://user-images.githubusercontent.com/74000226/102623566-748c2580-4121-11eb-98f4-d0a7e9960187.png)
My Coding
-
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.
```
p…
-
Can you please provide a little more information about the PhotoEditor edit function algorithms. Like
- What exactly does Srgb2Photopro do?
- What's the purpose of Sigmoid Inverse and Sigmoid here…
-
# Issue: Editor Crashing When Sticker is Larger Than Image or Placed Outside Image
**Description:**
The photo editor crashes when a sticker is either larger than the image itself or placed outside…
-
I'm using [react-native-image-picker](https://github.com/react-native-image-picker/react-native-image-picker) to let the user select an image from the gallery. When I try to use the returned value wit…
dkr13 updated
3 months ago
-
Hi, what should the path to the local file look like? It just works with web URL. I've tried:
`const result = await PhotoEditor.open({
path: './assets/logo.png'
});
`
and
`
co…
-
You can use the app sample to simulate the error.
After the photo editor start, if we click on the "Clear All" button as the first action on the editor the following error happen:
```
2019-05-1…
-
In the project PhotoEditor, why is there exclamation mark in the Reference, prompting "..... references could not be resolved"
The steps to reproduce are as follows
1. Download this sample https:/…
-
Hey! been using these examples to explore the blur fragments and it works very well. but i lack the knowledge of writing shaders, is it possible in Flutter to use blur like this?
https://github.c…
-
There is a small mistake in the wiki, particularly in Saving part:
https://github.com/burhanrashid52/PhotoEditor/wiki/Saving
Current code:
```
mPhotoEditor.saveAsBitmap(new PhotoEditor.OnSaveBit…