Name | selphyprint JSON |
Version |
0.0.3
JSON |
| download |
home_page | None |
Summary | Prepare an image for printing on Canon Selphy printers without cropping |
upload_time | 2024-04-23 08:40:28 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7 |
license | None |
keywords |
canon
selphy
crop
bleeding
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# selphyprint
`selphyprint` prepars image files for printing on Canon Selphy printers without cropping.
The image is resized to fit into the usable area of the print and padded with borders required to avoid cropping.
Additional borders can be added if desired. The resulting image is saved into a file that can be sent directly to the printer.
# Printer configuration
Configure your printer to use the borderless mode and from your system print dialog choose "Fill Page".
# Installation
Install from PiPY:
```commandline
pip install selphyprint
```
# Usage
To prepare a single image for printing use the following command:
```commandline
selphyprint --input <input-image-file> --output <output-image-file>
```
For example:
```commandline
selphyprint --input waves.tif --output waves-print.tif
```
You can also process all files in a directory, for example:
```commandline
selphyprint --input /home/roman/photos --output /home/roman/prints
```
Raw data
{
"_id": null,
"home_page": null,
"name": "selphyprint",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "Canon Selphy crop bleeding",
"author": null,
"author_email": "Roman <roman@kosobrodov.net>",
"download_url": "https://files.pythonhosted.org/packages/6e/89/d3958493cd23c83cdd9737f1599e1a0cba5e8eca0d1f8e31a55b4c9060a2/selphyprint-0.0.3.tar.gz",
"platform": null,
"description": "# selphyprint\r\n\r\n`selphyprint` prepars image files for printing on Canon Selphy printers without cropping. \r\nThe image is resized to fit into the usable area of the print and padded with borders required to avoid cropping.\r\nAdditional borders can be added if desired. The resulting image is saved into a file that can be sent directly to the printer.\r\n\r\n# Printer configuration\r\n\r\nConfigure your printer to use the borderless mode and from your system print dialog choose \"Fill Page\".\r\n\r\n# Installation\r\n\r\nInstall from PiPY:\r\n```commandline\r\npip install selphyprint\r\n```\r\n\r\n# Usage\r\n\r\nTo prepare a single image for printing use the following command:\r\n```commandline\r\nselphyprint --input <input-image-file> --output <output-image-file>\r\n```\r\nFor example:\r\n```commandline\r\nselphyprint --input waves.tif --output waves-print.tif\r\n```\r\n\r\nYou can also process all files in a directory, for example:\r\n```commandline\r\nselphyprint --input /home/roman/photos --output /home/roman/prints\r\n```\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Prepare an image for printing on Canon Selphy printers without cropping",
"version": "0.0.3",
"project_urls": {
"Bug Tracker": "https://github.com/RomanKosobrodov/selphy-print",
"Homepage": "https://github.com/RomanKosobrodov/selphy-print"
},
"split_keywords": [
"canon",
"selphy",
"crop",
"bleeding"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "99a1bdabde498dc4a25f458e2cf969e4fbd6afafafca2fea28eb4b8900c913fa",
"md5": "72d8c33445df4bdd9058ea765701731c",
"sha256": "2253e66d715899530382cef6e5346cbb4b5c194f9161897d13e32d425e1a28fd"
},
"downloads": -1,
"filename": "selphyprint-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "72d8c33445df4bdd9058ea765701731c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 4267,
"upload_time": "2024-04-23T08:40:26",
"upload_time_iso_8601": "2024-04-23T08:40:26.708233Z",
"url": "https://files.pythonhosted.org/packages/99/a1/bdabde498dc4a25f458e2cf969e4fbd6afafafca2fea28eb4b8900c913fa/selphyprint-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6e89d3958493cd23c83cdd9737f1599e1a0cba5e8eca0d1f8e31a55b4c9060a2",
"md5": "429929c5e3bdbacb810bb25cf91b9f25",
"sha256": "d3bca32683ed2bc4e162a02deb9ddd13198a9f44d774f99f9148ed6e4ba6f454"
},
"downloads": -1,
"filename": "selphyprint-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "429929c5e3bdbacb810bb25cf91b9f25",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 3736,
"upload_time": "2024-04-23T08:40:28",
"upload_time_iso_8601": "2024-04-23T08:40:28.895728Z",
"url": "https://files.pythonhosted.org/packages/6e/89/d3958493cd23c83cdd9737f1599e1a0cba5e8eca0d1f8e31a55b4c9060a2/selphyprint-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-23 08:40:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "RomanKosobrodov",
"github_project": "selphy-print",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "selphyprint"
}