site/content/projects/smears.md

14 lines
509 B
Markdown
Raw Normal View History

2021-11-13 12:08:37 -06:00
+++
title = "SmeaRS: an image smearing algorithm"
date = "2021-09-11"
+++
`SmeaRS` is an image "smearing" algorithm written in Rust.
First, it takes an input image file and writes random chunks of it to new files. After that, it stitches the new image files into a video.
`SmeaRS` uses the [MozJPEG](https://github.com/mozilla/mozjpeg) compression algorithm so that the generated image files are written quickly and take up less space on the disk.
Links:
2021-12-13 17:23:08 -06:00
- [Source Code](https://git.karx.xyz/karx/smears)