Search found 1 match
- 2016-06-17T10:42:11-07:00
- Forum: MagickWand
- Topic: Different output from converting SVG file provided via StringIO and filename
- Replies: 0
- Views: 18047
Different output from converting SVG file provided via StringIO and filename
I was doing some conversions to figure out the Python Wand API and I noticed that when I provide the same SVG string two different ways, I get two different images. My code is: from wand.image import Image import StringIO import os print os.environ['MAGICK_HOME'] svg = '<?xml version="1.0" encoding ...