[Tutor] Running PIL.Image on .svg file
Eduardo Vieira
eduardo.susan at gmail.com
Tue Feb 23 20:47:40 CET 2010
On Tue, Feb 23, 2010 at 7:27 AM, Dayo Adewunmi <contactdayo at gmail.com> wrote:
> Hi all
>
> When i use PIL.Image in this script:http://dpaste.com/163588/ on an .svg
> file, I get this error: http://dpaste.com/163584/
> How do i process .svg files in python?
> Thanks
>
> Dayo
>
> _______________________________________________
> Tutor maillist - Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
Hi, svg is not an image (like a bitmap), it's a vector format file, an
xml file to be more precise.
More information about the Tutor
mailing list