I've been looking into Scala/Java based image compression and optimisation libraries and https://github.com/sksamuel/scrimage looked like a good choice until I found that the documentation was incorrect and got no support whatsoever from their Gitter channel.
Here's my build.sbt line for the dependency;
libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-core" % "2.1.1"
and the examples on the documentation show; https://github.com/sksamuel/scrimage/blame/master/README.md#L88
Which seems to be incorrect since I have no writer method in the Image class. Is the library no longer supported? Has anyone found workarounds for this?
Here is a simple example on how to read/write.