Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bervproject/rgbcounter

Count Red, Green, Blue value each pixel in an picture.
https://github.com/bervproject/rgbcounter

android image-processing pixel rgb-color

Last synced: about 1 month ago
JSON representation

Count Red, Green, Blue value each pixel in an picture.

Awesome Lists containing this project

README

        

# RGBCounter

## Build Status

| Code Review | Build Status |
|:-----------:|:------------:|
| [![Codacy Badge](https://app.codacy.com/project/badge/Grade/07979941bb3e4d078f462fbc84fc9f84)](https://www.codacy.com/gh/bervProject/RGBCounter/dashboard?utm_source=github.com&utm_medium=referral&utm_content=bervProject/RGBCounter&utm_campaign=Badge_Grade) | [![Android CI](https://github.com/bervProject/RGBCounter/actions/workflows/android.yml/badge.svg)](https://github.com/bervProject/RGBCounter/actions/workflows/android.yml) |

Count Red, Green, Blue value each pixel in an picture.

## How to Use

Just click photo or grey image (initial) to take a picture.

## Dependencies

1. Fresco (Image Viewer)
2. MPAndroidChart (Chart View)
3. android-image-picker (Galery picker, Photo picker, etc.)

## LICENSE
```markdown
Copyright 2018 Bervianto Leo Pratama

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