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

https://github.com/damianfral/linear-gamma-resizer

An quick and dirty C application to resize images using linear gamma
https://github.com/damianfral/linear-gamma-resizer

avif c cli image-resize nix

Last synced: 3 months ago
JSON representation

An quick and dirty C application to resize images using linear gamma

Awesome Lists containing this project

README

          

# linear-gamma-resizer

An quick and dirty C application that uses the VIPS library to resize given
images using linear gamma into three different sizes (3840x2160, 1920x1080 and
480x270) and save them in the AVIF format.

```shell
nix run github:damianfral/linear-gamma-resizer -- img/*.jpg
```