Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wciesialka/image-splitter
Split an image into multiple columns or rows and serve as a printable PDF.
https://github.com/wciesialka/image-splitter
python
Last synced: about 9 hours ago
JSON representation
Split an image into multiple columns or rows and serve as a printable PDF.
- Host: GitHub
- URL: https://github.com/wciesialka/image-splitter
- Owner: wciesialka
- License: mit
- Created: 2020-10-08T05:21:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T03:35:00.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T02:54:28.130Z (6 days ago)
- Topics: python
- Language: Python
- Homepage: https://pypi.org/project/imagesplitter/
- Size: 15.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image-splitter
Split an image into multiple columns or rows and serve as a printable PDF.## Getting Started
### Installation
There are many ways you can install. For the most specific, clone the repository and run `setup.py install`. Otherwise, you can install from pip with `pip install imagesplitter`
### Usage
This project has a command line entry point that allows you to use it with the `imagesplitter` command. You may also use `python3 -m imagesplitter`.
```
imagesplitter [options] image columns rows
options:
-h Help
-d, --dpi DPI of printer (defaults to 300).
-w, --paperwidth Width of paper in inches (defaults to 8.5).
-y, --paperheight Height of paper in inches (defaults to 11).
-o, --output File to output to (defaults to out.pdf).
```## Examples
Examples can be found in the [examples](examples) directory.
## License
This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.
## Authors
* Willow Ciesialka