Skip to content

MOXfiles/dpx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMPTE DPX v2 Image Format reader/writer
Version 0.5, January 9, 2009
http://dpx.googlecode.com

DPX image reader / writer library written in portable C++.



DPX Standard

The SMPTE DPX v2 268M-2003 standards document is copyrighted and can 
not be freely distributed.  It is available for purchase from the 
Society of Motion Picture and Television Engineers (http://www.smpte.org).  
There are a number of other SMPTE standards referenced within the 
DPX standard and would need to be purchased as well.



Future:

Areas for future development.

 - run length encoding
 - sampling conversions (i.e., 422 to 444)
 - chroma conversions (i.e., YPbPr to RGB)
 - high speed pathways (RGB, 10bit unpacking to 16bit)
 - high speed conversions written in SSE2
 - writing user data


About

SMPTE DPX v2 Image Format reader/writer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.1%
  • Other 0.9%