2

Is there any way to convert ppm images to jpeg images in java?

Bozho
  • 588,226
  • 146
  • 1,060
  • 1,140
small_ticket
  • 1,910
  • 5
  • 22
  • 30
  • 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

1 Answers1

0

Try ImageMagick. It supports the ppm format, and has Java APIs

Bozho
  • 588,226
  • 146
  • 1,060
  • 1,140