png.h
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:134k
源码类别:

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: png.h,v $
  4.  * PRODUCTION Revision 1000.1  2004/04/12 17:33:05  gouriano
  5.  * PRODUCTION PRODUCTION: UPGRADED [CATCHUP_003] Dev-tree R1.4
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. /* png.h - header file for PNG reference library
  10.  *
  11.  * libpng version 1.2.5rc3 - September 18, 2002
  12.  * Copyright (c) 1998-2002 Glenn Randers-Pehrson
  13.  * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
  14.  * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
  15.  *
  16.  * Authors and maintainers:
  17.  *  libpng versions 0.71, May 1995, through 0.88, January 1996: Guy Schalnat
  18.  *  libpng versions 0.89c, June 1996, through 0.96, May 1997: Andreas Dilger
  19.  *  libpng versions 0.97, January 1998, through 1.2.5rc3 - September 18, 2002: Glenn
  20.  *  See also "Contributing Authors", below.
  21.  *
  22.  * Note about libpng version numbers:
  23.  *
  24.  *    Due to various miscommunications, unforeseen code incompatibilities
  25.  *    and occasional factors outside the authors' control, version numbering
  26.  *    on the library has not always been consistent and straightforward.
  27.  *    The following table summarizes matters since version 0.89c, which was
  28.  *    the first widely used release:
  29.  *
  30.  *    source                 png.h  png.h  shared-lib
  31.  *    version                string   int  version
  32.  *    -------                ------ -----  ----------
  33.  *    0.89c "1.0 beta 3"     0.89      89  1.0.89
  34.  *    0.90  "1.0 beta 4"     0.90      90  0.90  [should have been 2.0.90]
  35.  *    0.95  "1.0 beta 5"     0.95      95  0.95  [should have been 2.0.95]
  36.  *    0.96  "1.0 beta 6"     0.96      96  0.96  [should have been 2.0.96]
  37.  *    0.97b "1.00.97 beta 7" 1.00.97   97  1.0.1 [should have been 2.0.97]
  38.  *    0.97c                  0.97      97  2.0.97
  39.  *    0.98                   0.98      98  2.0.98
  40.  *    0.99                   0.99      98  2.0.99
  41.  *    0.99a-m                0.99      99  2.0.99
  42.  *    1.00                   1.00     100  2.1.0 [100 should be 10000]
  43.  *    1.0.0      (from here on, the   100  2.1.0 [100 should be 10000]
  44.  *    1.0.1       png.h string is   10001  2.1.0
  45.  *    1.0.1a-e    identical to the  10002  from here on, the shared library
  46.  *    1.0.2       source version)   10002  is 2.V where V is the source code
  47.  *    1.0.2a-b                      10003  version, except as noted.
  48.  *    1.0.3                         10003
  49.  *    1.0.3a-d                      10004
  50.  *    1.0.4                         10004
  51.  *    1.0.4a-f                      10005
  52.  *    1.0.5 (+ 2 patches)           10005
  53.  *    1.0.5a-d                      10006
  54.  *    1.0.5e-r                      10100 (not source compatible)
  55.  *    1.0.5s-v                      10006 (not binary compatible)
  56.  *    1.0.6 (+ 3 patches)           10006 (still binary incompatible)
  57.  *    1.0.6d-f                      10007 (still binary incompatible)
  58.  *    1.0.6g                        10007
  59.  *    1.0.6h                        10007  10.6h (testing xy.z so-numbering)
  60.  *    1.0.6i                        10007  10.6i
  61.  *    1.0.6j                        10007  2.1.0.6j (incompatible with 1.0.0)
  62.  *    1.0.7beta11-14        DLLNUM  10007  2.1.0.7beta11-14 (binary compatible)
  63.  *    1.0.7beta15-18           1    10007  2.1.0.7beta15-18 (binary compatible)
  64.  *    1.0.7rc1-2               1    10007  2.1.0.7rc1-2 (binary compatible)
  65.  *    1.0.7                    1    10007  (still compatible)
  66.  *    1.0.8beta1-4             1    10008  2.1.0.8beta1-4
  67.  *    1.0.8rc1                 1    10008  2.1.0.8rc1
  68.  *    1.0.8                    1    10008  2.1.0.8
  69.  *    1.0.9beta1-6             1    10009  2.1.0.9beta1-6
  70.  *    1.0.9rc1                 1    10009  2.1.0.9rc1
  71.  *    1.0.9beta7-10            1    10009  2.1.0.9beta7-10
  72.  *    1.0.9rc2                 1    10009  2.1.0.9rc2
  73.  *    1.0.9                    1    10009  2.1.0.9
  74.  *    1.0.10beta1              1    10010  2.1.0.10beta1
  75.  *    1.0.10rc1                1    10010  2.1.0.10rc1
  76.  *    1.0.10                   1    10010  2.1.0.10
  77.  *    1.0.11beta1-3            1    10011  2.1.0.11beta1-3
  78.  *    1.0.11rc1                1    10011  2.1.0.11rc1
  79.  *    1.0.11                   1    10011  2.1.0.11
  80.  *    1.0.12beta1-2            2    10012  2.1.0.12beta1-2
  81.  *    1.0.12rc1                2    10012  2.1.0.12rc1
  82.  *    1.0.12                   2    10012  2.1.0.12
  83.  *    1.1.0a-f                 -    10100  2.1.1.0a-f (branch abandoned)
  84.  *    1.2.0beta1-2             2    10200  2.1.2.0beta1-2
  85.  *    1.2.0beta3-5             3    10200  3.1.2.0beta3-5
  86.  *    1.2.0rc1                 3    10200  3.1.2.0rc1
  87.  *    1.2.0                    3    10200  3.1.2.0
  88.  *    1.2.1beta1-4             3    10201  3.1.2.1beta1-4
  89.  *    1.2.1rc1-2               3    10201  3.1.2.1rc1-2
  90.  *    1.2.1                    3    10201  3.1.2.1
  91.  *    1.2.2beta1-6            12    10202  12.so.0.1.2.2beta1-6
  92.  *    1.0.13beta1             10    10013  10.so.0.1.0.13beta1
  93.  *    1.0.13rc1               10    10013  10.so.0.1.0.13rc1
  94.  *    1.2.2rc1                12    10202  12.so.0.1.2.2rc1
  95.  *    1.0.13                  10    10013  10.so.0.1.0.13
  96.  *    1.2.2                   12    10202  12.so.0.1.2.2
  97.  *    1.2.3rc1-6              12    10203  12.so.0.1.2.3rc1-6
  98.  *    1.2.3                   12    10203  12.so.0.1.2.3
  99.  *    1.2.4beta1-3            13    10204  12.so.0.1.2.4beta1-3
  100.  *    1.0.14rc1               13    10014  10.so.0.1.0.14rc1
  101.  *    1.2.4rc1                13    10204  12.so.0.1.2.4rc1
  102.  *    1.0.14                  10    10014  10.so.0.1.0.14
  103.  *    1.2.4                   13    10204  12.so.0.1.2.4
  104.  *    1.2.5beta1-2            13    10205  12.so.0.1.2.5beta1-2
  105.  *    1.2.5rc1-3              13    10205  12.so.0.1.2.5rc1-3
  106.  *    1.0.15rc1-3             10    10015  10.so.0.1.0.15rc1-3
  107.  *
  108.  *    Henceforth the source version will match the shared-library major
  109.  *    and minor numbers; the shared-library major version number will be
  110.  *    used for changes in backward compatibility, as it is intended.  The
  111.  *    PNG_LIBPNG_VER macro, which is not used within libpng but is available
  112.  *    for applications, is an unsigned integer of the form xyyzz corresponding
  113.  *    to the source version x.y.z (leading zeros in y and z).  Beta versions
  114.  *    were given the previous public release number plus a letter, until
  115.  *    version 1.0.6j; from then on they were given the upcoming public
  116.  *    release number plus "betaNN" or "rcN".
  117.  *
  118.  *    Binary incompatibility exists only when applications make direct access
  119.  *    to the info_ptr or png_ptr members through png.h, and the compiled
  120.  *    application is loaded with a different version of the library.
  121.  *
  122.  *    DLLNUM will change each time there are forward or backward changes
  123.  *    in binary compatibility (e.g., when a new feature is added).
  124.  *
  125.  * See libpng.txt or libpng.3 for more information.  The PNG specification
  126.  * is available as RFC 2083 <ftp://ftp.uu.net/graphics/png/documents/>
  127.  * and as a W3C Recommendation <http://www.w3.org/TR/REC.png.html>
  128.  */
  129. /*
  130.  * COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
  131.  *
  132.  * If you modify libpng you may insert additional notices immediately following
  133.  * this sentence.
  134.  *
  135.  * libpng versions 1.0.7, July 1, 2000, through 1.2.5rc3, September 18, 2002, are
  136.  * Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
  137.  * distributed according to the same disclaimer and license as libpng-1.0.6
  138.  * with the following individuals added to the list of Contributing Authors
  139.  *
  140.  *    Simon-Pierre Cadieux
  141.  *    Eric S. Raymond
  142.  *    Gilles Vollant
  143.  *
  144.  * and with the following additions to the disclaimer:
  145.  *
  146.  *    There is no warranty against interference with your enjoyment of the
  147.  *    library or against infringement.  There is no warranty that our
  148.  *    efforts or the library will fulfill any of your particular purposes
  149.  *    or needs.  This library is provided with all faults, and the entire
  150.  *    risk of satisfactory quality, performance, accuracy, and effort is with
  151.  *    the user.
  152.  *
  153.  * libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
  154.  * Copyright (c) 1998, 1999, 2000 Glenn Randers-Pehrson
  155.  * Distributed according to the same disclaimer and license as libpng-0.96,
  156.  * with the following individuals added to the list of Contributing Authors:
  157.  *
  158.  *    Tom Lane
  159.  *    Glenn Randers-Pehrson
  160.  *    Willem van Schaik
  161.  *
  162.  * libpng versions 0.89, June 1996, through 0.96, May 1997, are
  163.  * Copyright (c) 1996, 1997 Andreas Dilger
  164.  * Distributed according to the same disclaimer and license as libpng-0.88,
  165.  * with the following individuals added to the list of Contributing Authors:
  166.  *
  167.  *    John Bowler
  168.  *    Kevin Bracey
  169.  *    Sam Bushell
  170.  *    Magnus Holmgren
  171.  *    Greg Roelofs
  172.  *    Tom Tanner
  173.  *
  174.  * libpng versions 0.5, May 1995, through 0.88, January 1996, are
  175.  * Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
  176.  *
  177.  * For the purposes of this copyright and license, "Contributing Authors"
  178.  * is defined as the following set of individuals:
  179.  *
  180.  *    Andreas Dilger
  181.  *    Dave Martindale
  182.  *    Guy Eric Schalnat
  183.  *    Paul Schmidt
  184.  *    Tim Wegner
  185.  *
  186.  * The PNG Reference Library is supplied "AS IS".  The Contributing Authors
  187.  * and Group 42, Inc. disclaim all warranties, expressed or implied,
  188.  * including, without limitation, the warranties of merchantability and of
  189.  * fitness for any purpose.  The Contributing Authors and Group 42, Inc.
  190.  * assume no liability for direct, indirect, incidental, special, exemplary,
  191.  * or consequential damages, which may result from the use of the PNG
  192.  * Reference Library, even if advised of the possibility of such damage.
  193.  *
  194.  * Permission is hereby granted to use, copy, modify, and distribute this
  195.  * source code, or portions hereof, for any purpose, without fee, subject
  196.  * to the following restrictions:
  197.  *
  198.  * 1. The origin of this source code must not be misrepresented.
  199.  *
  200.  * 2. Altered versions must be plainly marked as such and
  201.  * must not be misrepresented as being the original source.
  202.  *
  203.  * 3. This Copyright notice may not be removed or altered from
  204.  *    any source or altered source distribution.
  205.  *
  206.  * The Contributing Authors and Group 42, Inc. specifically permit, without
  207.  * fee, and encourage the use of this source code as a component to
  208.  * supporting the PNG file format in commercial products.  If you use this
  209.  * source code in a product, acknowledgment is not required but would be
  210.  * appreciated.
  211.  */
  212. /*
  213.  * A "png_get_copyright" function is available, for convenient use in "about"
  214.  * boxes and the like:
  215.  *
  216.  * printf("%s",png_get_copyright(NULL));
  217.  *
  218.  * Also, the PNG logo (in PNG format, of course) is supplied in the
  219.  * files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
  220.  */
  221. /*
  222.  * Libpng is OSI Certified Open Source Software.  OSI Certified is a
  223.  * certification mark of the Open Source Initiative.
  224.  */
  225. /*
  226.  * The contributing authors would like to thank all those who helped
  227.  * with testing, bug fixes, and patience.  This wouldn't have been
  228.  * possible without all of you.
  229.  *
  230.  * Thanks to Frank J. T. Wojcik for helping with the documentation.
  231.  */
  232. /*
  233.  * Y2K compliance in libpng:
  234.  * =========================
  235.  *
  236.  *    September 18, 2002
  237.  *
  238.  *    Since the PNG Development group is an ad-hoc body, we can't make
  239.  *    an official declaration.
  240.  *
  241.  *    This is your unofficial assurance that libpng from version 0.71 and
  242.  *    upward through 1.2.5rc3 are Y2K compliant.  It is my belief that earlier
  243.  *    versions were also Y2K compliant.
  244.  *
  245.  *    Libpng only has three year fields.  One is a 2-byte unsigned integer
  246.  *    that will hold years up to 65535.  The other two hold the date in text
  247.  *    format, and will hold years up to 9999.
  248.  *
  249.  *    The integer is
  250.  *        "png_uint_16 year" in png_time_struct.
  251.  *
  252.  *    The strings are
  253.  *        "png_charp time_buffer" in png_struct and
  254.  *        "near_time_buffer", which is a local character string in png.c.
  255.  *
  256.  *    There are seven time-related functions:
  257.  *        png.c: png_convert_to_rfc_1123() in png.c
  258.  *          (formerly png_convert_to_rfc_1152() in error)
  259.  *        png_convert_from_struct_tm() in pngwrite.c, called in pngwrite.c
  260.  *        png_convert_from_time_t() in pngwrite.c
  261.  *        png_get_tIME() in pngget.c
  262.  *        png_handle_tIME() in pngrutil.c, called in pngread.c
  263.  *        png_set_tIME() in pngset.c
  264.  *        png_write_tIME() in pngwutil.c, called in pngwrite.c
  265.  *
  266.  *    All handle dates properly in a Y2K environment.  The
  267.  *    png_convert_from_time_t() function calls gmtime() to convert from system
  268.  *    clock time, which returns (year - 1900), which we properly convert to
  269.  *    the full 4-digit year.  There is a possibility that applications using
  270.  *    libpng are not passing 4-digit years into the png_convert_to_rfc_1123()
  271.  *    function, or that they are incorrectly passing only a 2-digit year
  272.  *    instead of "year - 1900" into the png_convert_from_struct_tm() function,
  273.  *    but this is not under our control.  The libpng documentation has always
  274.  *    stated that it works with 4-digit years, and the APIs have been
  275.  *    documented as such.
  276.  *
  277.  *    The tIME chunk itself is also Y2K compliant.  It uses a 2-byte unsigned
  278.  *    integer to hold the year, and can hold years as large as 65535.
  279.  *
  280.  *    zlib, upon which libpng depends, is also Y2K compliant.  It contains
  281.  *    no date-related code.
  282.  *
  283.  *       Glenn Randers-Pehrson
  284.  *       libpng maintainer
  285.  *       PNG Development Group
  286.  */
  287. #ifndef PNG_H
  288. #define PNG_H
  289. /* This is not the place to learn how to use libpng.  The file libpng.txt
  290.  * describes how to use libpng, and the file example.c summarizes it
  291.  * with some code on which to build.  This file is useful for looking
  292.  * at the actual function definitions and structure components.
  293.  */
  294. /* Version information for png.h - this should match the version in png.c */
  295. #define PNG_LIBPNG_VER_STRING "1.2.5rc3"
  296. #define PNG_LIBPNG_VER_SONUM   0
  297. #define PNG_LIBPNG_VER_DLLNUM  %DLLNUM%
  298. /* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
  299. #define PNG_LIBPNG_VER_MAJOR   1
  300. #define PNG_LIBPNG_VER_MINOR   2
  301. #define PNG_LIBPNG_VER_RELEASE 5
  302. /* This should match the numeric part of the final component of
  303.  * PNG_LIBPNG_VER_STRING, omitting any leading zero: */
  304. #define PNG_LIBPNG_VER_BUILD  3
  305. #define PNG_LIBPNG_BUILD_ALPHA    1
  306. #define PNG_LIBPNG_BUILD_BETA     2
  307. #define PNG_LIBPNG_BUILD_RC       3
  308. #define PNG_LIBPNG_BUILD_STABLE   4
  309. #define PNG_LIBPNG_BUILD_TYPEMASK 7
  310. #define PNG_LIBPNG_BUILD_PATCH    8 /* Can be OR'ed with STABLE only */
  311. #define PNG_LIBPNG_BUILD_TYPE 3
  312. /* Careful here.  At one time, Guy wanted to use 082, but that would be octal.
  313.  * We must not include leading zeros.
  314.  * Versions 0.7 through 1.0.0 were in the range 0 to 100 here (only
  315.  * version 1.0.0 was mis-numbered 100 instead of 10000).  From
  316.  * version 1.0.1 it's    xxyyzz, where x=major, y=minor, z=release */
  317. #define PNG_LIBPNG_VER 10205 /* 1.2.5 */
  318. #ifndef PNG_VERSION_INFO_ONLY
  319. /* include the compression library's header */
  320. #include "../cn3d/zlib.h"
  321. /* include all user configurable info, including optional assembler routines */
  322. #include "../cn3d/pngconf.h"
  323. /* Inhibit C++ name-mangling for libpng functions but not for system calls. */
  324. #ifdef __cplusplus
  325. extern "C" {
  326. #endif /* __cplusplus */
  327. /* This file is arranged in several sections.  The first section contains
  328.  * structure and type definitions.  The second section contains the external
  329.  * library functions, while the third has the internal library functions,
  330.  * which applications aren't expected to use directly.
  331.  */
  332. #ifndef PNG_NO_TYPECAST_NULL
  333. #define int_p_NULL                (int *)NULL
  334. #define png_bytep_NULL            (png_bytep)NULL
  335. #define png_bytepp_NULL           (png_bytepp)NULL
  336. #define png_doublep_NULL          (png_doublep)NULL
  337. #define png_error_ptr_NULL        (png_error_ptr)NULL
  338. #define png_flush_ptr_NULL        (png_flush_ptr)NULL
  339. #define png_free_ptr_NULL         (png_free_ptr)NULL
  340. #define png_infopp_NULL           (png_infopp)NULL
  341. #define png_malloc_ptr_NULL       (png_malloc_ptr)NULL
  342. #define png_read_status_ptr_NULL  (png_read_status_ptr)NULL
  343. #define png_rw_ptr_NULL           (png_rw_ptr)NULL
  344. #define png_structp_NULL          (png_structp)NULL
  345. #define png_uint_16p_NULL         (png_uint_16p)NULL
  346. #define png_voidp_NULL            (png_voidp)NULL
  347. #define png_write_status_ptr_NULL (png_write_status_ptr)NULL
  348. #else
  349. #define int_p_NULL                NULL
  350. #define png_bytep_NULL            NULL
  351. #define png_bytepp_NULL           NULL
  352. #define png_doublep_NULL          NULL
  353. #define png_error_ptr_NULL        NULL
  354. #define png_flush_ptr_NULL        NULL
  355. #define png_free_ptr_NULL         NULL
  356. #define png_infopp_NULL           NULL
  357. #define png_malloc_ptr_NULL       NULL
  358. #define png_read_status_ptr_NULL  NULL
  359. #define png_rw_ptr_NULL           NULL
  360. #define png_structp_NULL          NULL
  361. #define png_uint_16p_NULL         NULL
  362. #define png_voidp_NULL            NULL
  363. #define png_write_status_ptr_NULL NULL
  364. #endif
  365. /* variables declared in png.c - only it needs to define PNG_NO_EXTERN */
  366. #if !defined(PNG_NO_EXTERN) || defined(PNG_ALWAYS_EXTERN)
  367. /* Version information for C files, stored in png.c.  This had better match
  368.  * the version above.
  369.  */
  370. #ifdef PNG_USE_GLOBAL_ARRAYS
  371. PNG_EXPORT_VAR (const char) png_libpng_ver[18];
  372.   /* need room for 99.99.99beta99z */
  373. #else
  374. #define png_libpng_ver png_get_header_ver(NULL)
  375. #endif
  376. #ifdef PNG_USE_GLOBAL_ARRAYS
  377. /* This was removed in version 1.0.5c */
  378. /* Structures to facilitate easy interlacing.  See png.c for more details */
  379. PNG_EXPORT_VAR (const int FARDATA) png_pass_start[7];
  380. PNG_EXPORT_VAR (const int FARDATA) png_pass_inc[7];
  381. PNG_EXPORT_VAR (const int FARDATA) png_pass_ystart[7];
  382. PNG_EXPORT_VAR (const int FARDATA) png_pass_yinc[7];
  383. PNG_EXPORT_VAR (const int FARDATA) png_pass_mask[7];
  384. PNG_EXPORT_VAR (const int FARDATA) png_pass_dsp_mask[7];
  385. #ifdef PNG_HAVE_ASSEMBLER_COMBINE_ROW
  386. PNG_EXPORT_VAR (const int FARDATA) png_pass_width[7];
  387. #endif
  388. /* This isn't currently used.  If you need it, see png.c for more details.
  389. PNG_EXPORT_VAR (const int FARDATA) png_pass_height[7];
  390. */
  391. #endif
  392. #endif /* PNG_NO_EXTERN */
  393. /* Three color definitions.  The order of the red, green, and blue, (and the
  394.  * exact size) is not important, although the size of the fields need to
  395.  * be png_byte or png_uint_16 (as defined below).
  396.  */
  397. typedef struct png_color_struct
  398. {
  399.    png_byte red;
  400.    png_byte green;
  401.    png_byte blue;
  402. } png_color;
  403. typedef png_color FAR * png_colorp;
  404. typedef png_color FAR * FAR * png_colorpp;
  405. typedef struct png_color_16_struct
  406. {
  407.    png_byte index;    /* used for palette files */
  408.    png_uint_16 red;   /* for use in red green blue files */
  409.    png_uint_16 green;
  410.    png_uint_16 blue;
  411.    png_uint_16 gray;  /* for use in grayscale files */
  412. } png_color_16;
  413. typedef png_color_16 FAR * png_color_16p;
  414. typedef png_color_16 FAR * FAR * png_color_16pp;
  415. typedef struct png_color_8_struct
  416. {
  417.    png_byte red;   /* for use in red green blue files */
  418.    png_byte green;
  419.    png_byte blue;
  420.    png_byte gray;  /* for use in grayscale files */
  421.    png_byte alpha; /* for alpha channel files */
  422. } png_color_8;
  423. typedef png_color_8 FAR * png_color_8p;
  424. typedef png_color_8 FAR * FAR * png_color_8pp;
  425. /*
  426.  * The following two structures are used for the in-core representation
  427.  * of sPLT chunks.
  428.  */
  429. typedef struct png_sPLT_entry_struct
  430. {
  431.    png_uint_16 red;
  432.    png_uint_16 green;
  433.    png_uint_16 blue;
  434.    png_uint_16 alpha;
  435.    png_uint_16 frequency;
  436. } png_sPLT_entry;
  437. typedef png_sPLT_entry FAR * png_sPLT_entryp;
  438. typedef png_sPLT_entry FAR * FAR * png_sPLT_entrypp;
  439. /*  When the depth of the sPLT palette is 8 bits, the color and alpha samples
  440.  *  occupy the LSB of their respective members, and the MSB of each member
  441.  *  is zero-filled.  The frequency member always occupies the full 16 bits.
  442.  */
  443. typedef struct png_sPLT_struct
  444. {
  445.    png_charp name;           /* palette name */
  446.    png_byte depth;           /* depth of palette samples */
  447.    png_sPLT_entryp entries;  /* palette entries */
  448.    png_int_32 nentries;      /* number of palette entries */
  449. } png_sPLT_t;
  450. typedef png_sPLT_t FAR * png_sPLT_tp;
  451. typedef png_sPLT_t FAR * FAR * png_sPLT_tpp;
  452. #ifdef PNG_TEXT_SUPPORTED
  453. /* png_text holds the contents of a text/ztxt/itxt chunk in a PNG file,
  454.  * and whether that contents is compressed or not.  The "key" field
  455.  * points to a regular zero-terminated C string.  The "text", "lang", and
  456.  * "lang_key" fields can be regular C strings, empty strings, or NULL pointers.
  457.  * However, the * structure returned by png_get_text() will always contain
  458.  * regular zero-terminated C strings (possibly empty), never NULL pointers,
  459.  * so they can be safely used in printf() and other string-handling functions.
  460.  */
  461. typedef struct png_text_struct
  462. {
  463.    int  compression;       /* compression value:
  464.                              -1: tEXt, none
  465.                               0: zTXt, deflate
  466.                               1: iTXt, none
  467.                               2: iTXt, deflate  */
  468.    png_charp key;          /* keyword, 1-79 character description of "text" */
  469.    png_charp text;         /* comment, may be an empty string (ie "")
  470.                               or a NULL pointer */
  471.    png_size_t text_length; /* length of the text string */
  472. #ifdef PNG_iTXt_SUPPORTED
  473.    png_size_t itxt_length; /* length of the itxt string */
  474.    png_charp lang;         /* language code, 0-79 characters
  475.                               or a NULL pointer */
  476.    png_charp lang_key;     /* keyword translated UTF-8 string, 0 or more
  477.                               chars or a NULL pointer */
  478. #endif
  479. } png_text;
  480. typedef png_text FAR * png_textp;
  481. typedef png_text FAR * FAR * png_textpp;
  482. #endif
  483. /* Supported compression types for text in PNG files (tEXt, and zTXt).
  484.  * The values of the PNG_TEXT_COMPRESSION_ defines should NOT be changed. */
  485. #define PNG_TEXT_COMPRESSION_NONE_WR -3
  486. #define PNG_TEXT_COMPRESSION_zTXt_WR -2
  487. #define PNG_TEXT_COMPRESSION_NONE    -1
  488. #define PNG_TEXT_COMPRESSION_zTXt     0
  489. #define PNG_ITXT_COMPRESSION_NONE     1
  490. #define PNG_ITXT_COMPRESSION_zTXt     2
  491. #define PNG_TEXT_COMPRESSION_LAST     3  /* Not a valid value */
  492. /* png_time is a way to hold the time in an machine independent way.
  493.  * Two conversions are provided, both from time_t and struct tm.  There
  494.  * is no portable way to convert to either of these structures, as far
  495.  * as I know.  If you know of a portable way, send it to me.  As a side
  496.  * note - PNG has always been Year 2000 compliant!
  497.  */
  498. typedef struct png_time_struct
  499. {
  500.    png_uint_16 year; /* full year, as in, 1995 */
  501.    png_byte month;   /* month of year, 1 - 12 */
  502.    png_byte day;     /* day of month, 1 - 31 */
  503.    png_byte hour;    /* hour of day, 0 - 23 */
  504.    png_byte minute;  /* minute of hour, 0 - 59 */
  505.    png_byte second;  /* second of minute, 0 - 60 (for leap seconds) */
  506. } png_time;
  507. typedef png_time FAR * png_timep;
  508. typedef png_time FAR * FAR * png_timepp;
  509. #if defined(PNG_UNKNOWN_CHUNKS_SUPPORTED)
  510. /* png_unknown_chunk is a structure to hold queued chunks for which there is
  511.  * no specific support.  The idea is that we can use this to queue
  512.  * up private chunks for output even though the library doesn't actually
  513.  * know about their semantics.
  514.  */
  515. typedef struct png_unknown_chunk_t
  516. {
  517.     png_byte name[5];
  518.     png_byte *data;
  519.     png_size_t size;
  520.     /* libpng-using applications should NOT directly modify this byte. */
  521.     png_byte location; /* mode of operation at read time */
  522. }
  523. png_unknown_chunk;
  524. typedef png_unknown_chunk FAR * png_unknown_chunkp;
  525. typedef png_unknown_chunk FAR * FAR * png_unknown_chunkpp;
  526. #endif
  527. /* png_info is a structure that holds the information in a PNG file so
  528.  * that the application can find out the characteristics of the image.
  529.  * If you are reading the file, this structure will tell you what is
  530.  * in the PNG file.  If you are writing the file, fill in the information
  531.  * you want to put into the PNG file, then call png_write_info().
  532.  * The names chosen should be very close to the PNG specification, so
  533.  * consult that document for information about the meaning of each field.
  534.  *
  535.  * With libpng < 0.95, it was only possible to directly set and read the
  536.  * the values in the png_info_struct, which meant that the contents and
  537.  * order of the values had to remain fixed.  With libpng 0.95 and later,
  538.  * however, there are now functions that abstract the contents of
  539.  * png_info_struct from the application, so this makes it easier to use
  540.  * libpng with dynamic libraries, and even makes it possible to use
  541.  * libraries that don't have all of the libpng ancillary chunk-handing
  542.  * functionality.
  543.  *
  544.  * In any case, the order of the parameters in png_info_struct should NOT
  545.  * be changed for as long as possible to keep compatibility with applications
  546.  * that use the old direct-access method with png_info_struct.
  547.  *
  548.  * The following members may have allocated storage attached that should be
  549.  * cleaned up before the structure is discarded: palette, trans, text,
  550.  * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
  551.  * splt_palettes, scal_unit, row_pointers, and unknowns.   By default, these
  552.  * are automatically freed when the info structure is deallocated, if they were
  553.  * allocated internally by libpng.  This behavior can be changed by means
  554.  * of the png_data_freer() function.
  555.  *
  556.  * More allocation details: all the chunk-reading functions that
  557.  * change these members go through the corresponding png_set_*
  558.  * functions.  A function to clear these members is available: see
  559.  * png_free_data().  The png_set_* functions do not depend on being
  560.  * able to point info structure members to any of the storage they are
  561.  * passed (they make their own copies), EXCEPT that the png_set_text
  562.  * functions use the same storage passed to them in the text_ptr or
  563.  * itxt_ptr structure argument, and the png_set_rows and png_set_unknowns
  564.  * functions do not make their own copies.
  565.  */
  566. typedef struct png_info_struct
  567. {
  568.    /* the following are necessary for every PNG file */
  569.    png_uint_32 width;       /* width of image in pixels (from IHDR) */
  570.    png_uint_32 height;      /* height of image in pixels (from IHDR) */
  571.    png_uint_32 valid;       /* valid chunk data (see PNG_INFO_ below) */
  572.    png_uint_32 rowbytes;    /* bytes needed to hold an untransformed row */
  573.    png_colorp palette;      /* array of color values (valid & PNG_INFO_PLTE) */
  574.    png_uint_16 num_palette; /* number of color entries in "palette" (PLTE) */
  575.    png_uint_16 num_trans;   /* number of transparent palette color (tRNS) */
  576.    png_byte bit_depth;      /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */
  577.    png_byte color_type;     /* see PNG_COLOR_TYPE_ below (from IHDR) */
  578.    /* The following three should have been named *_method not *_type */
  579.    png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */
  580.    png_byte filter_type;    /* must be PNG_FILTER_TYPE_BASE (from IHDR) */
  581.    png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
  582.    /* The following is informational only on read, and not used on writes. */
  583.    png_byte channels;       /* number of data channels per pixel (1, 2, 3, 4) */
  584.    png_byte pixel_depth;    /* number of bits per pixel */
  585.    png_byte spare_byte;     /* to align the data, and for future use */
  586.    png_byte signature[8];   /* magic bytes read by libpng from start of file */
  587.    /* The rest of the data is optional.  If you are reading, check the
  588.     * valid field to see if the information in these are valid.  If you
  589.     * are writing, set the valid field to those chunks you want written,
  590.     * and initialize the appropriate fields below.
  591.     */
  592. #if defined(PNG_gAMA_SUPPORTED) && defined(PNG_FLOATING_POINT_SUPPORTED)
  593.    /* The gAMA chunk describes the gamma characteristics of the system
  594.     * on which the image was created, normally in the range [1.0, 2.5].
  595.     * Data is valid if (valid & PNG_INFO_gAMA) is non-zero.
  596.     */
  597.    float gamma; /* gamma value of image, if (valid & PNG_INFO_gAMA) */
  598. #endif
  599. #if defined(PNG_sRGB_SUPPORTED)
  600.     /* GR-P, 0.96a */
  601.     /* Data valid if (valid & PNG_INFO_sRGB) non-zero. */
  602.    png_byte srgb_intent; /* sRGB rendering intent [0, 1, 2, or 3] */
  603. #endif
  604. #if defined(PNG_TEXT_SUPPORTED)
  605.    /* The tEXt, and zTXt chunks contain human-readable textual data in
  606.     * uncompressed, compressed, and optionally compressed forms, respectively.
  607.     * The data in "text" is an array of pointers to uncompressed,
  608.     * null-terminated C strings. Each chunk has a keyword that describes the
  609.     * textual data contained in that chunk.  Keywords are not required to be
  610.     * unique, and the text string may be empty.  Any number of text chunks may
  611.     * be in an image.
  612.     */
  613.    int num_text; /* number of comments read/to write */
  614.    int max_text; /* current size of text array */
  615.    png_textp text; /* array of comments read/to write */
  616. #endif /* PNG_TEXT_SUPPORTED */
  617. #if defined(PNG_tIME_SUPPORTED)
  618.    /* The tIME chunk holds the last time the displayed image data was
  619.     * modified.  See the png_time struct for the contents of this struct.
  620.     */
  621.    png_time mod_time;
  622. #endif
  623. #if defined(PNG_sBIT_SUPPORTED)
  624.    /* The sBIT chunk specifies the number of significant high-order bits
  625.     * in the pixel data.  Values are in the range [1, bit_depth], and are
  626.     * only specified for the channels in the pixel data.  The contents of
  627.     * the low-order bits is not specified.  Data is valid if
  628.     * (valid & PNG_INFO_sBIT) is non-zero.
  629.     */
  630.    png_color_8 sig_bit; /* significant bits in color channels */
  631. #endif
  632. #if defined(PNG_tRNS_SUPPORTED) || defined(PNG_READ_EXPAND_SUPPORTED) || 
  633. defined(PNG_READ_BACKGROUND_SUPPORTED)
  634.    /* The tRNS chunk supplies transparency data for paletted images and
  635.     * other image types that don't need a full alpha channel.  There are
  636.     * "num_trans" transparency values for a paletted image, stored in the
  637.     * same order as the palette colors, starting from index 0.  Values
  638.     * for the data are in the range [0, 255], ranging from fully transparent
  639.     * to fully opaque, respectively.  For non-paletted images, there is a
  640.     * single color specified that should be treated as fully transparent.
  641.     * Data is valid if (valid & PNG_INFO_tRNS) is non-zero.
  642.     */
  643.    png_bytep trans; /* transparent values for paletted image */
  644.    png_color_16 trans_values; /* transparent color for non-palette image */
  645. #endif
  646. #if defined(PNG_bKGD_SUPPORTED) || defined(PNG_READ_BACKGROUND_SUPPORTED)
  647.    /* The bKGD chunk gives the suggested image background color if the
  648.     * display program does not have its own background color and the image
  649.     * is needs to composited onto a background before display.  The colors
  650.     * in "background" are normally in the same color space/depth as the
  651.     * pixel data.  Data is valid if (valid & PNG_INFO_bKGD) is non-zero.
  652.     */
  653.    png_color_16 background;
  654. #endif
  655. #if defined(PNG_oFFs_SUPPORTED)
  656.    /* The oFFs chunk gives the offset in "offset_unit_type" units rightwards
  657.     * and downwards from the top-left corner of the display, page, or other
  658.     * application-specific co-ordinate space.  See the PNG_OFFSET_ defines
  659.     * below for the unit types.  Valid if (valid & PNG_INFO_oFFs) non-zero.
  660.     */
  661.    png_int_32 x_offset; /* x offset on page */
  662.    png_int_32 y_offset; /* y offset on page */
  663.    png_byte offset_unit_type; /* offset units type */
  664. #endif
  665. #if defined(PNG_pHYs_SUPPORTED)
  666.    /* The pHYs chunk gives the physical pixel density of the image for
  667.     * display or printing in "phys_unit_type" units (see PNG_RESOLUTION_
  668.     * defines below).  Data is valid if (valid & PNG_INFO_pHYs) is non-zero.
  669.     */
  670.    png_uint_32 x_pixels_per_unit; /* horizontal pixel density */
  671.    png_uint_32 y_pixels_per_unit; /* vertical pixel density */
  672.    png_byte phys_unit_type; /* resolution type (see PNG_RESOLUTION_ below) */
  673. #endif
  674. #if defined(PNG_hIST_SUPPORTED)
  675.    /* The hIST chunk contains the relative frequency or importance of the
  676.     * various palette entries, so that a viewer can intelligently select a
  677.     * reduced-color palette, if required.  Data is an array of "num_palette"
  678.     * values in the range [0,65535]. Data valid if (valid & PNG_INFO_hIST)
  679.     * is non-zero.
  680.     */
  681.    png_uint_16p hist;
  682. #endif
  683. #ifdef PNG_cHRM_SUPPORTED
  684.    /* The cHRM chunk describes the CIE color characteristics of the monitor
  685.     * on which the PNG was created.  This data allows the viewer to do gamut
  686.     * mapping of the input image to ensure that the viewer sees the same
  687.     * colors in the image as the creator.  Values are in the range
  688.     * [0.0, 0.8].  Data valid if (valid & PNG_INFO_cHRM) non-zero.
  689.     */
  690. #ifdef PNG_FLOATING_POINT_SUPPORTED
  691.    float x_white;
  692.    float y_white;
  693.    float x_red;
  694.    float y_red;
  695.    float x_green;
  696.    float y_green;
  697.    float x_blue;
  698.    float y_blue;
  699. #endif
  700. #endif
  701. #if defined(PNG_pCAL_SUPPORTED)
  702.    /* The pCAL chunk describes a transformation between the stored pixel
  703.     * values and original physical data values used to create the image.
  704.     * The integer range [0, 2^bit_depth - 1] maps to the floating-point
  705.     * range given by [pcal_X0, pcal_X1], and are further transformed by a
  706.     * (possibly non-linear) transformation function given by "pcal_type"
  707.     * and "pcal_params" into "pcal_units".  Please see the PNG_EQUATION_
  708.     * defines below, and the PNG-Group's PNG extensions document for a
  709.     * complete description of the transformations and how they should be
  710.     * implemented, and for a description of the ASCII parameter strings.
  711.     * Data values are valid if (valid & PNG_INFO_pCAL) non-zero.
  712.     */
  713.    png_charp pcal_purpose;  /* pCAL chunk description string */
  714.    png_int_32 pcal_X0;      /* minimum value */
  715.    png_int_32 pcal_X1;      /* maximum value */
  716.    png_charp pcal_units;    /* Latin-1 string giving physical units */
  717.    png_charpp pcal_params;  /* ASCII strings containing parameter values */
  718.    png_byte pcal_type;      /* equation type (see PNG_EQUATION_ below) */
  719.    png_byte pcal_nparams;   /* number of parameters given in pcal_params */
  720. #endif
  721. /* New members added in libpng-1.0.6 */
  722. #ifdef PNG_FREE_ME_SUPPORTED
  723.    png_uint_32 free_me;     /* flags items libpng is responsible for freeing */
  724. #endif
  725. #if defined(PNG_UNKNOWN_CHUNKS_SUPPORTED)
  726.    /* storage for unknown chunks that the library doesn't recognize. */
  727.    png_unknown_chunkp unknown_chunks;
  728.    png_size_t unknown_chunks_num;
  729. #endif
  730. #if defined(PNG_iCCP_SUPPORTED)
  731.    /* iCCP chunk data. */
  732.    png_charp iccp_name;     /* profile name */
  733.    png_charp iccp_profile;  /* International Color Consortium profile data */
  734.                             /* Note to maintainer: should be png_bytep */
  735.    png_uint_32 iccp_proflen;  /* ICC profile data length */
  736.    png_byte iccp_compression; /* Always zero */
  737. #endif
  738. #if defined(PNG_sPLT_SUPPORTED)
  739.    /* data on sPLT chunks (there may be more than one). */
  740.    png_sPLT_tp splt_palettes;
  741.    png_uint_32 splt_palettes_num;
  742. #endif
  743. #if defined(PNG_sCAL_SUPPORTED)
  744.    /* The sCAL chunk describes the actual physical dimensions of the
  745.     * subject matter of the graphic.  The chunk contains a unit specification
  746.     * a byte value, and two ASCII strings representing floating-point
  747.     * values.  The values are width and height corresponsing to one pixel
  748.     * in the image.  This external representation is converted to double
  749.     * here.  Data values are valid if (valid & PNG_INFO_sCAL) is non-zero.
  750.     */
  751.    png_byte scal_unit;         /* unit of physical scale */
  752. #ifdef PNG_FLOATING_POINT_SUPPORTED
  753.    double scal_pixel_width;    /* width of one pixel */
  754.    double scal_pixel_height;   /* height of one pixel */
  755. #endif
  756. #ifdef PNG_FIXED_POINT_SUPPORTED
  757.    png_charp scal_s_width;     /* string containing height */
  758.    png_charp scal_s_height;    /* string containing width */
  759. #endif
  760. #endif
  761. #if defined(PNG_INFO_IMAGE_SUPPORTED)
  762.    /* Memory has been allocated if (valid & PNG_ALLOCATED_INFO_ROWS) non-zero */
  763.    /* Data valid if (valid & PNG_INFO_IDAT) non-zero */
  764.    png_bytepp row_pointers;        /* the image bits */
  765. #endif
  766. #if defined(PNG_FIXED_POINT_SUPPORTED) && defined(PNG_gAMA_SUPPORTED)
  767.    png_fixed_point int_gamma; /* gamma of image, if (valid & PNG_INFO_gAMA) */
  768. #endif
  769. #if defined(PNG_cHRM_SUPPORTED) && defined(PNG_FIXED_POINT_SUPPORTED)
  770.    png_fixed_point int_x_white;
  771.    png_fixed_point int_y_white;
  772.    png_fixed_point int_x_red;
  773.    png_fixed_point int_y_red;
  774.    png_fixed_point int_x_green;
  775.    png_fixed_point int_y_green;
  776.    png_fixed_point int_x_blue;
  777.    png_fixed_point int_y_blue;
  778. #endif
  779. } png_info;
  780. typedef png_info FAR * png_infop;
  781. typedef png_info FAR * FAR * png_infopp;
  782. /* Maximum positive integer used in PNG is (2^31)-1 */
  783. #define PNG_MAX_UINT ((png_uint_32)0x7fffffffL)
  784. /* These describe the color_type field in png_info. */
  785. /* color type masks */
  786. #define PNG_COLOR_MASK_PALETTE    1
  787. #define PNG_COLOR_MASK_COLOR      2
  788. #define PNG_COLOR_MASK_ALPHA      4
  789. /* color types.  Note that not all combinations are legal */
  790. #define PNG_COLOR_TYPE_GRAY 0
  791. #define PNG_COLOR_TYPE_PALETTE  (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)
  792. #define PNG_COLOR_TYPE_RGB        (PNG_COLOR_MASK_COLOR)
  793. #define PNG_COLOR_TYPE_RGB_ALPHA  (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
  794. #define PNG_COLOR_TYPE_GRAY_ALPHA (PNG_COLOR_MASK_ALPHA)
  795. /* aliases */
  796. #define PNG_COLOR_TYPE_RGBA  PNG_COLOR_TYPE_RGB_ALPHA
  797. #define PNG_COLOR_TYPE_GA  PNG_COLOR_TYPE_GRAY_ALPHA
  798. /* This is for compression type. PNG 1.0-1.2 only define the single type. */
  799. #define PNG_COMPRESSION_TYPE_BASE 0 /* Deflate method 8, 32K window */
  800. #define PNG_COMPRESSION_TYPE_DEFAULT PNG_COMPRESSION_TYPE_BASE
  801. /* This is for filter type. PNG 1.0-1.2 only define the single type. */
  802. #define PNG_FILTER_TYPE_BASE      0 /* Single row per-byte filtering */
  803. #define PNG_INTRAPIXEL_DIFFERENCING 64 /* Used only in MNG datastreams */
  804. #define PNG_FILTER_TYPE_DEFAULT   PNG_FILTER_TYPE_BASE
  805. /* These are for the interlacing type.  These values should NOT be changed. */
  806. #define PNG_INTERLACE_NONE        0 /* Non-interlaced image */
  807. #define PNG_INTERLACE_ADAM7       1 /* Adam7 interlacing */
  808. #define PNG_INTERLACE_LAST        2 /* Not a valid value */
  809. /* These are for the oFFs chunk.  These values should NOT be changed. */
  810. #define PNG_OFFSET_PIXEL          0 /* Offset in pixels */
  811. #define PNG_OFFSET_MICROMETER     1 /* Offset in micrometers (1/10^6 meter) */
  812. #define PNG_OFFSET_LAST           2 /* Not a valid value */
  813. /* These are for the pCAL chunk.  These values should NOT be changed. */
  814. #define PNG_EQUATION_LINEAR       0 /* Linear transformation */
  815. #define PNG_EQUATION_BASE_E       1 /* Exponential base e transform */
  816. #define PNG_EQUATION_ARBITRARY    2 /* Arbitrary base exponential transform */
  817. #define PNG_EQUATION_HYPERBOLIC   3 /* Hyperbolic sine transformation */
  818. #define PNG_EQUATION_LAST         4 /* Not a valid value */
  819. /* These are for the sCAL chunk.  These values should NOT be changed. */
  820. #define PNG_SCALE_UNKNOWN         0 /* unknown unit (image scale) */
  821. #define PNG_SCALE_METER           1 /* meters per pixel */
  822. #define PNG_SCALE_RADIAN          2 /* radians per pixel */
  823. #define PNG_SCALE_LAST            3 /* Not a valid value */
  824. /* These are for the pHYs chunk.  These values should NOT be changed. */
  825. #define PNG_RESOLUTION_UNKNOWN    0 /* pixels/unknown unit (aspect ratio) */
  826. #define PNG_RESOLUTION_METER      1 /* pixels/meter */
  827. #define PNG_RESOLUTION_LAST       2 /* Not a valid value */
  828. /* These are for the sRGB chunk.  These values should NOT be changed. */
  829. #define PNG_sRGB_INTENT_PERCEPTUAL 0
  830. #define PNG_sRGB_INTENT_RELATIVE   1
  831. #define PNG_sRGB_INTENT_SATURATION 2
  832. #define PNG_sRGB_INTENT_ABSOLUTE   3
  833. #define PNG_sRGB_INTENT_LAST       4 /* Not a valid value */
  834. /* This is for text chunks */
  835. #define PNG_KEYWORD_MAX_LENGTH     79
  836. /* Maximum number of entries in PLTE/sPLT/tRNS arrays */
  837. #define PNG_MAX_PALETTE_LENGTH    256
  838. /* These determine if an ancillary chunk's data has been successfully read
  839.  * from the PNG header, or if the application has filled in the corresponding
  840.  * data in the info_struct to be written into the output file.  The values
  841.  * of the PNG_INFO_<chunk> defines should NOT be changed.
  842.  */
  843. #define PNG_INFO_gAMA 0x0001
  844. #define PNG_INFO_sBIT 0x0002
  845. #define PNG_INFO_cHRM 0x0004
  846. #define PNG_INFO_PLTE 0x0008
  847. #define PNG_INFO_tRNS 0x0010
  848. #define PNG_INFO_bKGD 0x0020
  849. #define PNG_INFO_hIST 0x0040
  850. #define PNG_INFO_pHYs 0x0080
  851. #define PNG_INFO_oFFs 0x0100
  852. #define PNG_INFO_tIME 0x0200
  853. #define PNG_INFO_pCAL 0x0400
  854. #define PNG_INFO_sRGB 0x0800   /* GR-P, 0.96a */
  855. #define PNG_INFO_iCCP 0x1000   /* ESR, 1.0.6 */
  856. #define PNG_INFO_sPLT 0x2000   /* ESR, 1.0.6 */
  857. #define PNG_INFO_sCAL 0x4000   /* ESR, 1.0.6 */
  858. #define PNG_INFO_IDAT 0x8000L  /* ESR, 1.0.6 */
  859. /* This is used for the transformation routines, as some of them
  860.  * change these values for the row.  It also should enable using
  861.  * the routines for other purposes.
  862.  */
  863. typedef struct png_row_info_struct
  864. {
  865.    png_uint_32 width; /* width of row */
  866.    png_uint_32 rowbytes; /* number of bytes in row */
  867.    png_byte color_type; /* color type of row */
  868.    png_byte bit_depth; /* bit depth of row */
  869.    png_byte channels; /* number of channels (1, 2, 3, or 4) */
  870.    png_byte pixel_depth; /* bits per pixel (depth * channels) */
  871. } png_row_info;
  872. typedef png_row_info FAR * png_row_infop;
  873. typedef png_row_info FAR * FAR * png_row_infopp;
  874. /* These are the function types for the I/O functions and for the functions
  875.  * that allow the user to override the default I/O functions with his or her
  876.  * own.  The png_error_ptr type should match that of user-supplied warning
  877.  * and error functions, while the png_rw_ptr type should match that of the
  878.  * user read/write data functions.
  879.  */
  880. typedef struct png_struct_def png_struct;
  881. typedef png_struct FAR * png_structp;
  882. typedef void (PNGAPI *png_error_ptr) PNGARG((png_structp, png_const_charp));
  883. typedef void (PNGAPI *png_rw_ptr) PNGARG((png_structp, png_bytep, png_size_t));
  884. typedef void (PNGAPI *png_flush_ptr) PNGARG((png_structp));
  885. typedef void (PNGAPI *png_read_status_ptr) PNGARG((png_structp, png_uint_32,
  886.    int));
  887. typedef void (PNGAPI *png_write_status_ptr) PNGARG((png_structp, png_uint_32,
  888.    int));
  889. #ifdef PNG_PROGRESSIVE_READ_SUPPORTED
  890. typedef void (PNGAPI *png_progressive_info_ptr) PNGARG((png_structp, png_infop));
  891. typedef void (PNGAPI *png_progressive_end_ptr) PNGARG((png_structp, png_infop));
  892. typedef void (PNGAPI *png_progressive_row_ptr) PNGARG((png_structp, png_bytep,
  893.    png_uint_32, int));
  894. #endif
  895. #if defined(PNG_READ_USER_TRANSFORM_SUPPORTED) || 
  896.     defined(PNG_WRITE_USER_TRANSFORM_SUPPORTED) || 
  897.     defined(PNG_LEGACY_SUPPORTED)
  898. typedef void (PNGAPI *png_user_transform_ptr) PNGARG((png_structp,
  899.     png_row_infop, png_bytep));
  900. #endif
  901. #if defined(PNG_USER_CHUNKS_SUPPORTED)
  902. typedef int (PNGAPI *png_user_chunk_ptr) PNGARG((png_structp, png_unknown_chunkp));
  903. #endif
  904. #if defined(PNG_UNKNOWN_CHUNKS_SUPPORTED)
  905. typedef void (PNGAPI *png_unknown_chunk_ptr) PNGARG((png_structp));
  906. #endif
  907. /* Transform masks for the high-level interface */
  908. #define PNG_TRANSFORM_IDENTITY       0x0000    /* read and write */
  909. #define PNG_TRANSFORM_STRIP_16       0x0001    /* read only */
  910. #define PNG_TRANSFORM_STRIP_ALPHA    0x0002    /* read only */
  911. #define PNG_TRANSFORM_PACKING        0x0004    /* read and write */
  912. #define PNG_TRANSFORM_PACKSWAP       0x0008    /* read and write */
  913. #define PNG_TRANSFORM_EXPAND         0x0010    /* read only */
  914. #define PNG_TRANSFORM_INVERT_MONO    0x0020    /* read and write */
  915. #define PNG_TRANSFORM_SHIFT          0x0040    /* read and write */
  916. #define PNG_TRANSFORM_BGR            0x0080    /* read and write */
  917. #define PNG_TRANSFORM_SWAP_ALPHA     0x0100    /* read and write */
  918. #define PNG_TRANSFORM_SWAP_ENDIAN    0x0200    /* read and write */
  919. #define PNG_TRANSFORM_INVERT_ALPHA   0x0400    /* read and write */
  920. #define PNG_TRANSFORM_STRIP_FILLER   0x0800    /* WRITE only */
  921. /* Flags for MNG supported features */
  922. #define PNG_FLAG_MNG_EMPTY_PLTE     0x01
  923. #define PNG_FLAG_MNG_FILTER_64      0x04
  924. #define PNG_ALL_MNG_FEATURES        0x05
  925. typedef png_voidp (*png_malloc_ptr) PNGARG((png_structp, png_size_t));
  926. typedef void (*png_free_ptr) PNGARG((png_structp, png_voidp));
  927. /* The structure that holds the information to read and write PNG files.
  928.  * The only people who need to care about what is inside of this are the
  929.  * people who will be modifying the library for their own special needs.
  930.  * It should NOT be accessed directly by an application, except to store
  931.  * the jmp_buf.
  932.  */
  933. struct png_struct_def
  934. {
  935. #ifdef PNG_SETJMP_SUPPORTED
  936.    jmp_buf jmpbuf;            /* used in png_error */
  937. #endif
  938.    png_error_ptr error_fn;    /* function for printing errors and aborting */
  939.    png_error_ptr warning_fn;  /* function for printing warnings */
  940.    png_voidp error_ptr;       /* user supplied struct for error functions */
  941.    png_rw_ptr write_data_fn;  /* function for writing output data */
  942.    png_rw_ptr read_data_fn;   /* function for reading input data */
  943.    png_voidp io_ptr;          /* ptr to application struct for I/O functions */
  944. #if defined(PNG_READ_USER_TRANSFORM_SUPPORTED)
  945.    png_user_transform_ptr read_user_transform_fn; /* user read transform */
  946. #endif
  947. #if defined(PNG_WRITE_USER_TRANSFORM_SUPPORTED)
  948.    png_user_transform_ptr write_user_transform_fn; /* user write transform */
  949. #endif
  950. /* These were added in libpng-1.0.2 */
  951. #if defined(PNG_USER_TRANSFORM_PTR_SUPPORTED)
  952. #if defined(PNG_READ_USER_TRANSFORM_SUPPORTED) || 
  953.     defined(PNG_WRITE_USER_TRANSFORM_SUPPORTED)
  954.    png_voidp user_transform_ptr; /* user supplied struct for user transform */
  955.    png_byte user_transform_depth;    /* bit depth of user transformed pixels */
  956.    png_byte user_transform_channels; /* channels in user transformed pixels */
  957. #endif
  958. #endif
  959.    png_uint_32 mode;          /* tells us where we are in the PNG file */
  960.    png_uint_32 flags;         /* flags indicating various things to libpng */
  961.    png_uint_32 transformations; /* which transformations to perform */
  962.    z_stream zstream;          /* pointer to decompression structure (below) */
  963.    png_bytep zbuf;            /* buffer for zlib */
  964.    png_size_t zbuf_size;      /* size of zbuf */
  965.    int zlib_level;            /* holds zlib compression level */
  966.    int zlib_method;           /* holds zlib compression method */
  967.    int zlib_window_bits;      /* holds zlib compression window bits */
  968.    int zlib_mem_level;        /* holds zlib compression memory level */
  969.    int zlib_strategy;         /* holds zlib compression strategy */
  970.    png_uint_32 width;         /* width of image in pixels */
  971.    png_uint_32 height;        /* height of image in pixels */
  972.    png_uint_32 num_rows;      /* number of rows in current pass */
  973.    png_uint_32 usr_width;     /* width of row at start of write */
  974.    png_uint_32 rowbytes;      /* size of row in bytes */
  975.    png_uint_32 irowbytes;     /* size of current interlaced row in bytes */
  976.    png_uint_32 iwidth;        /* width of current interlaced row in pixels */
  977.    png_uint_32 row_number;    /* current row in interlace pass */
  978.    png_bytep prev_row;        /* buffer to save previous (unfiltered) row */
  979.    png_bytep row_buf;         /* buffer to save current (unfiltered) row */
  980.    png_bytep sub_row;         /* buffer to save "sub" row when filtering */
  981.    png_bytep up_row;          /* buffer to save "up" row when filtering */
  982.    png_bytep avg_row;         /* buffer to save "avg" row when filtering */
  983.    png_bytep paeth_row;       /* buffer to save "Paeth" row when filtering */
  984.    png_row_info row_info;     /* used for transformation routines */
  985.    png_uint_32 idat_size;     /* current IDAT size for read */
  986.    png_uint_32 crc;           /* current chunk CRC value */
  987.    png_colorp palette;        /* palette from the input file */
  988.    png_uint_16 num_palette;   /* number of color entries in palette */
  989.    png_uint_16 num_trans;     /* number of transparency values */
  990.    png_byte chunk_name[5];    /* null-terminated name of current chunk */
  991.    png_byte compression;      /* file compression type (always 0) */
  992.    png_byte filter;           /* file filter type (always 0) */
  993.    png_byte interlaced;       /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
  994.    png_byte pass;             /* current interlace pass (0 - 6) */
  995.    png_byte do_filter;        /* row filter flags (see PNG_FILTER_ below ) */
  996.    png_byte color_type;       /* color type of file */
  997.    png_byte bit_depth;        /* bit depth of file */
  998.    png_byte usr_bit_depth;    /* bit depth of users row */
  999.    png_byte pixel_depth;      /* number of bits per pixel */
  1000.    png_byte channels;         /* number of channels in file */
  1001.    png_byte usr_channels;     /* channels at start of write */
  1002.    png_byte sig_bytes;        /* magic bytes read/written from start of file */
  1003. #if defined(PNG_READ_FILLER_SUPPORTED) || defined(PNG_WRITE_FILLER_SUPPORTED)
  1004. #ifdef PNG_LEGACY_SUPPORTED
  1005.    png_byte filler;           /* filler byte for pixel expansion */
  1006. #else
  1007.    png_uint_16 filler;           /* filler bytes for pixel expansion */
  1008. #endif
  1009. #endif
  1010. #if defined(PNG_bKGD_SUPPORTED)
  1011.    png_byte background_gamma_type;
  1012. #  ifdef PNG_FLOATING_POINT_SUPPORTED
  1013.    float background_gamma;
  1014. #  endif
  1015.    png_color_16 background;   /* background color in screen gamma space */
  1016. #if defined(PNG_READ_GAMMA_SUPPORTED)
  1017.    png_color_16 background_1; /* background normalized to gamma 1.0 */
  1018. #endif
  1019. #endif /* PNG_bKGD_SUPPORTED */
  1020. #if defined(PNG_WRITE_FLUSH_SUPPORTED)
  1021.    png_flush_ptr output_flush_fn;/* Function for flushing output */
  1022.    png_uint_32 flush_dist;    /* how many rows apart to flush, 0 - no flush */
  1023.    png_uint_32 flush_rows;    /* number of rows written since last flush */
  1024. #endif
  1025. #if defined(PNG_READ_GAMMA_SUPPORTED) || defined(PNG_READ_BACKGROUND_SUPPORTED)
  1026.    int gamma_shift;      /* number of "insignificant" bits 16-bit gamma */
  1027. #ifdef PNG_FLOATING_POINT_SUPPORTED
  1028.    float gamma;          /* file gamma value */
  1029.    float screen_gamma;   /* screen gamma value (display_exponent) */
  1030. #endif
  1031. #endif
  1032. #if defined(PNG_READ_GAMMA_SUPPORTED) || defined(PNG_READ_BACKGROUND_SUPPORTED)
  1033.    png_bytep gamma_table;     /* gamma table for 8-bit depth files */
  1034.    png_bytep gamma_from_1;    /* converts from 1.0 to screen */
  1035.    png_bytep gamma_to_1;      /* converts from file to 1.0 */
  1036.    png_uint_16pp gamma_16_table; /* gamma table for 16-bit depth files */
  1037.    png_uint_16pp gamma_16_from_1; /* converts from 1.0 to screen */
  1038.    png_uint_16pp gamma_16_to_1; /* converts from file to 1.0 */
  1039. #endif
  1040. #if defined(PNG_READ_GAMMA_SUPPORTED) || defined(PNG_sBIT_SUPPORTED)
  1041.    png_color_8 sig_bit;       /* significant bits in each available channel */
  1042. #endif
  1043. #if defined(PNG_READ_SHIFT_SUPPORTED) || defined(PNG_WRITE_SHIFT_SUPPORTED)
  1044.    png_color_8 shift;         /* shift for significant bit tranformation */
  1045. #endif
  1046. #if defined(PNG_tRNS_SUPPORTED) || defined(PNG_READ_BACKGROUND_SUPPORTED) 
  1047.  || defined(PNG_READ_EXPAND_SUPPORTED) || defined(PNG_READ_BACKGROUND_SUPPORTED)
  1048.    png_bytep trans;           /* transparency values for paletted files */
  1049.    png_color_16 trans_values; /* transparency values for non-paletted files */
  1050. #endif
  1051.    png_read_status_ptr read_row_fn;   /* called after each row is decoded */
  1052.    png_write_status_ptr write_row_fn; /* called after each row is encoded */
  1053. #ifdef PNG_PROGRESSIVE_READ_SUPPORTED
  1054.    png_progressive_info_ptr info_fn; /* called after header data fully read */
  1055.    png_progressive_row_ptr row_fn;   /* called after each prog. row is decoded */
  1056.    png_progressive_end_ptr end_fn;   /* called after image is complete */
  1057.    png_bytep save_buffer_ptr;        /* current location in save_buffer */
  1058.    png_bytep save_buffer;            /* buffer for previously read data */
  1059.    png_bytep current_buffer_ptr;     /* current location in current_buffer */
  1060.    png_bytep current_buffer;         /* buffer for recently used data */
  1061.    png_uint_32 push_length;          /* size of current input chunk */
  1062.    png_uint_32 skip_length;          /* bytes to skip in input data */
  1063.    png_size_t save_buffer_size;      /* amount of data now in save_buffer */
  1064.    png_size_t save_buffer_max;       /* total size of save_buffer */
  1065.    png_size_t buffer_size;           /* total amount of available input data */
  1066.    png_size_t current_buffer_size;   /* amount of data now in current_buffer */
  1067.    int process_mode;                 /* what push library is currently doing */
  1068.    int cur_palette;                  /* current push library palette index */
  1069. #  if defined(PNG_TEXT_SUPPORTED)
  1070.      png_size_t current_text_size;   /* current size of text input data */
  1071.      png_size_t current_text_left;   /* how much text left to read in input */
  1072.      png_charp current_text;         /* current text chunk buffer */
  1073.      png_charp current_text_ptr;     /* current location in current_text */
  1074. #  endif /* PNG_PROGRESSIVE_READ_SUPPORTED && PNG_TEXT_SUPPORTED */
  1075. #endif /* PNG_PROGRESSIVE_READ_SUPPORTED */
  1076. #if defined(__TURBOC__) && !defined(_Windows) && !defined(__FLAT__)
  1077. /* for the Borland special 64K segment handler */
  1078.    png_bytepp offset_table_ptr;
  1079.    png_bytep offset_table;
  1080.    png_uint_16 offset_table_number;
  1081.    png_uint_16 offset_table_count;
  1082.    png_uint_16 offset_table_count_free;
  1083. #endif
  1084. #if defined(PNG_READ_DITHER_SUPPORTED)
  1085.    png_bytep palette_lookup;         /* lookup table for dithering */
  1086.    png_bytep dither_index;           /* index translation for palette files */
  1087. #endif
  1088. #if defined(PNG_READ_DITHER_SUPPORTED) || defined(PNG_hIST_SUPPORTED)
  1089.    png_uint_16p hist;                /* histogram */
  1090. #endif
  1091. #if defined(PNG_WRITE_WEIGHTED_FILTER_SUPPORTED)
  1092.    png_byte heuristic_method;        /* heuristic for row filter selection */
  1093.    png_byte num_prev_filters;        /* number of weights for previous rows */
  1094.    png_bytep prev_filters;           /* filter type(s) of previous row(s) */
  1095.    png_uint_16p filter_weights;      /* weight(s) for previous line(s) */
  1096.    png_uint_16p inv_filter_weights;  /* 1/weight(s) for previous line(s) */
  1097.    png_uint_16p filter_costs;        /* relative filter calculation cost */
  1098.    png_uint_16p inv_filter_costs;    /* 1/relative filter calculation cost */
  1099. #endif
  1100. #if defined(PNG_TIME_RFC1123_SUPPORTED)
  1101.    png_charp time_buffer;            /* String to hold RFC 1123 time text */
  1102. #endif
  1103. /* New members added in libpng-1.0.6 */
  1104. #ifdef PNG_FREE_ME_SUPPORTED
  1105.    png_uint_32 free_me;       /* flags items libpng is responsible for freeing */
  1106. #endif
  1107. #if defined(PNG_USER_CHUNKS_SUPPORTED)
  1108.    png_voidp user_chunk_ptr;
  1109.    png_user_chunk_ptr read_user_chunk_fn; /* user read chunk handler */
  1110. #endif
  1111. #if defined(PNG_UNKNOWN_CHUNKS_SUPPORTED)
  1112.    int num_chunk_list;
  1113.    png_bytep chunk_list;
  1114. #endif
  1115. /* New members added in libpng-1.0.3 */
  1116. #if defined(PNG_READ_RGB_TO_GRAY_SUPPORTED)
  1117.    png_byte rgb_to_gray_status;
  1118.    /* These were changed from png_byte in libpng-1.0.6 */
  1119.    png_uint_16 rgb_to_gray_red_coeff;
  1120.    png_uint_16 rgb_to_gray_green_coeff;
  1121.    png_uint_16 rgb_to_gray_blue_coeff;
  1122. #endif
  1123. /* New member added in libpng-1.0.4 (renamed in 1.0.9) */
  1124. #if defined(PNG_MNG_FEATURES_SUPPORTED) || 
  1125.     defined(PNG_READ_EMPTY_PLTE_SUPPORTED) || 
  1126.     defined(PNG_WRITE_EMPTY_PLTE_SUPPORTED)
  1127. /* changed from png_byte to png_uint_32 at version 1.2.0 */
  1128. #ifdef PNG_1_0_X
  1129.    png_byte mng_features_permitted;
  1130. #else
  1131.    png_uint_32 mng_features_permitted;
  1132. #endif /* PNG_1_0_X */
  1133. #endif
  1134. /* New member added in libpng-1.0.7 */
  1135. #if defined(PNG_READ_GAMMA_SUPPORTED) || defined(PNG_READ_BACKGROUND_SUPPORTED)
  1136.    png_fixed_point int_gamma;
  1137. #endif
  1138. /* New member added in libpng-1.0.9, ifdef'ed out in 1.0.12, enabled in 1.2.0 */
  1139. #if defined(PNG_MNG_FEATURES_SUPPORTED)
  1140.    png_byte filter_type;
  1141. #endif
  1142. #if defined(PNG_1_0_X) || (defined(PNG_DEBUG) && defined(PNG_USE_PNGGCCRD))
  1143. /* New member added in libpng-1.0.10, ifdef'ed out in 1.2.0 */
  1144.    png_uint_32 row_buf_size;
  1145. #endif
  1146. /* New members added in libpng-1.2.0 */
  1147. #if !defined(PNG_1_0_X) && defined(PNG_ASSEMBLER_CODE_SUPPORTED)
  1148.    png_byte     mmx_bitdepth_threshold;
  1149.    png_uint_32  mmx_rowbytes_threshold;
  1150.    png_uint_32  asm_flags;
  1151. #endif
  1152. /* New members added in libpng-1.0.2 but first enabled by default in 1.2.0 */
  1153. #ifdef PNG_USER_MEM_SUPPORTED
  1154.    png_voidp mem_ptr;                /* user supplied struct for mem functions */
  1155.    png_malloc_ptr malloc_fn;         /* function for allocating memory */
  1156.    png_free_ptr free_fn;             /* function for freeing memory */
  1157. #endif
  1158. /* New member added in libpng-1.0.13 and 1.2.0 */
  1159.    png_bytep big_row_buf;         /* buffer to save current (unfiltered) row */
  1160. #if defined(PNG_READ_DITHER_SUPPORTED)
  1161. /* The following three members were added at version 1.0.14 and 1.2.4 */
  1162.    png_bytep dither_sort;            /* working sort array */
  1163.    png_bytep index_to_palette;       /* where the original index currently is */
  1164.                                      /* in the palette */
  1165.    png_bytep palette_to_index;       /* which original index points to this */
  1166.                                      /* palette color */
  1167. #endif
  1168. };
  1169. /* This prevents a compiler error in png.c if png.c and png.h are both at
  1170.    version 1.2.5rc3
  1171.  */
  1172. typedef png_structp version_1_2_5rc3;
  1173. typedef png_struct FAR * FAR * png_structpp;
  1174. /* Here are the function definitions most commonly used.  This is not
  1175.  * the place to find out how to use libpng.  See libpng.txt for the
  1176.  * full explanation, see example.c for the summary.  This just provides
  1177.  * a simple one line description of the use of each function.
  1178.  */
  1179. /* Returns the version number of the library */
  1180. extern PNG_EXPORT(png_uint_32,png_access_version_number) PNGARG((void));
  1181. /* Tell lib we have already handled the first <num_bytes> magic bytes.
  1182.  * Handling more than 8 bytes from the beginning of the file is an error.
  1183.  */
  1184. extern PNG_EXPORT(void,png_set_sig_bytes) PNGARG((png_structp png_ptr,
  1185.    int num_bytes));
  1186. /* Check sig[start] through sig[start + num_to_check - 1] to see if it's a
  1187.  * PNG file.  Returns zero if the supplied bytes match the 8-byte PNG
  1188.  * signature, and non-zero otherwise.  Having num_to_check == 0 or
  1189.  * start > 7 will always fail (ie return non-zero).
  1190.  */
  1191. extern PNG_EXPORT(int,png_sig_cmp) PNGARG((png_bytep sig, png_size_t start,
  1192.    png_size_t num_to_check));
  1193. /* Simple signature checking function.  This is the same as calling
  1194.  * png_check_sig(sig, n) := !png_sig_cmp(sig, 0, n).
  1195.  */
  1196. extern PNG_EXPORT(int,png_check_sig) PNGARG((png_bytep sig, int num));
  1197. /* Allocate and initialize png_ptr struct for reading, and any other memory. */
  1198. extern PNG_EXPORT(png_structp,png_create_read_struct)
  1199.    PNGARG((png_const_charp user_png_ver, png_voidp error_ptr,
  1200.    png_error_ptr error_fn, png_error_ptr warn_fn));
  1201. /* Allocate and initialize png_ptr struct for writing, and any other memory */
  1202. extern PNG_EXPORT(png_structp,png_create_write_struct)
  1203.    PNGARG((png_const_charp user_png_ver, png_voidp error_ptr,
  1204.    png_error_ptr error_fn, png_error_ptr warn_fn));
  1205. extern PNG_EXPORT(png_uint_32,png_get_compression_buffer_size)
  1206.    PNGARG((png_structp png_ptr));
  1207. extern PNG_EXPORT(void,png_set_compression_buffer_size)
  1208.    PNGARG((png_structp png_ptr, png_uint_32 size));
  1209. /* Reset the compression stream */
  1210. extern PNG_EXPORT(int,png_reset_zstream) PNGARG((png_structp png_ptr));
  1211. /* New functions added in libpng-1.0.2 (not enabled by default until 1.2.0) */
  1212. #ifdef PNG_USER_MEM_SUPPORTED
  1213. extern PNG_EXPORT(png_structp,png_create_read_struct_2)
  1214.    PNGARG((png_const_charp user_png_ver, png_voidp error_ptr,
  1215.    png_error_ptr error_fn, png_error_ptr warn_fn, png_voidp mem_ptr,
  1216.    png_malloc_ptr malloc_fn, png_free_ptr free_fn));
  1217. extern PNG_EXPORT(png_structp,png_create_write_struct_2)
  1218.    PNGARG((png_const_charp user_png_ver, png_voidp error_ptr,
  1219.    png_error_ptr error_fn, png_error_ptr warn_fn, png_voidp mem_ptr,
  1220.    png_malloc_ptr malloc_fn, png_free_ptr free_fn));
  1221. #endif
  1222. /* Write a PNG chunk - size, type, (optional) data, CRC. */
  1223. extern PNG_EXPORT(void,png_write_chunk) PNGARG((png_structp png_ptr,
  1224.    png_bytep chunk_name, png_bytep data, png_size_t length));
  1225. /* Write the start of a PNG chunk - length and chunk name. */
  1226. extern PNG_EXPORT(void,png_write_chunk_start) PNGARG((png_structp png_ptr,
  1227.    png_bytep chunk_name, png_uint_32 length));
  1228. /* Write the data of a PNG chunk started with png_write_chunk_start(). */
  1229. extern PNG_EXPORT(void,png_write_chunk_data) PNGARG((png_structp png_ptr,
  1230.    png_bytep data, png_size_t length));
  1231. /* Finish a chunk started with png_write_chunk_start() (includes CRC). */
  1232. extern PNG_EXPORT(void,png_write_chunk_end) PNGARG((png_structp png_ptr));
  1233. /* Allocate and initialize the info structure */
  1234. extern PNG_EXPORT(png_infop,png_create_info_struct)
  1235.    PNGARG((png_structp png_ptr));
  1236. /* Initialize the info structure (old interface - DEPRECATED) */
  1237. extern PNG_EXPORT(void,png_info_init) PNGARG((png_infop info_ptr));
  1238. #undef png_info_init
  1239. #define png_info_init(info_ptr) png_info_init_3(&info_ptr, sizeof(png_info));
  1240. extern PNG_EXPORT(void,png_info_init_3) PNGARG((png_infopp info_ptr,
  1241.     png_size_t png_info_struct_size));
  1242. /* Writes all the PNG information before the image. */
  1243. extern PNG_EXPORT(void,png_write_info_before_PLTE) PNGARG((png_structp png_ptr,
  1244.    png_infop info_ptr));
  1245. extern PNG_EXPORT(void,png_write_info) PNGARG((png_structp png_ptr,
  1246.    png_infop info_ptr));
  1247. /* read the information before the actual image data. */
  1248. extern PNG_EXPORT(void,png_read_info) PNGARG((png_structp png_ptr,
  1249.    png_infop info_ptr));
  1250. #if defined(PNG_TIME_RFC1123_SUPPORTED)
  1251. extern PNG_EXPORT(png_charp,png_convert_to_rfc1123)
  1252.    PNGARG((png_structp png_ptr, png_timep ptime));
  1253. #endif
  1254. #if !defined(_WIN32_WCE)
  1255. /* "time.h" functions are not supported on WindowsCE */
  1256. #if defined(PNG_WRITE_tIME_SUPPORTED)
  1257. /* convert from a struct tm to png_time */
  1258. extern PNG_EXPORT(void,png_convert_from_struct_tm) PNGARG((png_timep ptime,
  1259.    struct tm FAR * ttime));
  1260. /* convert from time_t to png_time.  Uses gmtime() */
  1261. extern PNG_EXPORT(void,png_convert_from_time_t) PNGARG((png_timep ptime,
  1262.    time_t ttime));
  1263. #endif /* PNG_WRITE_tIME_SUPPORTED */
  1264. #endif /* _WIN32_WCE */
  1265. #if defined(PNG_READ_EXPAND_SUPPORTED)
  1266. /* Expand data to 24-bit RGB, or 8-bit grayscale, with alpha if available. */
  1267. extern PNG_EXPORT(void,png_set_expand) PNGARG((png_structp png_ptr));
  1268. extern PNG_EXPORT(void,png_set_gray_1_2_4_to_8) PNGARG((png_structp png_ptr));
  1269. extern PNG_EXPORT(void,png_set_palette_to_rgb) PNGARG((png_structp png_ptr));
  1270. extern PNG_EXPORT(void,png_set_tRNS_to_alpha) PNGARG((png_structp png_ptr));
  1271. #endif
  1272. #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
  1273. /* Use blue, green, red order for pixels. */
  1274. extern PNG_EXPORT(void,png_set_bgr) PNGARG((png_structp png_ptr));
  1275. #endif
  1276. #if defined(PNG_READ_GRAY_TO_RGB_SUPPORTED)
  1277. /* Expand the grayscale to 24-bit RGB if necessary. */
  1278. extern PNG_EXPORT(void,png_set_gray_to_rgb) PNGARG((png_structp png_ptr));
  1279. #endif
  1280. #if defined(PNG_READ_RGB_TO_GRAY_SUPPORTED)
  1281. /* Reduce RGB to grayscale. */
  1282. #ifdef PNG_FLOATING_POINT_SUPPORTED
  1283. extern PNG_EXPORT(void,png_set_rgb_to_gray) PNGARG((png_structp png_ptr,
  1284.    int error_action, double red, double green ));
  1285. #endif
  1286. extern PNG_EXPORT(void,png_set_rgb_to_gray_fixed) PNGARG((png_structp png_ptr,
  1287.    int error_action, png_fixed_point red, png_fixed_point green ));
  1288. extern PNG_EXPORT(png_byte,png_get_rgb_to_gray_status) PNGARG((png_structp
  1289.    png_ptr));
  1290. #endif
  1291. extern PNG_EXPORT(void,png_build_grayscale_palette) PNGARG((int bit_depth,
  1292.    png_colorp palette));
  1293. #if defined(PNG_READ_STRIP_ALPHA_SUPPORTED)
  1294. extern PNG_EXPORT(void,png_set_strip_alpha) PNGARG((png_structp png_ptr));
  1295. #endif
  1296. #if defined(PNG_READ_SWAP_ALPHA_SUPPORTED) || 
  1297.     defined(PNG_WRITE_SWAP_ALPHA_SUPPORTED)
  1298. extern PNG_EXPORT(void,png_set_swap_alpha) PNGARG((png_structp png_ptr));
  1299. #endif
  1300. #if defined(PNG_READ_INVERT_ALPHA_SUPPORTED) || 
  1301.     defined(PNG_WRITE_INVERT_ALPHA_SUPPORTED)
  1302. extern PNG_EXPORT(void,png_set_invert_alpha) PNGARG((png_structp png_ptr));
  1303. #endif
  1304. #if defined(PNG_READ_FILLER_SUPPORTED) || defined(PNG_WRITE_FILLER_SUPPORTED)
  1305. /* Add a filler byte to 24-bit RGB images. */
  1306. extern PNG_EXPORT(void,png_set_filler) PNGARG((png_structp png_ptr,
  1307.    png_uint_32 filler, int flags));
  1308. /* The values of the PNG_FILLER_ defines should NOT be changed */
  1309. #define PNG_FILLER_BEFORE 0
  1310. #define PNG_FILLER_AFTER 1
  1311. #endif /* PNG_READ_FILLER_SUPPORTED || PNG_WRITE_FILLER_SUPPORTED */
  1312. #if defined(PNG_READ_SWAP_SUPPORTED) || defined(PNG_WRITE_SWAP_SUPPORTED)
  1313. /* Swap bytes in 16-bit depth files. */
  1314. extern PNG_EXPORT(void,png_set_swap) PNGARG((png_structp png_ptr));
  1315. #endif
  1316. #if defined(PNG_READ_PACK_SUPPORTED) || defined(PNG_WRITE_PACK_SUPPORTED)
  1317. /* Use 1 byte per pixel in 1, 2, or 4-bit depth files. */
  1318. extern PNG_EXPORT(void,png_set_packing) PNGARG((png_structp png_ptr));
  1319. #endif
  1320. #if defined(PNG_READ_PACKSWAP_SUPPORTED) || defined(PNG_WRITE_PACKSWAP_SUPPORTED)
  1321. /* Swap packing order of pixels in bytes. */
  1322. extern PNG_EXPORT(void,png_set_packswap) PNGARG((png_structp png_ptr));
  1323. #endif
  1324. #if defined(PNG_READ_SHIFT_SUPPORTED) || defined(PNG_WRITE_SHIFT_SUPPORTED)
  1325. /* Converts files to legal bit depths. */
  1326. extern PNG_EXPORT(void,png_set_shift) PNGARG((png_structp png_ptr,
  1327.    png_color_8p true_bits));
  1328. #endif
  1329. #if defined(PNG_READ_INTERLACING_SUPPORTED) || 
  1330.     defined(PNG_WRITE_INTERLACING_SUPPORTED)
  1331. /* Have the code handle the interlacing.  Returns the number of passes. */
  1332. extern PNG_EXPORT(int,png_set_interlace_handling) PNGARG((png_structp png_ptr));
  1333. #endif
  1334. #if defined(PNG_READ_INVERT_SUPPORTED) || defined(PNG_WRITE_INVERT_SUPPORTED)
  1335. /* Invert monochrome files */
  1336. extern PNG_EXPORT(void,png_set_invert_mono) PNGARG((png_structp png_ptr));
  1337. #endif
  1338. #if defined(PNG_READ_BACKGROUND_SUPPORTED)
  1339. /* Handle alpha and tRNS by replacing with a background color. */
  1340. #ifdef PNG_FLOATING_POINT_SUPPORTED
  1341. extern PNG_EXPORT(void,png_set_background) PNGARG((png_structp png_ptr,
  1342.    png_color_16p background_color, int background_gamma_code,
  1343.    int need_expand, double background_gamma));
  1344. #endif
  1345. #define PNG_BACKGROUND_GAMMA_UNKNOWN 0
  1346. #define PNG_BACKGROUND_GAMMA_SCREEN  1
  1347. #define PNG_BACKGROUND_GAMMA_FILE    2
  1348. #define PNG_BACKGROUND_GAMMA_UNIQUE  3
  1349. #endif
  1350. #if defined(PNG_READ_16_TO_8_SUPPORTED)
  1351. /* strip the second byte of information from a 16-bit depth file. */
  1352. extern PNG_EXPORT(void,png_set_strip_16) PNGARG((png_structp png_ptr));
  1353. #endif
  1354. #if defined(PNG_READ_DITHER_SUPPORTED)
  1355. /* Turn on dithering, and reduce the palette to the number of colors available. */
  1356. extern PNG_EXPORT(void,png_set_dither) PNGARG((png_structp png_ptr,
  1357.    png_colorp palette, int num_palette, int maximum_colors,
  1358.    png_uint_16p histogram, int full_dither));
  1359. #endif
  1360. #if defined(PNG_READ_GAMMA_SUPPORTED)
  1361. /* Handle gamma correction. Screen_gamma=(display_exponent) */
  1362. #ifdef PNG_FLOATING_POINT_SUPPORTED
  1363. extern PNG_EXPORT(void,png_set_gamma) PNGARG((png_structp png_ptr,
  1364.    double screen_gamma, double default_file_gamma));
  1365. #endif
  1366. #endif
  1367. #if defined(PNG_READ_EMPTY_PLTE_SUPPORTED) || 
  1368.     defined(PNG_WRITE_EMPTY_PLTE_SUPPORTED)
  1369. /* Permit or disallow empty PLTE (0: not permitted, 1: permitted) */
  1370. /* Deprecated and will be removed.  Use png_permit_mng_features() instead. */
  1371. extern PNG_EXPORT(void,png_permit_empty_plte) PNGARG((png_structp png_ptr,
  1372.    int empty_plte_permitted));
  1373. #endif
  1374. #if defined(PNG_WRITE_FLUSH_SUPPORTED)
  1375. /* Set how many lines between output flushes - 0 for no flushing */
  1376. extern PNG_EXPORT(void,png_set_flush) PNGARG((png_structp png_ptr, int nrows));
  1377. /* Flush the current PNG output buffer */
  1378. extern PNG_EXPORT(void,png_write_flush) PNGARG((png_structp png_ptr));
  1379. #endif
  1380. /* optional update palette with requested transformations */
  1381. extern PNG_EXPORT(void,png_start_read_image) PNGARG((png_structp png_ptr));
  1382. /* optional call to update the users info structure */
  1383. extern PNG_EXPORT(void,png_read_update_info) PNGARG((png_structp png_ptr,
  1384.    png_infop info_ptr));
  1385. /* read one or more rows of image data. */
  1386. extern PNG_EXPORT(void,png_read_rows) PNGARG((png_structp png_ptr,
  1387.    png_bytepp row, png_bytepp display_row, png_uint_32 num_rows));
  1388. /* read a row of data. */
  1389. extern PNG_EXPORT(void,png_read_row) PNGARG((png_structp png_ptr,
  1390.    png_bytep row,
  1391.    png_bytep display_row));
  1392. /* read the whole image into memory at once. */
  1393. extern PNG_EXPORT(void,png_read_image) PNGARG((png_structp png_ptr,
  1394.    png_bytepp image));
  1395. /* write a row of image data */
  1396. extern PNG_EXPORT(void,png_write_row) PNGARG((png_structp png_ptr,
  1397.    png_bytep row));
  1398. /* write a few rows of image data */
  1399. extern PNG_EXPORT(void,png_write_rows) PNGARG((png_structp png_ptr,
  1400.    png_bytepp row, png_uint_32 num_rows));
  1401. /* write the image data */
  1402. extern PNG_EXPORT(void,png_write_image) PNGARG((png_structp png_ptr,
  1403.    png_bytepp image));
  1404. /* writes the end of the PNG file. */
  1405. extern PNG_EXPORT(void,png_write_end) PNGARG((png_structp png_ptr,
  1406.    png_infop info_ptr));
  1407. /* read the end of the PNG file. */
  1408. extern PNG_EXPORT(void,png_read_end) PNGARG((png_structp png_ptr,
  1409.    png_infop info_ptr));
  1410. /* free any memory associated with the png_info_struct */
  1411. extern PNG_EXPORT(void,png_destroy_info_struct) PNGARG((png_structp png_ptr,
  1412.    png_infopp info_ptr_ptr));
  1413. /* free any memory associated with the png_struct and the png_info_structs */
  1414. extern PNG_EXPORT(void,png_destroy_read_struct) PNGARG((png_structpp
  1415.    png_ptr_ptr, png_infopp info_ptr_ptr, png_infopp end_info_ptr_ptr));
  1416. /* free all memory used by the read (old method - NOT DLL EXPORTED) */
  1417. extern void png_read_destroy PNGARG((png_structp png_ptr, png_infop info_ptr,
  1418.    png_infop end_info_ptr));
  1419. /* free any memory associated with the png_struct and the png_info_structs */
  1420. extern PNG_EXPORT(void,png_destroy_write_struct)
  1421.    PNGARG((png_structpp png_ptr_ptr, png_infopp info_ptr_ptr));
  1422. /* free any memory used in png_ptr struct (old method - NOT DLL EXPORTED) */
  1423. extern void png_write_destroy PNGARG((png_structp png_ptr));
  1424. /* set the libpng method of handling chunk CRC errors */
  1425. extern PNG_EXPORT(void,png_set_crc_action) PNGARG((png_structp png_ptr,
  1426.    int crit_action, int ancil_action));
  1427. /* Values for png_set_crc_action() to say how to handle CRC errors in
  1428.  * ancillary and critical chunks, and whether to use the data contained
  1429.  * therein.  Note that it is impossible to "discard" data in a critical
  1430.  * chunk.  For versions prior to 0.90, the action was always error/quit,
  1431.  * whereas in version 0.90 and later, the action for CRC errors in ancillary
  1432.  * chunks is warn/discard.  These values should NOT be changed.
  1433.  *
  1434.  *      value                       action:critical     action:ancillary
  1435.  */
  1436. #define PNG_CRC_DEFAULT       0  /* error/quit          warn/discard data */
  1437. #define PNG_CRC_ERROR_QUIT    1  /* error/quit          error/quit        */
  1438. #define PNG_CRC_WARN_DISCARD  2  /* (INVALID)           warn/discard data */
  1439. #define PNG_CRC_WARN_USE      3  /* warn/use data       warn/use data     */
  1440. #define PNG_CRC_QUIET_USE     4  /* quiet/use data      quiet/use data    */
  1441. #define PNG_CRC_NO_CHANGE     5  /* use current value   use current value */
  1442. /* These functions give the user control over the scan-line filtering in
  1443.  * libpng and the compression methods used by zlib.  These functions are
  1444.  * mainly useful for testing, as the defaults should work with most users.
  1445.  * Those users who are tight on memory or want faster performance at the
  1446.  * expense of compression can modify them.  See the compression library
  1447.  * header file (zlib.h) for an explination of the compression functions.
  1448.  */
  1449. /* set the filtering method(s) used by libpng.  Currently, the only valid
  1450.  * value for "method" is 0.
  1451.  */
  1452. extern PNG_EXPORT(void,png_set_filter) PNGARG((png_structp png_ptr, int method,
  1453.    int filters));
  1454. /* Flags for png_set_filter() to say which filters to use.  The flags
  1455.  * are chosen so that they don't conflict with real filter types
  1456.  * below, in case they are supplied instead of the #defined constants.
  1457.  * These values should NOT be changed.
  1458.  */