IVCompressor icon indicating copy to clipboard operation
IVCompressor copied to clipboard

Java Library to compress Images/Videos to smaller resolution

Results 6 IVCompressor issues
Sort by recently updated
recently updated
newest added

#### As per given [documentation](https://techgnious.github.io/IVCompressor/), I can see that we have image function as below. ```java IVSize customRes=new IVSize(); customRes.setWidth(400); customRes.setHeight(300); compressor.resizeImageWithCustomRes(file.getBytes(),ImageFormats.JPEG,customRes); ``` But while implementing I found that we...

I was extremely happy to use IVCompressor for compressing images. However, I've had some trouble with the video compressing. The video height and width based on the resolutions are changing...

io.github.techgnious.exception.VideoException: Error Occurred while resizing the video 2021-12-09 11:44:07.982 26426-26426/com.krunal.example W/System.err: at io.github.techgnious.IVCompressor.encodeVideo(IVCompressor.java:510) 2021-12-09 11:44:07.982 26426-26426/com.krunal.example W/System.err: at io.github.techgnious.IVCompressor.reduceVideoSize(IVCompressor.java:269) 2021-12-09 11:44:07.982 26426-26426/com.krunal.example W/System.err: at com.krunal.example.MainActivity.onActivityResult(MainActivity.java:247) 2021-12-09 11:44:07.982 26426-26426/com.krunal.example W/System.err: at...

Update needed since old version has vulnerabilities

I got errors in some servers, and the root cause give me more information about the error

sir can you please provide some information about compression / resize speed for videos .