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: 7 months ago
JSON representation
Count Red, Green, Blue value each pixel in an picture.
- Host: GitHub
- URL: https://github.com/bervproject/rgbcounter
- Owner: bervProject
- License: apache-2.0
- Created: 2017-09-01T06:12:52.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-09-01T04:36:16.000Z (7 months ago)
- Last Synced: 2025-09-01T06:54:36.873Z (7 months ago)
- Topics: android, image-processing, pixel, rgb-color
- Language: Kotlin
- Homepage: https://play.google.com/store/apps/details?id=web.id.berviantoleo.rgbcounter
- Size: 696 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RGBCounter
## Build Status
| Code Review | Build Status |
|:-----------:|:------------:|
| [](https://www.codacy.com/gh/bervProject/RGBCounter/dashboard?utm_source=github.com&utm_medium=referral&utm_content=bervProject/RGBCounter&utm_campaign=Badge_Grade) | [](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.
```