This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author waltermb
Recipients waltermb
Date 2009-07-16.21:28:46
SpamBayes Score 2.169889e-06
Marked as misclassified No
Message-id <1247779729.41.0.45019789349.issue6497@psf.upfronthosting.co.za>
In-reply-to
Content
In the Digital Intermediate (DI) post-production world, as well as in
digital cinema/film technologies, video frames -especially those coming
from a film scanner- are stored in sequences of image files, whose two
primary formats are the Digital Picture Exchange (DPX,
http://en.wikipedia.org/wiki/DPX) and the Kodak Cineon
(http://en.wikipedia.org/wiki/Cineon).
This proposal of lines addiction only to imghdr module allows to
properly test DPX and Cineon files for validity, with imghdr.what()
returning either 'dpx' or 'cin' strings if either is found.
History
Date User Action Args
2009-07-16 21:28:49waltermbsetrecipients: + waltermb
2009-07-16 21:28:49waltermbsetmessageid: <1247779729.41.0.45019789349.issue6497@psf.upfronthosting.co.za>
2009-07-16 21:28:48waltermblinkissue6497 messages
2009-07-16 21:28:47waltermbcreate