Skip to content

nev3rfail/bitmap.kt

 
 

Repository files navigation

Mihon logo

Mihon Bitmap.kt

A Kotlin Multiplatform image manipulation library based on Android's Bitmap.

License: MPL-2.0 Discord server

Usage

Add jitpack.io to your dependencies:

dependencies {
    maven("https://www.jitpack.io")
}

Add a dependency. Platform libraries (*-jvm, *-android) will be automatically included into the corresponding source sets.

initial_release here is a tag. use main-SNAPSHOT to use the latest version from branch main, use 9a99a3c to refer to a certain commit hash.

kotlin {
    sourceSets {
        commonMain.dependencies {
            implementation("com.github.mihonapp.bitmap~kt:bitmap:initial_release")
        }
    }
}

Repositories

mihonapp/mihon - GitHub mihonapp/website - GitHub

Credits

Thank you to all the people who have contributed!

Mihon bitmap.kt contributors

License

Copyright © 2024 The Mihon Open Source Project

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.

About

A Kotlin Multiplatform image manipulation library based on Android's Bitmap.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%