pngusr.h 643 字节
Newer Older
1
/* minwrpngconf.h: headers to make a minimal png-write-only library
2
 *
3
 * Copyright (c) 2007, 2010-2013 Glenn Randers-Pehrson
4
 *
5 6
 * This code is released under the libpng license.
 * For conditions of distribution and use, see the disclaimer
7
 * and license in png.h
8
 *
9 10 11 12 13 14
 * Derived from pngcrush.h, Copyright 1998-2007, Glenn Randers-Pehrson
 */

#ifndef MINWRPNGCONF_H
#define MINWRPNGCONF_H

15
/* To include pngusr.h set -DPNG_USER_CONFIG in CPPFLAGS */
16

17 18 19
/* List options to turn off features of the build that do not
 * affect the API (so are not recorded in pnglibconf.h)
 */
20

21
#define PNG_ALIGN_TYPE PNG_ALIGN_NONE
22 23

#endif /* MINWRPNGCONF_H */