AndroidMediaUtil icon indicating copy to clipboard operation
AndroidMediaUtil copied to clipboard

An Android library project for lossless JPG transforms

Results 4 AndroidMediaUtil issues
Sort by recently updated
recently updated
newest added

This project implements jpegtran's `-crop`, but unfortunately not jpegtran's `-drop`. It would be great to have it. Thanks a lot!

Licensing information is one of the most important factors when searching for a library. Copied from https://github.com/bkhall/AndroidMediaUtil/blob/master/src/android/mediautil/image/jpeg/LLJTran.java Thanks!

I was trying to import this project to rotate jpeg files losslessly and managed to do it manually, but though I'd prefer to use something like jitpack.io Since it wasn't...

Hello thanks for you classes. I have difficulties to find where to import java.awt.Rectangle; I have tried some jars in web but I cant use them with Android Studio. Can...