An utility for converting and resizing images
Project description
cmagick
Cmagick is a subprocess-based simple ImageMagick interaction for Python, supporting Python 3.6+ and Linux distributions.
The functionalities of ImageMagick implemented in cmagick are:
-Converting images to the following formats (bmp,eps,gif,tiff,webp,wbmp,tga,png,jpg,jpeg,hdr,exr)
-Resizing pictures
Usage
Examples:
To convert images
from cmagick import cmagick
cmagick.convert('website.jpg', 'website.webp')
To resize images
from cmagick import cmagick
cmagick.resize('website.jpg','100x100','website.jpg')
To check the current formats available
from cmagick import cmagick
print(cmagick.list_formats())
Prerequisites
Python 3.6+
imagemagick for apt Debian/Ubuntu ImageMagick for yum RPM
Installation
You can install the package from PyPI:
pip install cmagick
You can install the package the GitHub repository:
$ git clone git://github.com/aissa-laribi/cmagick.git
$ cd cmagick/
$ python3 setup.py install --user
To Uninstall
$ pip uninstall cmagick
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file cmagick-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: cmagick-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ef2aa7053454903e30bbce5376217fb670bcf278c0b00b86f754b2356c71e23 |
|
MD5 | 2d568ee9377f9914f3859e8ede355fdb |
|
BLAKE2b-256 | 8a7a08f0d1bd93f3ed4c6d5529dad073abec653d812d79cf7216143a0e9cdbbc |