andsarr / palettehelper

Utility Android app for generating color palettes of images using the Palette library. Written in Kotlin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Palette Helper

Get it on Google Play [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Palette%20Helper-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/1613)

Palette Helper is a simple utility app made to generate color palettes of images using Google's fantastic Palette 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 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 at

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

About

Utility Android app for generating color palettes of images using the Palette library. Written in Kotlin.

License:Apache License 2.0


Languages

Language:Kotlin 85.1%Language:HTML 14.2%Language:Java 0.7%