Closed gusmantoro closed 4 years ago
oh sorry, now I can use glide, I just have to disable the brush before and enable it after Glide successfully load the image
this is my modification code
After that modification, I have no issues with the library, sorry and big thanks for such cool library
I can't use glide to load the image. I have tried to load the image on imageview, it successfully loaded, but doesn't work if I set to photoEditorView
Glide.with(context).load(new File(filePath)).into(photoEditorView.getSource());
it throws an error : java.lang.IllegalArgumentException: width and height must be > 0