-
I'm using an image from device storage and applying 24 filters of this library to the every position of recycler view.
I want to show every filter effect in recycler view with user image. But app is …
-
1. Файлик PhotoEditor/app/src/main/java/com/arvatel/photoeditor/algorithms/Scaling.java содержит две практически одинаковые функции. Было бы хорошо если бы одна из функций (nearestNeighborScalingRatio…
-
when i use this method second time it give me an error, i use this method frequently to save previous bitmaps on every action i make.
`
private fun saveImageAsBitmap(mPhotoEditor: PhotoEditor, cle…
-
App is crashing on calling const result = await PhotoEditor.open(Options); But no errors are showing.
-
suppose i add an image using PhotoEditor.addImage(bitmap) then , how to get the reference of the image(ImageView) that has been added to the editor, suppose, i want to resize the added image to the …
-
```
...document, PID: 664
java.lang.RuntimeException: Applying effect in wrong GL context!
at android.media.effect.EffectContext.assertValidGLState(EffectContext.java:109)
at a…
-
centry_mobile@1.0.0 start C:\Users\EDZ\Downloads\photoEditor-master\photoEditor-master
> npm run dev
> centry_mobile@1.0.0 dev C:\Users\EDZ\Downloads\photoEditor-master\photoEditor-master
> web…
-
Hello,
I try to use NsPhotoEditor and I dot an issue on android:
I have just added this test code:
```
photoEditor.editPhoto({
imageSource: imageSource,
hiddenControls: […
-
ja.burhanrashid52.photoeditor.FilterImageView.getBitmap
java.lang.ClassCastException:
at ja.burhanrashid52.photoeditor.FilterImageView.getBitmap (FilterImageView.java:129)
at ja.burhanrashi…
-
Hi,
I've observed the following crash in the sample app. It crashes when the user clicks the "Clear All" button in the photo editor screen.
**Steps to reproduce:**
1. In the sample app, click…