No description
Find a file
Renovate Bot 0a08304ed9
All checks were successful
/ Rustfmt (push) Successful in 1m30s
/ Clippy (push) Successful in 3m31s
/ Test (push) Successful in 4m20s
chore(deps): lock file maintenance (#19)
Reviewed-on: #19
Co-authored-by: Renovate Bot <renovate@onlyhavecans.works>
Co-committed-by: Renovate Bot <renovate@onlyhavecans.works>
2025-11-02 18:35:24 -08:00
.forgejo/workflows chore(deps): update actions/cache digest to 0057852 (#15) 2025-09-24 14:10:27 -07:00
img Fist version of jumble 2017-09-10 19:58:14 -07:00
src Bump rand from 0.9.1 to 0.9.2 (#60) 2025-07-22 18:55:49 -07:00
.gitignore Add skip to line juggler and readme 2017-09-11 09:08:13 -07:00
Cargo.lock chore(deps): lock file maintenance (#19) 2025-11-02 18:35:24 -08:00
Cargo.toml chore: cargo update deps 2025-04-18 10:18:55 -07:00
CODEOWNERS ci: forgejo (#1) 2025-08-25 16:02:49 -07:00
Makefile Add a makefile 2022-07-29 14:47:00 -07:00
README.md ci: rename ci for legibility 2025-08-25 16:19:35 -07:00
renovate.json fix: updated renovate paths 2025-09-01 19:48:23 -07:00

img_trash

ci

Just me playing with destroying and making odd art with images for fun and non-profit.

This is mostly me playing with rust and the compiler.

jumble

Randomly jumbles up all the pixels in each photo in ./img and saves them back out to ./img_out

Generates pngs of the image with all the pixels randomly jumbled, total static

line_juggle

takes an optional skip option on the command line

Randomly jumbles up all the horizontal lines in each photo in ./img and saves them back out to ./img_out If skip is the last option passed to the command it only jumbles every other line.