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

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

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
![image](assets/bird512.pngsorted.png)

## Credits
`stb_image.h` and `stb_image_write.h` from https://github.com/nothings/stb