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
- Host: GitHub
- URL: https://github.com/damianfral/linear-gamma-resizer
- Owner: damianfral
- Created: 2023-11-05T15:48:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T18:45:47.000Z (over 1 year ago)
- Last Synced: 2025-10-26T07:36:26.029Z (8 months ago)
- Topics: avif, c, cli, image-resize, nix
- Language: C
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```