Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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