Popularity
3.1
Stable
Activity
0.0
Stable
156
11
17

Programming language: Kotlin
License: Apache License 2.0
Tags: App    
Latest version: v2.0

palettehelper alternatives and similar packages

Based on the "App" category.
Alternatively, view palettehelper alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of palettehelper or a related project?

Add another 'App' Package

README

[Palette Helper](art/feature.png)

Android Arsenal Bugsnag

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.


*Note that all licence references and agreements mentioned in the palettehelper README section above are relevant to that project's source code only.