Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xpol/acbc
Alpha channel bits calculator.
https://github.com/xpol/acbc
Last synced: 14 days ago
JSON representation
Alpha channel bits calculator.
- Host: GitHub
- URL: https://github.com/xpol/acbc
- Owner: xpol
- Created: 2014-06-13T09:49:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-13T10:11:02.000Z (over 10 years ago)
- Last Synced: 2024-12-24T23:07:02.009Z (16 days ago)
- Language: C
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alpha Channel Bits Calculator
[![Build Status](https://travis-ci.org/xpol/acbc.png)](https://travis-ci.org/xpol/acbc)
Calculates minimal alpha channel bits for image.
This is useful when you want compress image by reduce bits per pixel (BPP).
## Build
```
cmake -H. -Bbuild
cmake --build build --target acbc --config Release
```## Usage
```
acbc [-c channels]
```