I'm looking for a basic image processing library (...
# getting-started
v
I'm looking for a basic image processing library (resize, scale, maybe some simple visual effects) for Kotlin - not for Android though, this needs to run on AWS Lambda. Google has only really suggested https://github.com/sksamuel/scrimage - does anyone have an alternative?
👍 1
s
Will skiko not run headless in an AWS lambda? 🤔
j
But haven't used this exact one myself, only used ImageMagick itself here and there.
v
Continuing to search - there are plenty of libraries specifically for android, that will no doubt depend on the android APIs. Ah well, someone will have a pure-java implementation somewhere!