Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/lib/OpenEXR/ImfCompression.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ IMF_EXPORT void setDefaultZipCompressionLevel (int level);
/// Controls the default quality level for the DWA lossy compression
IMF_EXPORT void setDefaultDwaCompressionLevel (float level);

/// Controls the default quality level for the HTJ2K lossy compression
IMF_EXPORT void setDefaultHtj2kCompressionLevel (float level);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

allows control HTJ2K Compression Level. cc @cary-ilm @palemieux


OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_EXIT

#endif
Loading