Skip to content

Commit

Permalink
fix: compatibility with cloudvolume 11 for jxl
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Oct 16, 2024
1 parent 7e8fc31 commit fa03b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion igneous_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fa03b60

Please sign in to comment.