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

renovate-bot/mihonapp-_-bitmap.kt

This branch is 1 commit ahead of mihonapp/bitmap.kt:main.

Folders and files

NameName
Last commit message
Last commit date
Oct 25, 2024
May 1, 2024
Dec 4, 2024
Jun 6, 2024
Feb 6, 2024
Feb 7, 2024
May 2, 2024
Apr 5, 2024
Feb 6, 2024
Jul 12, 2024
Jul 12, 2024
Apr 5, 2024

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

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%