#image #gif #jpeg #png #interlacing

bin+lib image-interlacer

It helps you interlace an image or multiple images for web-page usage

18 releases

0.1.19 Nov 2, 2022
0.1.18 Jul 22, 2022
0.1.17 Mar 17, 2022
0.1.16 Sep 19, 2021
0.1.3 May 5, 2019

#380 in Images

46 downloads per month

MIT license

16KB
275 lines

Image Interlacer

CI

It helps you interlace an image or multiple images for web-page usage.

Help

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] <INPUT_PATH>

ARGS:
    <INPUT_PATH>    Assign an image or a directory for image interlacing. It should be a path of a file or a directory

OPTIONS:
        --allow-gif               Allow to do GIF interlacing
    -f, --force                   Force to overwrite files
    -h, --help                    Print help information
    -o, --output <OUTPUT_PATH>    Assign a destination of your generated files. It should be a path of a directory or a file depending on your input path
    -r, --remain-profile          Remain the profiles of all images
    -s, --single-thread           Use only one thread
    -V, --version                 Print version information

License

MIT

Dependencies

~4–12MB
~227K SLoC