It helps you interlace an image or multiple images for web-page usage.
``` EXAMPLES: image-interlacer /path/to/image # Check /path/to/image and make it interlaced image-interlacer /path/to/folder # Check /path/to/folder and make images inside it interlaced image-interlacer /path/to/image -o /path/to/image2 # Check /path/to/image and make it interlaced, and save it to /path/to/image2 image-interlacer /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 /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 /path/to/folder --allow-gif -r # Check /path/to/folder and make images inside it including GIF images interlaced and also remain their profiles
USAGE:
image-interlacer [OPTIONS]
ARGS:
OPTIONS:
--allow-gif Allow to do GIF interlacing
-f, --force Force to overwrite files
-h, --help Print help information
-o, --output