Skip to content

Instantly share code, notes, and snippets.

@xxiz
Created January 7, 2023 02:47
Show Gist options
  • Save xxiz/34357c31fa6fdd1afa9ec8ee053f7739 to your computer and use it in GitHub Desktop.
Save xxiz/34357c31fa6fdd1afa9ec8ee053f7739 to your computer and use it in GitHub Desktop.
supported formats by PIL v9.4.0 (pypi.org/project/Pillow)
{
"PIL_SUPPORTED_FORMATS": [
"jpg",
"jpeg",
"png",
"gif",
"bmp",
"dds",
"dib",
"eps",
"icns",
"ico",
"im",
"msp",
"pcx",
"apng",
"ppm",
"sgi",
"spider",
"tga",
"tiff",
"webp",
"xbm"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment