Lossless JPEG Rotate (90/180/270 degrees) in Java?

algorithm, java, jpeg, lossless, rotation

Solution

I found this: http://mediachest.sourceforge.net/mediautil/

API: http://mediachest.sourceforge.net/mediautil/javadocs/mediautil/image/jpeg/LLJTran.html

Problem

Is there a Java library for rotating JPEG files in increments of 90 degrees, without incurring image degradation?

Original source