uzaysan
uzaysan
This happens when app doesnt have read storage permission. I granted permission and it started to work again.
> cards , will probably add support as-well any update on this. I would like to get multiple image urls as well
@yccheok Does you fork work with android Q? What bugs did you fixed? Do you planning to add your fork to gradle to we can add add your library to...
> @uzaysan > > Please kindly apply > > ``` > implementation 'com.github.yccheok:Matisse:2.1' > ``` > > in your build.gradle > > Please provide detailed bug report, if you have...
``` File file = new File(YOUR_COMPRESSED_VIDEO_PATH); long fileSize = file.length(); //Returns file size in bytes so you ave to convert it long fileSizeInKB = fileSize/1024; long fileSizeInMB = fileSizeInKB/1024; ```...
İm using this library but its old and doesnt work as expected on New android versions and doesnt work properly when connection is slow. Do you planning to add cache...
Ok im waiting for it. Do you have a date in your mind? Like it will ve ready in one week or month?
Hi @YegorZaremba Any update on this?
@YegorZaremba Thanks for quick reply. I'm using this library in server side(NodeJs). But when I pass video buffer, It throws an unsuported Image error. `Expected image (BMP, JPEG, PNG, or...
So I should classify video frames one by one. Am I right? But Also I can use library bu converting video to gif? Can you confirm? Also when will video...