Commit fc24819 1 parent 8cf1bf4 commit fc24819 Copy full SHA for fc24819
File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ //
2
+ // JPEG‑XL image routines for libcupsfilters.
3
+ //
4
+ // Copyright 2007-2011 by Apple Inc.
5
+ // Copyright 1993-2005 by Easy Software Products.
6
+ //
7
+ // Licensed under Apache License v2.0. See the file "LICENSE" for more
8
+ // information.
9
+ //
10
+ // Contents:
11
+ //
12
+ // _cfIsJPEGXL() - Check if the file header indicates JPEG‑XL format.
13
+ // _cf_image_create_from_jxl_decoder() - Create a cf_image_t from a libjxl decoder.
14
+ // _cfImageReadJPEGXL() - Read a JPEG‑XL image file using libjxl and fill a
15
+ // cf_image_t structure.
16
+ // _cfOpenJPEGXL() - Open a JPEG‑XL image file and read it into memory.
17
+ //
18
+
19
+
20
+ //
21
+ // Include necessary headers
22
+ //
23
+
24
+
1
25
#include "config.h"
2
26
3
27
#ifdef HAVE_LIBJXL
You can’t perform that action at this time.
0 commit comments