Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZacSweers/palettehelper
Utility Android app for generating color palettes of images using the Palette library. Written in Kotlin.
https://github.com/ZacSweers/palettehelper
Last synced: 3 months ago
JSON representation
Utility Android app for generating color palettes of images using the Palette library. Written in Kotlin.
- Host: GitHub
- URL: https://github.com/ZacSweers/palettehelper
- Owner: ZacSweers
- License: apache-2.0
- Created: 2015-02-15T00:48:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-25T18:53:07.000Z (over 8 years ago)
- Last Synced: 2024-05-15T19:17:53.336Z (8 months ago)
- Language: Kotlin
- Homepage:
- Size: 523 KB
- Stars: 156
- Watchers: 11
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-kotlin-android - palettehelper - Utility Android app for generating color palettes of images using the Palette library. Written in Kotlin. (Android)
README
![Palette Helper](art/feature.png)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Palette%20Helper-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/1613)
[![Bugsnag](https://img.shields.io/badge/crash_reporting_by-bugsnag-green.png)](https://bugsnag.com/platforms/android)Palette Helper is a simple utility app made to generate color palettes of images using Google's fantastic [Palette](https://developer.android.com/reference/android/support/v7/graphics/Palette.html) library. It's mostly a for-fun pet project, and intended as such for anyone that wants to see what kind of results the library churns out for images. I hope it might also be useful to any designers that want to design a color palette around a given scene or image.
The flow is pretty simple. You can either choose to open an image from storage, take one from your camera (if you feel like capturing a scene), or enter an image URL. You can also share an image with the app via the system's intent system either directly or via URL.
For fun, I opted to write this all in Kotlin. Assuming you install the Kotlin plugin, this should be easy to import and run in Android Studio.
Special thanks to [@emilsjolander](https://github.com/emilsjolander) for the icon/graphic designs!
License
-------Copyright 2015 Henri Z. Sweers
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.