Home

Awesome

<div align="center"> <a href="https://mihon.app"> <img src="./.github/assets/logo.png" alt="Mihon logo" title="Mihon logo" width="80"/> </a>

Mihon Bitmap.kt

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

License: MPL-2.0 Discord server Release Snapshot

<div align="left">
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")
}
</div>

Repositories

mihonapp/mihon - GitHub mihonapp/website - GitHub

Credits

Thank you to all the people who have contributed!

<a href="https://github.com/mihonapp/bitmap.kt/graphs/contributors"> <img src="https://contrib.rocks/image?repo=mihonapp/bitmap.kt" alt="Mihon bitmap.kt contributors" title="Mihon bitmap.kt contributors"/> </a>

License

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