﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
20810	IOError raised when using EPS file in ImageField	imatusov	nobody	"When using EPS file in ImageField, I get IOError(""decoder eps not availabe"") traceback. However, there is support for EPS files in Python:

>>> from PIL import Image
>>> Image.open('mathematica.eps')
<PIL.EpsImagePlugin.EpsImageFile image mode=RGB size=288x177 at 0x1B01320>

Problem occurs when Django tries to determine the resolution of image. It uses low level API which allows to determine size after loading just couple of chunks. The way EPS support is implemented, API does not triggered it. Attached patch provides a fallback option to use standard Image API."	Bug	closed	File uploads/storage	1.5	Normal	wontfix			Unreviewed	1	0	0	0	0	0
