Skip to content

Commit fc24819

Browse files
Update image-jpeg-xl.c
Added header, copyrights and contents comments in the file
1 parent 8cf1bf4 commit fc24819

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

cupsfilters/image-jpeg-xl.c

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
#include "config.h"
226

327
#ifdef HAVE_LIBJXL

0 commit comments

Comments
 (0)