Skip to content

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

License

Notifications You must be signed in to change notification settings

mihonapp/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 Release Snapshot

kotlin {
    sourceSets {
        commonMain.dependencies {
            implementation("dev.mihon:bitmap-kt:$version")
        }
    }
}

Snapshots

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")
}

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/.