korim

所属分类:编程语言基础
开发工具:kotlin
文件大小:0KB
下载次数:0
上传日期:2022-07-07 23:22:50
上 传 者sh-1993
说明:  Korim:Kotlin cO为多平台Kotlin提供了图像处理、位图和矢量图形,
(Korim: Kotlin cORoutines IMaging, Bitmap and Vector graphics for Multiplatform Kotlin,)

文件列表:
.editorconfig (143, 2021-08-14)
LICENSE (4886, 2021-08-14)
LICENSE-qr (1098, 2021-08-14)
build.gradle.kts (730, 2021-08-14)
gradle.properties (913, 2021-08-14)
gradle/ (0, 2021-08-14)
gradle/wrapper/ (0, 2021-08-14)
gradle/wrapper/gradle-wrapper.jar (59536, 2021-08-14)
gradle/wrapper/gradle-wrapper.properties (202, 2021-08-14)
gradlew (5774, 2021-08-14)
gradlew.bat (2763, 2021-08-14)
gradlew_linux (461, 2021-08-14)
gradlew_win (568, 2021-08-14)
gradlew_wine (76, 2021-08-14)
korim/ (0, 2021-08-14)
korim/build.gradle.kts (444, 2021-08-14)
korim/src/ (0, 2021-08-14)
korim/src/androidMain/ (0, 2021-08-14)
korim/src/androidMain/kotlin/ (0, 2021-08-14)
korim/src/androidMain/kotlin/com/ (0, 2021-08-14)
korim/src/androidMain/kotlin/com/soywiz/ (0, 2021-08-14)
korim/src/androidMain/kotlin/com/soywiz/korim/ (0, 2021-08-14)
korim/src/androidMain/kotlin/com/soywiz/korim/font/ (0, 2021-08-14)
korim/src/androidMain/kotlin/com/soywiz/korim/font/NativeSystemFontProviderFallback.kt (1427, 2021-08-14)
korim/src/androidMain/kotlin/com/soywiz/korim/format/ (0, 2021-08-14)
korim/src/androidMain/kotlin/com/soywiz/korim/format/NativeImageFormatProviderAndroid.kt (11186, 2021-08-14)
korim/src/commonMain/ (0, 2021-08-14)
korim/src/commonMain/kotlin/ (0, 2021-08-14)
korim/src/commonMain/kotlin/com/ (0, 2021-08-14)
korim/src/commonMain/kotlin/com/soywiz/ (0, 2021-08-14)
korim/src/commonMain/kotlin/com/soywiz/korim/ (0, 2021-08-14)
... ...

Korim

Korim

Kotlin cORoutines IMaging utilities for Multiplatform Kotlin

Build Status Maven Central Discord

### Full Documentation: Use with gradle: ``` repositories { mavenCentral() } dependencies { compile "com.soywiz.korlibs.korim:korim:$korimVersion" } ``` ### Bitmap classes Bitmap base class + Bitmap8 and Bitmap32. And other fancy bitmaps: BitmapIndexed as base + Bitmap1, Bitmap2, Bitmap4 and BitmapChannel. ### Image Formats Korim provides utilities for reading and writing some image formats without any kind of additional dependency. PNG, JPG, TGA, BMP, ICO, PSD(WIP) and DDS (DXT1, DXT2, DXT3, DXT4 and DXT5). ### Native Image Formats Korim also allows to use native image readers from your device for maximum performance for standard image formats. ### Color Formats Korim provides color formats to convert easily and fast and to perform mixing, de/premultiplication and other operations quickly. ### Vectorial Image Formats Korim supports loading, rasterizing and drawing vectorial SVG files. ### Native vectorial rendering Korim provides a single interface for vector rendering so you can use a single interface and leverage JavaScript Canvas, AWT's Graphics2D, Android Canvas or any other rasterizer exposed by korim implementations. It also allows to convert shapes into SVG. Korim includes a feature to draw shapes with fills in contact without artifacts in a portable way by multisampling. Useful for offline rasterizers. ### AWT Utilities Korim provides AWT utilities to convert bitmaps into AWT BufferedImages, and to display them. These are just extensions so they are not referenced from the main code. And if you use native image loading, you can display those images as fast as possible without any conversion at all. ### Native Fonts Korim provides native font rendering. You can rasterize glyph fonts on all targets without actually including any font, using device fonts. ### TTF Reading and rendering Korim provides a pure Kotlin-Common TTF reader, and using native vectorial rendering allows you to render glyphs, texts and to get advanced font metrics. ### Korio integration Korim provides korio integration adding `VfsFile.readBitmap()` that allows Bitmap reading easily and faster (with native implementations) in some targets like browsers.

近期下载者

相关文件


收藏者