https://github.com/seiyria/sliceanddice
An image slicer CLI.
https://github.com/seiyria/sliceanddice
cols image rows slicer
Last synced: 9 months ago
JSON representation
An image slicer CLI.
- Host: GitHub
- URL: https://github.com/seiyria/sliceanddice
- Owner: seiyria
- Created: 2020-09-07T14:05:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T14:15:49.000Z (over 5 years ago)
- Last Synced: 2025-03-17T11:21:31.919Z (about 1 year ago)
- Topics: cols, image, rows, slicer
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slice and Dice
Slice images from the CLI.
## Usage
`npx sliceanddice`
### CLI Flags
* `--file=X` the image to split
* `--cols=X` the number of columns the image has
* `--rows=X` the number of rows the image has
* `--skipStart=X` the number of images to skip at the beginning
* `--skipEnd=X` the number of images to skip at the end
* `--outPrefix=X` the prefix for all images (will not prefix files if none specified)
* `--outFolder=X` the folder to dump all the images into (defaults to the filename passed in)