On Tue, Feb 23, 2010 at 7:27 AM, Dayo Adewunmi <contactd...@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  -  tu...@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.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to