Skip to content

Commit

Permalink
Merge pull request #439 from JeromeMartinez/DPX_Y_10bit_DIAMANT-Film
Browse files Browse the repository at this point in the history
Support of DPX Y 10-bit from DIAMANT-Film
  • Loading branch information
JeromeMartinez authored Nov 11, 2024
2 parents b8cd28f + 5c5d908 commit be94c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Lib/Uncompressed/DPX/DPX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ void dpx::ParseBuffer()
bool IsAltern = Info.BitDepth == 10
&& Info.ColorSpace != colorspace::RGB
&& (!memcmp(Buffer.Data() + 160, "Lasergraphics Inc.", 18) // Creator
|| !memcmp(Buffer.Data() + 160, "DIAMANT-Film", 12) // Creator
|| !memcmp(Buffer.Data() + 1556, "Scanity", 7)); // Input device name

if (IndustryHeaderSize && InputInfo)
Expand Down

0 comments on commit be94c48

Please sign in to comment.