Skip to content

Commit 4caf924

Browse files
committed
jxlsave: lower min effort value to 1
1 parent 605fbb9 commit 4caf924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvips/foreign/jxlsave.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ vips_foreign_save_jxl_class_init(VipsForeignSaveJxlClass *class)
797797
_("Encoding effort"),
798798
VIPS_ARGUMENT_OPTIONAL_INPUT,
799799
G_STRUCT_OFFSET(VipsForeignSaveJxl, effort),
800-
3, 9, 7);
800+
1, 9, 7);
801801

802802
VIPS_ARG_BOOL(class, "lossless", 13,
803803
_("Lossless"),

0 commit comments

Comments
 (0)