1
0
mirror of https://github.com/mihonapp/bitmap.kt synced 2025-01-25 07:03:32 +00:00
[MIRROR] A Kotlin Multiplatform image manipulation library based on Android's Bitmap.
Go to file
2024-10-26 03:02:31 +06:00
.github Update actions/setup-java action to v4.5.0 (#63) 2024-10-26 03:02:31 +06:00
bitmap chore: change sonatype host 2024-05-01 20:10:07 +06:00
gradle Update dependency com.pinterest.ktlint:ktlint-cli to v1.4.0 (#64) 2024-10-26 03:02:19 +06:00
.editorconfig fix(deps): update dependency com.pinterest.ktlint:ktlint-cli to v1.3.0 (#22) 2024-06-07 02:29:13 +06:00
.gitignore Initial facade for Bitmap.Kt 2024-02-06 18:18:39 -05:00
build.gradle.kts Small refactor in libs.versions.toml 2024-04-05 09:42:34 +06:00
gradle.properties Initial facade for Bitmap.Kt 2024-02-06 18:18:39 -05:00
gradlew chore(deps): update dependency gradle to v8.9 (#32) 2024-07-12 06:06:56 +06:00
gradlew.bat chore(deps): update dependency gradle to v8.9 (#32) 2024-07-12 06:06:56 +06:00
LICENSE Add README and LICENSE (#1) 2024-02-07 20:12:23 +06:00
README.md chore: update README.md 2024-05-02 15:29:10 +06:00
settings.gradle.kts Actually fix build 2024-04-05 19:45:26 +06:00

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