Metadata-Version: 2.1
Name: background-mask
Version: 0.2
Summary: make white part of a picture transparent
Home-page: https://github.com/zhaofeng-shu33/background_mask
Author: zhaofeng-shu33
Author-email: 616545598@qq.com
Maintainer: zhaofeng-shu33
Maintainer-email: 616545598@qq.com
License: Apache License Version 2.0
Description: # background_mask
        Utility for adding alpha channel for white background region of a picture.
        
        ## How to use
        Make sure you install `Pillow` first. Then type `python background_mask.py [--threshold 240] input_image_file_name` and you get the generated image named with `..._mask.png`.
        
        ## Situtation for usage
        When you download an image from Internet, the alpha channel does not exist. Use this utility script can make the whilte region of the picture transparent.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
