zetbaitsu / Compressor

An android image compression library.
7.08k stars 963 forks source link

Cannot access path of compressed file path even after using custom path #118

Open Aksh0377 opened 5 years ago

Aksh0377 commented 5 years ago

compressedImage = new Compressor (context) .setDestinationDirectoryPath(Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES).getAbsolutePath()) .compressToFile(new File(imagePaths));