It helps you interlace an image or multiple images for web-page usage.
``` EXAMPLES: image-interlacer -i /path/to/image # Check /path/to/image and make it interlaced image-interlacer -i /path/to/folder # Check /path/to/folder and make images inside it interlaced image-interlacer -i /path/to/image -o /path/to/image2 # Check /path/to/image and make it interlaced, and save it to /path/to/image2 image-interlacer -i /path/to/folder -o /path/to/folder2 # Check /path/to/folder and make images inside it interlaced, and save them to /path/to/folder2 image-interlacer -i /path/to/folder -o /path/to/folder2 -f # Check /path/to/folder and make images inside it interlaced, and save them to /path/to/folder2 without overwriting checks. image-interlacer -i /path/to/folder --allow-gif -r # Check /path/to/folder and make images inside it interlaced and also remain their profiles, including GIF images
USAGE:
image-interlacer [FLAGS] [OPTIONS]
FLAGS: --allow-gif Allows to make gif interlacing. -f, --force Forces to overwrite files. -r, --remain-profile Remains the profiles of all images. -s, --single-thread Uses only one thread. -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-o, --output
ARGS: