New submission from Walter Arrighetti <riemann.ch...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue6497> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com