|
1 | 1 | /* pnglibconf.h - library build configuration */ |
2 | 2 |
|
3 | | -/* libpng version 1.6.40.git */ |
| 3 | +/* libpng version 1.6.51 */ |
4 | 4 |
|
5 | | -/* Copyright (c) 2018-2023 Cosmin Truta */ |
| 5 | +/* Copyright (c) 2018-2025 Cosmin Truta */ |
6 | 6 | /* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson */ |
7 | 7 |
|
8 | 8 | /* This code is released under the libpng license. */ |
|
27 | 27 | #define PNG_COLORSPACE_SUPPORTED |
28 | 28 | #define PNG_CONSOLE_IO_SUPPORTED |
29 | 29 | #define PNG_CONVERT_tIME_SUPPORTED |
| 30 | +/*#undef PNG_DISABLE_ADLER32_CHECK_SUPPORTED*/ |
30 | 31 | #define PNG_EASY_ACCESS_SUPPORTED |
31 | 32 | /*#undef PNG_ERROR_NUMBERS_SUPPORTED*/ |
32 | 33 | #define PNG_ERROR_TEXT_SUPPORTED |
|
41 | 42 | #define PNG_INCH_CONVERSIONS_SUPPORTED |
42 | 43 | #define PNG_INFO_IMAGE_SUPPORTED |
43 | 44 | #define PNG_IO_STATE_SUPPORTED |
| 45 | +/*#undef PNG_MIPS_MMI_API_SUPPORTED*/ |
| 46 | +/*#undef PNG_MIPS_MMI_CHECK_SUPPORTED*/ |
| 47 | +/*#undef PNG_MIPS_MSA_API_SUPPORTED*/ |
| 48 | +/*#undef PNG_MIPS_MSA_CHECK_SUPPORTED*/ |
44 | 49 | #define PNG_MNG_FEATURES_SUPPORTED |
45 | 50 | #define PNG_POINTER_INDEXING_SUPPORTED |
46 | 51 | /*#undef PNG_POWERPC_VSX_API_SUPPORTED*/ |
|
83 | 88 | #define PNG_READ_USER_TRANSFORM_SUPPORTED |
84 | 89 | #define PNG_READ_bKGD_SUPPORTED |
85 | 90 | #define PNG_READ_cHRM_SUPPORTED |
| 91 | +#define PNG_READ_cICP_SUPPORTED |
| 92 | +#define PNG_READ_cLLI_SUPPORTED |
86 | 93 | #define PNG_READ_eXIf_SUPPORTED |
87 | 94 | #define PNG_READ_gAMA_SUPPORTED |
88 | 95 | #define PNG_READ_hIST_SUPPORTED |
89 | 96 | #define PNG_READ_iCCP_SUPPORTED |
90 | 97 | #define PNG_READ_iTXt_SUPPORTED |
| 98 | +#define PNG_READ_mDCV_SUPPORTED |
91 | 99 | #define PNG_READ_oFFs_SUPPORTED |
92 | 100 | #define PNG_READ_pCAL_SUPPORTED |
93 | 101 | #define PNG_READ_pHYs_SUPPORTED |
|
153 | 161 | #define PNG_WRITE_WEIGHTED_FILTER_SUPPORTED |
154 | 162 | #define PNG_WRITE_bKGD_SUPPORTED |
155 | 163 | #define PNG_WRITE_cHRM_SUPPORTED |
| 164 | +#define PNG_WRITE_cICP_SUPPORTED |
| 165 | +#define PNG_WRITE_cLLI_SUPPORTED |
156 | 166 | #define PNG_WRITE_eXIf_SUPPORTED |
157 | 167 | #define PNG_WRITE_gAMA_SUPPORTED |
158 | 168 | #define PNG_WRITE_hIST_SUPPORTED |
159 | 169 | #define PNG_WRITE_iCCP_SUPPORTED |
160 | 170 | #define PNG_WRITE_iTXt_SUPPORTED |
| 171 | +#define PNG_WRITE_mDCV_SUPPORTED |
161 | 172 | #define PNG_WRITE_oFFs_SUPPORTED |
162 | 173 | #define PNG_WRITE_pCAL_SUPPORTED |
163 | 174 | #define PNG_WRITE_pHYs_SUPPORTED |
|
171 | 182 | #define PNG_WRITE_zTXt_SUPPORTED |
172 | 183 | #define PNG_bKGD_SUPPORTED |
173 | 184 | #define PNG_cHRM_SUPPORTED |
| 185 | +#define PNG_cICP_SUPPORTED |
| 186 | +#define PNG_cLLI_SUPPORTED |
174 | 187 | #define PNG_eXIf_SUPPORTED |
175 | 188 | #define PNG_gAMA_SUPPORTED |
176 | 189 | #define PNG_hIST_SUPPORTED |
177 | 190 | #define PNG_iCCP_SUPPORTED |
178 | 191 | #define PNG_iTXt_SUPPORTED |
| 192 | +#define PNG_mDCV_SUPPORTED |
179 | 193 | #define PNG_oFFs_SUPPORTED |
180 | 194 | #define PNG_pCAL_SUPPORTED |
181 | 195 | #define PNG_pHYs_SUPPORTED |
|
0 commit comments