-
Notifications
You must be signed in to change notification settings - Fork 0
File and Misc parameters
These parameters control the file input/output and other special parameters!
Input file path. If a folder is specified, pngsmasher will glitch all of the images in that folder.
Output file path. If a folder is specified, multi-file conversions will be written to it.
This parameter has special behavior:
- If an output path is a folder (no extension) but the input is a file (has extension), the output will be written in the output folder as "output.png".
- If the input path is a folder, -output will direct all of the images to the specified folder.
Lets you reuse corruption randomisation!
If no seed is specified, a random one is picked. Due to technical reasons, negative seeds are not supported, and they are automatically changed to positive.
Short for "silent". If this is on, pngsmasher will write absolutely nothing to stdout/stderr. (the console output)
If this is off, pngsmasher tries not to overwrite output files if a file by the same name exists already. If this is on, it will overwrite them.
Enables verbose mode. This shows more debug logs, and also enables corruption/fx logs for every frame in animated corruption. This is mostly for development.