From 8a009a37268a0b8ebc5ba6f65e12338e93f6d753 Mon Sep 17 00:00:00 2001 From: asonix Date: Fri, 21 Jun 2024 12:57:53 -0500 Subject: [PATCH] Remove 'jxl' from animation format documentation --- pict-rs.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pict-rs.toml b/pict-rs.toml index 35a8798..ef43ff3 100644 --- a/pict-rs.toml +++ b/pict-rs.toml @@ -425,7 +425,7 @@ max_frame_count = 900 # # available options: apng, avif, gif, webp # When set, all uploaded animated images will be converted to this file type. For balancing quality -# vs file size vs browser support, 'avif', 'jxl', and 'webp' should be considered. By default, +# vs file size vs browser support, 'avif', and 'webp' should be considered. By default, # images are stored in their original file type. format = "webp"