🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

imgtools

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imgtools

Some tools for manipulating image files

0.2.0
PyPI
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts