Java中的无损JPEG旋转(90/180/270度)?
是否有用于以 90 度为增量旋转 JPEG 文件而不会导致图像质量下降的 Java 库?
Is there a Java library for rotating JPEG files in increments of 90 degrees, without incurring image degradation?
推荐答案
我发现了这个:http://mediachest.sourceforge.net/mediautil/
API:http://mediachest.sourceforge.net/mediautil/javadocs/mediautil/image/jpeg/LLJTran.html
相关文章