From 8389ff0479b5e0f9804871459678b1bb365929c1 Mon Sep 17 00:00:00 2001 From: Todica Ionut Date: Mon, 22 Jan 2024 10:20:38 +0200 Subject: [PATCH] Fixed typo in Zip compression (#40) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixed typo * Zip doc fixes: range is 1-9 --------- Co-authored-by: Frédéric Devernay --- OIIO/WriteOIIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OIIO/WriteOIIO.cpp b/OIIO/WriteOIIO.cpp index 2a92c1a..30fe352 100644 --- a/OIIO/WriteOIIO.cpp +++ b/OIIO/WriteOIIO.cpp @@ -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"