From b1ecf8518288742c1b50ff84dd10ed639ee18deb Mon Sep 17 00:00:00 2001 From: Tom Byrer Date: Thu, 18 Aug 2022 23:01:46 -0500 Subject: [PATCH] README fix JPEGXL support Chrome & Fx have JPEGXL, but behind flags. Turned on by default is a feature! https://caniuse.com/jpegxl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 603d70b8..042bd237 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ > - Various compiler flags that improve performance and target [AVX](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions) CPU's (read [PATCHES.md](https://github.com/Alex313031/Thorium/blob/main/infra/PATCHES.md)) > - Experimental [MPEG-DASH](https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP) support. > - HEVC/H.265 support on Linux and Windows. -> - [JPEG XL](https://jpeg.org/jpegxl/) Image File Format support. +> - [JPEG XL](https://jpeg.org/jpegxl/) Image File Format turned on by default. > - Enable [Live Caption](https://support.google.com/chrome/answer/10538231?hl) (SODA) on all builds. > - Experimental PDF annotation support (called "Ink" on ChromiumOS). # DISABLED FOR NOW BECAUSE OF CRASHES. > - Patches from Debian including font rendering patch, VAAPI Patch, Intel HD support patch, native notifications patch, title bar patch, and... the VDPAU Patch!! (Rejoice Nvidia users)