Working with ImageMagick's Wand Python Library
Posted on March 19, 2019 in blog • Tagged with python, python-wand, pdf
Handling images in wand can be deviously tricky, especially when you need a common system-wide resolution.
An example use-case:
I work on a system that sends & receives faxes. It also handles email attachments and draws text on to fixed format images (inquiries, order details, etc.).
Due to the fact that …
Continue reading