hsbijarniya / image_editor_plus

Flutter Image Editor Plugin with simple, easy support for image editing using Paints, Text, Filters, Emoji and Sticker like stories.
MIT License
103 stars 102 forks source link

Failed to decode image #80

Open matifdeveloper opened 2 weeks ago

matifdeveloper commented 2 weeks ago
E/FlutterJNI(16727): android.graphics.ImageDecoder$DecodeException: Failed to create image decoder with message 'unimplemented'Input contained an error.
E/FlutterJNI(16727):    at android.graphics.ImageDecoder.nCreate(Native Method)
E/FlutterJNI(16727):    at android.graphics.ImageDecoder.-$$Nest$smnCreate(Unknown Source:0)
E/FlutterJNI(16727):    at android.graphics.ImageDecoder$ByteBufferSource.createImageDecoder(ImageDecoder.java:254)
E/FlutterJNI(16727):    at android.graphics.ImageDecoder.decodeBitmapImpl(ImageDecoder.java:1981)
E/FlutterJNI(16727):    at android.graphics.ImageDecoder.decodeBitmap(ImageDecoder.java:1973)
E/FlutterJNI(16727):    at io.flutter.embedding.engine.FlutterJNI.decodeImage(FlutterJNI.java:561)
Gnanendra18 commented 4 days ago

Same issue for me. Any solution ?