]> git.jsancho.org Git - lugaru.git/blob - Dependencies/libpng/contrib/pngminim/preader/pngusr.h
CMake: Purge all the bundled dependencies
[lugaru.git] / Dependencies / libpng / contrib / pngminim / preader / pngusr.h
1 /* minrdpngconf.h: headers to make a minimal png-read-only library
2  *
3  * Copyright (c) 2009 Glenn Randers-Pehrson
4  *
5  * This code is released under the libpng license.
6  * For conditions of distribution and use, see the disclaimer
7  * and license in png.h
8  *
9  * Derived from pngcrush.h, Copyright 1998-2007, Glenn Randers-Pehrson
10  */
11
12 #ifndef MINPRDPNGCONF_H
13 #define MINPRDPNGCONF_H
14
15 #define PNG_NO_WARNINGS
16 #define png_warning(s1,s2) ""
17 #define png_chunk_warning(s1,s2) ""
18 #define PNG_NO_ERROR_TEXT
19 #define png_error(s1,s2) png_err(s1)
20 #define png_chunk_error(s1,s2) png_err(s1)
21
22 #define PNG_NO_READ_DITHER
23 #define PNG_NO_READ_INVERT
24 #define PNG_NO_READ_SHIFT
25 #define PNG_NO_READ_PACK
26 #define PNG_NO_READ_PACKSWAP
27 #define PNG_NO_READ_FILLER
28 #define PNG_NO_READ_SWAP
29 #define PNG_NO_READ_SWAP_ALPHA
30 #define PNG_NO_READ_INVERT_ALPHA
31 #define PNG_NO_READ_RGB_TO_GRAY
32 #define PNG_NO_READ_USER_TRANSFORM
33 #define PNG_NO_READ_cHRM
34 #define PNG_NO_READ_hIST
35 #define PNG_NO_READ_iCCP
36 #define PNG_NO_READ_pCAL
37 #define PNG_NO_READ_pHYs
38 #define PNG_NO_READ_sBIT
39 #define PNG_NO_READ_sCAL
40 #define PNG_NO_READ_sPLT
41 #define PNG_NO_READ_TEXT
42 #define PNG_NO_READ_tIME
43 #define PNG_NO_READ_UNKNOWN_CHUNKS
44 #define PNG_NO_READ_USER_CHUNKS
45 #define PNG_NO_READ_EMPTY_PLTE
46 #define PNG_NO_READ_OPT_PLTE
47 #define PNG_NO_READ_STRIP_ALPHA
48 #define PNG_NO_READ_oFFs
49
50 #define PNG_NO_WRITE_SUPPORTED
51
52 #define PNG_NO_INFO_IMAGE
53 #define PNG_NO_USER_MEM
54 #define PNG_NO_FIXED_POINT_SUPPORTED
55 #define PNG_NO_MNG_FEATURES
56 #define PNG_NO_USER_TRANSFORM_PTR
57 #define PNG_NO_HANDLE_AS_UNKNOWN
58 #define PNG_NO_CONSOLE_IO
59 #define PNG_NO_ZALLOC_ZERO
60 #define PNG_NO_ERROR_NUMBERS
61 #define PNG_NO_EASY_ACCESS
62 #define PNG_NO_USER_LIMITS
63 #define PNG_NO_SET_USER_LIMITS
64
65 #endif /* MINPRDPNGCONF_H */