Mihon Bitmap.kt
A Kotlin Multiplatform image manipulation library based on Android's Bitmap.
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_releasehere is a tag. usemain-SNAPSHOTto use the latest version from branchmain, use9a99a3cto refer to a certain commit hash.
kotlin {
sourceSets {
commonMain.dependencies {
implementation("com.github.mihonapp.bitmap~kt:bitmap:initial_release")
}
}
}Thank you to all the people who have contributed!
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/.