Socket
Socket
Sign inDemoInstall

imgtools

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    imgtools

Some tools for manipulating image files


Maintainers
1

Readme

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

FAQs


Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc