https://github.com/cafca/canon-scan-deskew
Corrects images which are skewed due to a bug in the SANE Mac driver for Canon scanners.
https://github.com/cafca/canon-scan-deskew
Last synced: 8 months ago
JSON representation
Corrects images which are skewed due to a bug in the SANE Mac driver for Canon scanners.
- Host: GitHub
- URL: https://github.com/cafca/canon-scan-deskew
- Owner: cafca
- Created: 2012-02-26T17:13:05.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-18T10:35:17.000Z (about 14 years ago)
- Last Synced: 2025-01-15T10:57:16.222Z (over 1 year ago)
- Language: Python
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Canon Scan Deskew
Corrects images which are skewed due to a bug in the SANE Mac driver for Canon scanners.
## Requirements
- Python 2
- PIL (Python Image Library)
## Usage
1. Place deskew.py together with *copies* of the files that you want to correct into an empty directory. The files should be in JPEG format and their filenames should end in '.jpeg'.
2. Run the script in a terminal window with the command
`python deskew.py`
3. All your image files will be corrected in place.