Crates.io | png-glitch-cli |
lib.rs | png-glitch-cli |
version | 0.3.0 |
source | src |
created_at | 2024-06-20 00:18:38.834474 |
updated_at | 2024-09-24 23:48:34.08361 |
description | Cli to glitch PNG images. |
homepage | |
repository | https://github.com/chikoski/png-glitch |
max_upload_size | |
id | 1277459 |
size | 19,084 |
To install png-glitch
from source, run the following command:
% cargo install png-glitch --locked
png-glitch
glitches given PNG file and emit it to glitched.png
. The file name for the glitched PNG file can be specified with -o
option. Please run the command with --help
option for full option:
Usage: png-glitch [OPTIONS] <PNG_FILE>
Arguments:
<PNG_FILE>
Options:
-o <OUTPUT_FILE> [default: glitched.png]
-h, --help Print help
The original image:
And the glitched one:
This repository consists of the following things:
png-glitch-cli is a sort of sample code to show basic usage of png-glitch create, for now.
MIT License. Please refer to LICENCE file for details.