Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image.open( <svg file> ) #1146

Closed
michalwerner opened this issue Mar 24, 2015 · 8 comments
Closed

Image.open( <svg file> ) #1146

michalwerner opened this issue Mar 24, 2015 · 8 comments
Labels

Comments

@michalwerner
Copy link

Is it possible to open .svg files with Pillow?

@homm
Copy link
Member

homm commented Mar 24, 2015

Full list of supported formats: http://pillow.readthedocs.org/en/latest/handbook/image-file-formats.html

@aclark4life
Copy link
Member

Wow nice list but no SVG, sorry! No.

@KS-HTK
Copy link

KS-HTK commented May 27, 2022

Word of Caution:
List is not complete as .emf (enhanced metafile) can be opened but is not included on the list.

I am not aware of any other not included but functioning file types.

@radarhere
Copy link
Member

Fair enough. I've created #6338 to add it to the list.

@nulano
Copy link
Contributor

nulano commented May 27, 2022

You can see the full list by running python -m PIL. Comparing this with the docs, I see that SUN and XPM are also missing. I did not check whether each format is in the correct category.

@radarhere
Copy link
Member

@nulano
Copy link
Contributor

nulano commented May 27, 2022

Huh, I checked XPM multiple times and I was sure it was not there a minute ago... 😕

@radarhere
Copy link
Member

I've updated #6338 to add SUN as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants