From fa03b60156f4d875ba5bca83f4615ae1fa5f8d5e Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Wed, 16 Oct 2024 16:38:47 -0400 Subject: [PATCH] fix: compatibility with cloudvolume 11 for jxl --- igneous_cli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/igneous_cli/cli.py b/igneous_cli/cli.py index 36b50f6..c1ccd54 100644 --- a/igneous_cli/cli.py +++ b/igneous_cli/cli.py @@ -372,7 +372,7 @@ def xfer( if compress and compress.lower() in ("none", "false"): compress = False - if encoding and encoding.lower() in ("jpeg", "png"): + if encoding and encoding.lower() in ("jpeg", "png", "jxl"): compress = False if bounds_mip is None: