A minimal scala wrapper around jhead. jhead and [ImageMagick convert tool] (http://www.imagemagick.org/script/convert.php) (for converting non jpegs, resizing images) expected to be installed in the system.
"com.pongr" %% "scala-jhead" % "0.1"
<dependency>
<groupId>com.pongr</groupId>
<artifactId>scala-jhead_2.9.1</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>
val jhead = JHead(imageBytes)
val imageInfo = jhead.info._1
val errorMessages = jhead.info._2
jhead.autorot
jhead.purejpg
...
scala-jhead is licensed under the Apache 2 License.