首页 > 解决方案 > Kotlin/Native Basic Image manipulation

问题描述

Does Kotlin/Native support any image-processing libraries? (I'm targeting Windows & Linux)

I failed to find anything on google that doesn't target JVM/Android, but I am new to the Kotlin ecosystem so the answer might be right under my nose.

I'm looking for basic manipulations:

If there aren't any, should I try to create bindings for C Image processing library like stb-image or opencv?

标签: kotlinimage-processingkotlin-native

解决方案


有一个korim图书馆,可能会对你有所帮助。此外,还有几个地方可以找到有关 Kotlin/Native 库的更多信息,例如这里这里
C 库的选项似乎也是一个好主意。如果您遇到一些问题,请随时在 Kotlin Slack 上提问(在此处获得邀请)。


推荐阅读