https://github.com/davidegalilei/pixsort
A pixel sorting program in C
https://github.com/davidegalilei/pixsort
Last synced: 25 days ago
JSON representation
A pixel sorting program in C
- Host: GitHub
- URL: https://github.com/davidegalilei/pixsort
- Owner: DavideGalilei
- Created: 2022-07-02T17:36:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T19:05:31.000Z (over 3 years ago)
- Last Synced: 2025-08-09T23:30:51.406Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pixsort
Pixel sort your images.## Installation
```console
$ sh build.sh
```## Usage
```console
$ ./pixsort assets/bird512.png
Loaded `assets/bird512.png` (width: 512 | height: 512)
Writing image to `assets/bird512.pngsorted.png`...
```## Output
## Credits
`stb_image.h` and `stb_image_write.h` from https://github.com/nothings/stb