libpng/pngtypes.h

36 lines
665 B
C
Raw Normal View History

1999-11-27 11:22:33 -05:00
/* pngtypes.h - array of chunk-types for libpng
*
2000-02-18 14:48:52 -05:00
* libpng 1.0.5s - February 18, 2000
1999-11-27 11:22:33 -05:00
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
2000-02-05 00:40:16 -05:00
* Copyright (c) 1998, 1999, 2000 Glenn Randers-Pehrson
1999-11-27 11:22:33 -05:00
*/
/* Constant strings for known chunk types. If you need to add a chunk,
1999-11-29 00:32:18 -05:00
* define the string in png.h and invoke it here.
1999-11-27 11:22:33 -05:00
*/
1999-11-29 00:32:18 -05:00
PNG_IHDR;
PNG_IDAT;
PNG_IEND;
PNG_PLTE;
PNG_bKGD;
PNG_cHRM;
PNG_gAMA;
PNG_hIST;
1999-12-10 10:43:02 -05:00
PNG_iCCP;
PNG_iTXt;
1999-11-29 00:32:18 -05:00
PNG_oFFs;
PNG_pCAL;
PNG_pHYs;
PNG_sBIT;
2000-02-05 00:40:16 -05:00
PNG_sCAL;
1999-12-10 10:43:02 -05:00
PNG_sPLT;
1999-11-29 00:32:18 -05:00
PNG_sRGB;
PNG_tEXt;
PNG_tIME;
PNG_tRNS;
PNG_zTXt;
1999-11-27 11:22:33 -05:00