https://github.com/magiclen/image-interlacer
It helps you interlace an image or multiple images for web-page usage.
https://github.com/magiclen/image-interlacer
cli image interlacing progressive rust
Last synced: about 1 year ago
JSON representation
It helps you interlace an image or multiple images for web-page usage.
- Host: GitHub
- URL: https://github.com/magiclen/image-interlacer
- Owner: magiclen
- License: mit
- Created: 2019-04-20T08:36:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T12:41:03.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T17:55:19.319Z (about 1 year ago)
- Topics: cli, image, interlacing, progressive, rust
- Language: Rust
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Image Interlacer
====================
[](https://github.com/magiclen/image-interlacer/actions/workflows/ci.yml)
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]
Arguments:
Assign an image or a directory for image interlacing. It should be a path of a file or a directory
Options:
-o, --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 [aliases: output]
-s, --single-thread Use only one thread
-f, --force Force to overwrite files
--allow-gif Allow to do GIF interlacing
-r, --remain-profile Remain the profiles of all images
-h, --help Print help
-V, --version Print version
```
## License
[MIT](LICENSE)