Metadata-Version: 1.1
Name: afterscan
Version: 0.2.3
Summary: Turn sloppy photoscans into crisp black and white images
Home-page: https://github.com/larskarbo/afterscan
Author: Lars Karbo
Author-email: mail@larskarbo.no
License: Apache2
Description-Content-Type: text/markdown
Description: # Afterscan
        
        ![logo](afterscan-logo.JPG)
        
        ----
        
        ## Installation
        
        Use python 3
        
        ```
        pip install afterscan
        ```
        
        ## Usage
        
        ```
        afterscan [OPTIONS] FILENAME
        ```
        
        Example
        
        ```
        afterscan myimage.jpg --threshold 75 -f
        ```
        
        ### Options
        
        ```
        --threshold INTEGER         Threshold value between 0 and 255. Default=100
        -o, --out TEXT              Output path. Default afterscan-[filename] in pwd
        -i, --invert / --no-invert  Invert the image
        -f, --force / --no-force    Overwrite existing file without asking
        --help                      Show this message and exit.
        ```
        
        ## Demo
        
        When drawing this amazing logo, I found myself having a scan with lines in the background.
        
        By using this command I was able to produce the second image:
        
        
        ```
        afterscan logo.jpg --threshold 75 -f
        ```
        
        ### Before
        
        ![image-before](afterscan-logo-before.JPG)
        
        ### After
        
        ![image-after](afterscan-logo.JPG)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
