You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
glitch_img/README.md

31 lines
462 B

2 weeks ago
# Image Glitcher
## Requirements
- Go (_version 1.24 onwards_)
- ffmpeg
- Love in your heart
## Usage
1. Build the project
2 weeks ago
```bash
go build
```
2 weeks ago
2. Run the command
2 weeks ago
```bash
2 weeks ago
$ ./glitch_img
Usage: go run main.go <source-file> <number-of-copies> <shit-size> <iterations>
2 weeks ago
```
2 weeks ago
### Example
2 weeks ago
```bash
2 weeks ago
./glitch*img img.jpeg 100 30 2
2 weeks ago
```
Outputs 100 images into a destination folder _output_ with 30 random bytes of data, running through the file twice