Mihon Bitmap.kt
A Kotlin Multiplatform image manipulation library based on Android's Bitmap.
kotlin {
sourceSets {
commonMain.dependencies {
implementation("dev.mihon:bitmap-kt:$version")
}
}
}
To import snapshot versions into your project, add the following code snippet to your gradle file:
repositories {
maven("https://oss.sonatype.org/content/repositories/snapshots")
}
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/.