Join Slack
Powered by
Is there a standard imaging library for kotlin? S...
# announcements
m
Mike
06/04/2020, 12:00 PM
Is there a standard imaging library for kotlin? Something that would allow me to build up images and save the in various formats? Perhaps do some light image processing?
d
darkmoon_uk
06/04/2020, 12:02 PM
You could try:
https://github.com/korlibs/korim
darkmoon_uk
06/04/2020, 12:03 PM
I've not tried it but this is from Soywiz, whose collection of Kotlin/Multplatform libs is highly regarded.
e
elect
06/04/2020, 12:07 PM
if you plan to do some image processing via opengl, then
https://github.com/kotlin-graphics/gli
c
Casey Brooks
06/04/2020, 1:10 PM
It’s not Kotlin, but Thumbnailator is an old, good, very stable choice if you’re only targeting JVM
https://github.com/coobird/thumbnailator
a
Arian Stolwijk
06/05/2020, 11:18 AM
I was looking for the same yesterday and found
https://github.com/sksamuel/scrimage
3
Views
Open in Slack
Previous
Next