SiliCompressor
SiliCompressor copied to clipboard
how to specify destination directory path ?
how to specify destination directory path ?
can anybody share some code samples for using this library ?
Hi @kpradeepkumarreddy,
from what was said in the project description, here is how the library can be use specifying the destination file.
String filePath = SiliCompressor.with(Context).compress(imageUriString, destinationFile);
destinationFile is the file object you created, which will be written to when your image is compressesed
@kpradeepkumarreddy got any soln ?
@kpradeepkumarreddy got any soln ?
I'm using this compressor implementation 'id.zelory:compressor:3.0.1'