From dbe5d1ef87ff5a348ae758bdb9635f767822d7d4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 26 Nov 2023 15:51:40 +0000 Subject: Implement simple jpeg xl image handler --- utils/corestringlist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/corestringlist.h b/utils/corestringlist.h index b253b3b56..5cdbb3af7 100644 --- a/utils/corestringlist.h +++ b/utils/corestringlist.h @@ -167,6 +167,7 @@ CORESTRING_LWC_VALUE(application_octet_stream, "application/octet-stream"); CORESTRING_LWC_VALUE(image_gif, "image/gif"); CORESTRING_LWC_VALUE(image_png, "image/png"); CORESTRING_LWC_VALUE(image_jpeg, "image/jpeg"); +CORESTRING_LWC_VALUE(image_jxl, "image/jxl"); CORESTRING_LWC_VALUE(image_bmp, "image/bmp"); CORESTRING_LWC_VALUE(image_vnd_microsoft_icon, "image/vnd.microsoft.icon"); CORESTRING_LWC_VALUE(image_webp, "image/webp"); -- cgit v1.2.3