[issue6497] Support for digital Cinema/film DPX and Kodak Cineon image file formats in imghdr module

Walter Arrighetti report at bugs.python.org
Thu Jul 16 23:28:49 CEST 2009


New submission from Walter Arrighetti <riemann.chaos at gmail.com>:

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.

----------
components: Library (Lib)
files: imghdr_dpx_cineon_support.py
messages: 90587
nosy: waltermb
severity: normal
status: open
title: Support for digital Cinema/film DPX and Kodak Cineon image file formats in imghdr module
type: behavior
versions: Python 2.7, Python 3.0, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file14510/imghdr_dpx_cineon_support.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6497>
_______________________________________


More information about the Python-bugs-list mailing list