PhotoEditor
PhotoEditor copied to clipboard
A Photo Editor library with simple, easy support for image editing using paints,text,filters,emoji and Sticker like stories.
When I apply filter to any image, the image resizes itself leaving some black background at the borders. Can I have control over that? Can I change the color of...
when we perform any action on image and reset the bitmap in phtoEditiorView app crash, show in the logcat bitmap is recycled A clear and concise description of what you...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
I want to save Multiple/All the images once after editing, but i call FileCreated with onSaveFile but i get no path with editing layer. How to call onSave method after...
I am using user image in filter Adapter. in imageview replace to PhotoEditorView because show current filter show user image but recyclerview not handle the photoEditorView , please answer this...
``` ...document, PID: 664 java.lang.RuntimeException: Applying effect in wrong GL context! at android.media.effect.EffectContext.assertValidGLState(EffectContext.java:109) at android.media.effect.FilterEffect.beginGLEffect(FilterEffect.java:64) at android.media.effect.SingleFilterEffect.apply(SingleFilterEffect.java:68) at ja.burhanrashid52.photoeditor.ImageFilterView.applyEffect(ImageFilterView.java:263) at ja.burhanrashid52.photoeditor.ImageFilterView.onDrawFrame(ImageFilterView.java:100) at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1571) at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1270) ``` Does this library support...
**The photo editor throws this exception and is highly repeatable** Fatal Exception: java.lang.RuntimeException: Could not compile and link shader! at android.filterfw.core.ShaderProgram.(ShaderProgram.java:58) at android.filterpacks.imageproc.BrightnessFilter.getShaderProgram(BrightnessFilter.java:51) at android.filterpacks.imageproc.SimpleImageFilter.updateProgramWithTarget(SimpleImageFilter.java:92) at android.filterpacks.imageproc.SimpleImageFilter.process(SimpleImageFilter.java:72) at android.filterfw.core.Filter.performProcess(Filter.java:473) at...
I'm trying to execute saveAsBitmap but I often get this error: **E/ImageFilterView: onDrawFrame: android.graphics.Bitmap@de42880 E/PhotoEditorView: saveFilter: android.graphics.Bitmap@de42880 D/PhotoEditorView: onBitmapLoaded() called with: sourceBitmap = [android.graphics.Bitmap@de42880] onBitmapLoaded() called with: sourceBitmap = [android.graphics.Bitmap@de42880]...