Metadata-Version: 1.2
Name: imgtools
Version: 0.2.0
Summary: Some tools for manipulating image files
Home-page: https://github.com/wdecoster/combine_images
Author: Wouter De Coster
Author-email: decosterwouter@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: combine\_images
        ===============
        
        A bit of Python code to resize and combine images in svg or png format.
        
        See also these blog posts: \* `resizing and combining multiple png
        images <https://gigabaseorgigabyte.wordpress.com/2017/11/08/resizing-and-combining-multiple-png-images/>`__
        \* `resizing and combining multiple svg
        images <https://gigabaseorgigabyte.wordpress.com/2017/11/15/resizing-and-combining-multiple-svg-images/>`__
        
        Make svg images the same size
        -----------------------------
        
        I wrote a script called "same\_size\_svg" to make svg images the same
        side for a given dimension.
        
        INSTALLATION:
        ~~~~~~~~~~~~~
        
        ``pip install imgtools``
        
        USAGE
        ~~~~~
        
        same\_size\_svg [-h] -i files [files ...] [--dimension {width,height}]
        [--direction {largest,smallest}]
        
        Make svg images the same size in one dimension.
        
        optional arguments: -h, --help show this help message and exit
        
        General options: -i/--images files images to change size of. --dimension
        Which dimension to use: width (default) or height
        
        Contributions welcome!
        ----------------------
        
Keywords: nanopore sequencing plotting quality control
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=3
