Skip to content

Commit

Permalink
Added defines for DWAA and DWAB compression.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra authored and cary-ilm committed Aug 29, 2019
1 parent 9307279 commit 1b88251
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions OpenEXR/IlmImf/ImfCRgbaFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,16 @@ typedef struct ImfRgba ImfRgba;
** Compression types; values must be the same as in Imf::Compression.
*/

#define IMF_NO_COMPRESSION 0
#define IMF_RLE_COMPRESSION 1
#define IMF_ZIPS_COMPRESSION 2
#define IMF_ZIP_COMPRESSION 3
#define IMF_PIZ_COMPRESSION 4
#define IMF_PXR24_COMPRESSION 5
#define IMF_B44_COMPRESSION 6
#define IMF_B44A_COMPRESSION 7
#define IMF_NO_COMPRESSION 0
#define IMF_RLE_COMPRESSION 1
#define IMF_ZIPS_COMPRESSION 2
#define IMF_ZIP_COMPRESSION 3
#define IMF_PIZ_COMPRESSION 4
#define IMF_PXR24_COMPRESSION 5
#define IMF_B44_COMPRESSION 6
#define IMF_B44A_COMPRESSION 7
#define IMF_DWAA_COMPRESSION 8
#define IMF_DWAB_COMPRESSION 9


/*
Expand Down

0 comments on commit 1b88251

Please sign in to comment.