Is there any way to convert ppm images to jpeg images in java?
Asked
Active
Viewed 1,557 times
2
-
check out this link http://java.sun.com/products/java-media/jai/forDevelopers/jai1_0_1guide-unc/Encode.doc.html – chedine Sep 06 '10 at 06:56
-
See also the [TwelveMonkeys ImageIO](https://github.com/haraldk/TwelveMonkeys) collection of plugins and extensions for Java's ImageIO. – Arto Bendiken Aug 13 '17 at 13:05
-
A newer duplicate of this question: https://stackoverflow.com/questions/28944954/convert-ppm-to-jpg-or-bmp-in-java – Arto Bendiken Aug 13 '17 at 13:08