Skip to content

Commit

Permalink
Fixed typo in Zip compression (#40)
Browse files Browse the repository at this point in the history
* Fixed typo

* Zip doc fixes: range is 1-9

---------

Co-authored-by: Frédéric Devernay <[email protected]>
  • Loading branch information
360highdynamicrangehdr and devernay authored Jan 22, 2024
1 parent ceba49e commit 8389ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OIIO/WriteOIIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ enum ETuttlePluginComponents {
#define kParamOutputZIPCompressionLevel "zipCompressionLevel"
#define kParamOutputZIPCompressionLevelLabel "ZIP Compression Level"
#define kParamOutputZIPCompressionLevelHint \
"Amount of compression when using Dreamworks Zip or Zips compression options. These Lossless formats are variable in level and can minimize the compression artifacts. Higher values will result in greater compression and likewise smaller file size, but increases the chance for artifacts. [EXR w/ Zip or Zips comp.]"
"Compression level for zip/deflate compression, on a scale from 1 (fastest, minimal compression) to 9 (slowest, maximal compression) [EXR, TIFF or Zfile w/ zip or zips comp.]"
#define kParamOutputZIPCompressionLevelDefault 4

#define kParamOutputOrientation "orientation"
Expand Down

0 comments on commit 8389ff0

Please sign in to comment.