Metadata-Version: 2.1
Name: pyimgutil
Version: 2.1.0
Summary: A command-line utility for individual or batch image processing.
Home-page: https://gitlab.com/emerac/pyimgutil
Author: emerac
Author-email: 7785766-emerac@users.noreply.gitlab.com
License: GPLv3
Description: # Python Image Utility (pyimgutil)
        
        ## About
        
        This is a simple command-line utility, written in Python, for individual or
        batch image processing.
        
        There are a number of excellent programs out there that already do what this
        program does, but sometimes a quick, lightweight, solution is nice to have
        handy, too.
        
        Features:
        
        * convert
        * crop
        * resize
        * rotate
        * transpose
        * change quality
        
        If you find this program useful and there is a feature you would like to
        suggest, see [CONTRIBUTING](CONTRIBUTING.md).
        
        ## How to Get Started
        
        ### Compatibility
        
        If you're running Python 3.7+ on any operating system, you're most likely
        good-to-go.
        
        For more details, view the [compatiblity docs](docs/compatibility.md).
        
        ### Installation
        
        This program is available through pip. Running `pip install pyimgutil` will
        install it.
        
        For more details, view the [installation docs](docs/installation.md).
        
        ### Usage
        
        After installing, `pyimgutil -h` will help you get started.
        
        For command explanations and examples, view the [usage docs](docs/usage.md).
        
        ## Contributing
        
        Please report any bugs to the
        [GitLab issue tracker](https://gitlab.com/emerac/pyimgutil/-/issues).
        See [CONTRIBUTING](CONTRIBUTING.md) for more details.
        
        ## Credits
        
        Big thanks to the Pillow team for providing such a powerful and user-friendly
        image processing library.
        
        ## License
        
        This program is free software and is licensed under the GNU General
        Public License. For the full license text, view the [LICENSE](LICENSE)
        file.
        
        Copyright © 2021 emerac
        
Keywords: python,image,photo,utility,processing,convert,crop,resize,rotate,transpose
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
