Gutza / MagickPillow

A simple Python library for converting between Pillow and Wand (ImageMagick) entities in memory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MagickPillow is a really basic library which only converts between Pillow and Wand objects. All operations are performed in memory, but it could be further optimized -- it currently imports/exports files in PNG format, and the encoding/decoding is wasting time.

About

A simple Python library for converting between Pillow and Wand (ImageMagick) entities in memory

License:MIT License


Languages

Language:Python 100.0%