jdk/src/java.desktop/share/native/libsplashscreen/libpng/pnginfo.h
author chegar
Sun, 17 Aug 2014 15:54:13 +0100
changeset 25859 3317bb8137f4
parent 10576 jdk/src/share/native/sun/awt/libpng/pnginfo.h@db3409425573
child 29913 95258013e132
permissions -rw-r--r--
8054834: Modular Source Code Reviewed-by: alanb, chegar, ihse, mduigou Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10576
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
     1
/*
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
     2
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
     3
 *
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
     4
 * This code is free software; you can redistribute it and/or modify it
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
     5
 * under the terms of the GNU General Public License version 2 only, as
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
     6
 * published by the Free Software Foundation.  Oracle designates this
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
     7
 * particular file as subject to the "Classpath" exception as provided
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
     8
 * by Oracle in the LICENSE file that accompanied this code.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
     9
 *
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    10
 * This code is distributed in the hope that it will be useful, but WITHOUT
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    11
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    12
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    13
 * version 2 for more details (a copy is included in the LICENSE file that
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    14
 * accompanied this code).
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    15
 *
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    16
 * You should have received a copy of the GNU General Public License version
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    17
 * 2 along with this work; if not, write to the Free Software Foundation,
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    18
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    19
 *
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    20
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    21
 * or visit www.oracle.com if you need additional information or have any
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    22
 * questions.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    23
 */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    24
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    25
/* pnginfo.h - header file for PNG reference library
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    26
 *
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    27
 * This file is available under and governed by the GNU General Public
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    28
 * License version 2 only, as published by the Free Software Foundation.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    29
 * However, the following notice accompanied the original version of this
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    30
 * file and, per its terms, should not be removed:
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    31
 *
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    32
 * Copyright (c) 1998-2011 Glenn Randers-Pehrson
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    33
 * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    34
 * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    35
 *
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    36
 * Last changed in libpng 1.5.0 [January 6, 2011]
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    37
 *
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    38
 * This code is released under the libpng license.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    39
 * For conditions of distribution and use, see the disclaimer
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    40
 * and license in png.h
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    41
 */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    42
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    43
 /* png_info is a structure that holds the information in a PNG file so
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    44
 * that the application can find out the characteristics of the image.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    45
 * If you are reading the file, this structure will tell you what is
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    46
 * in the PNG file.  If you are writing the file, fill in the information
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    47
 * you want to put into the PNG file, using png_set_*() functions, then
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    48
 * call png_write_info().
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    49
 *
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    50
 * The names chosen should be very close to the PNG specification, so
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    51
 * consult that document for information about the meaning of each field.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    52
 *
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    53
 * With libpng < 0.95, it was only possible to directly set and read the
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    54
 * the values in the png_info_struct, which meant that the contents and
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    55
 * order of the values had to remain fixed.  With libpng 0.95 and later,
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    56
 * however, there are now functions that abstract the contents of
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    57
 * png_info_struct from the application, so this makes it easier to use
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    58
 * libpng with dynamic libraries, and even makes it possible to use
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    59
 * libraries that don't have all of the libpng ancillary chunk-handing
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    60
 * functionality.  In libpng-1.5.0 this was moved into a separate private
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    61
 * file that is not visible to applications.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    62
 *
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    63
 * The following members may have allocated storage attached that should be
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    64
 * cleaned up before the structure is discarded: palette, trans, text,
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    65
 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    66
 * splt_palettes, scal_unit, row_pointers, and unknowns.   By default, these
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    67
 * are automatically freed when the info structure is deallocated, if they were
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    68
 * allocated internally by libpng.  This behavior can be changed by means
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    69
 * of the png_data_freer() function.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    70
 *
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    71
 * More allocation details: all the chunk-reading functions that
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    72
 * change these members go through the corresponding png_set_*
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    73
 * functions.  A function to clear these members is available: see
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    74
 * png_free_data().  The png_set_* functions do not depend on being
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    75
 * able to point info structure members to any of the storage they are
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    76
 * passed (they make their own copies), EXCEPT that the png_set_text
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    77
 * functions use the same storage passed to them in the text_ptr or
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    78
 * itxt_ptr structure argument, and the png_set_rows and png_set_unknowns
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    79
 * functions do not make their own copies.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    80
 */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    81
#ifndef PNGINFO_H
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    82
#define PNGINFO_H
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    83
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    84
struct png_info_def
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    85
{
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    86
   /* the following are necessary for every PNG file */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    87
   png_uint_32 width;  /* width of image in pixels (from IHDR) */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    88
   png_uint_32 height; /* height of image in pixels (from IHDR) */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    89
   png_uint_32 valid;  /* valid chunk data (see PNG_INFO_ below) */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    90
   png_size_t rowbytes; /* bytes needed to hold an untransformed row */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    91
   png_colorp palette;      /* array of color values (valid & PNG_INFO_PLTE) */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    92
   png_uint_16 num_palette; /* number of color entries in "palette" (PLTE) */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    93
   png_uint_16 num_trans;   /* number of transparent palette color (tRNS) */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    94
   png_byte bit_depth;      /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    95
   png_byte color_type;     /* see PNG_COLOR_TYPE_ below (from IHDR) */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    96
   /* The following three should have been named *_method not *_type */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    97
   png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    98
   png_byte filter_type;    /* must be PNG_FILTER_TYPE_BASE (from IHDR) */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
    99
   png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   100
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   101
   /* The following is informational only on read, and not used on writes. */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   102
   png_byte channels;       /* number of data channels per pixel (1, 2, 3, 4) */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   103
   png_byte pixel_depth;    /* number of bits per pixel */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   104
   png_byte spare_byte;     /* to align the data, and for future use */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   105
   png_byte signature[8];   /* magic bytes read by libpng from start of file */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   106
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   107
   /* The rest of the data is optional.  If you are reading, check the
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   108
    * valid field to see if the information in these are valid.  If you
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   109
    * are writing, set the valid field to those chunks you want written,
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   110
    * and initialize the appropriate fields below.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   111
    */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   112
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   113
#if defined(PNG_gAMA_SUPPORTED)
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   114
   /* The gAMA chunk describes the gamma characteristics of the system
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   115
    * on which the image was created, normally in the range [1.0, 2.5].
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   116
    * Data is valid if (valid & PNG_INFO_gAMA) is non-zero.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   117
    */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   118
   png_fixed_point gamma;
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   119
#endif
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   120
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   121
#ifdef PNG_sRGB_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   122
    /* GR-P, 0.96a */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   123
    /* Data valid if (valid & PNG_INFO_sRGB) non-zero. */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   124
   png_byte srgb_intent; /* sRGB rendering intent [0, 1, 2, or 3] */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   125
#endif
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   126
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   127
#ifdef PNG_TEXT_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   128
   /* The tEXt, and zTXt chunks contain human-readable textual data in
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   129
    * uncompressed, compressed, and optionally compressed forms, respectively.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   130
    * The data in "text" is an array of pointers to uncompressed,
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   131
    * null-terminated C strings. Each chunk has a keyword that describes the
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   132
    * textual data contained in that chunk.  Keywords are not required to be
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   133
    * unique, and the text string may be empty.  Any number of text chunks may
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   134
    * be in an image.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   135
    */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   136
   int num_text; /* number of comments read or comments to write */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   137
   int max_text; /* current size of text array */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   138
   png_textp text; /* array of comments read or comments to write */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   139
#endif /* PNG_TEXT_SUPPORTED */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   140
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   141
#ifdef PNG_tIME_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   142
   /* The tIME chunk holds the last time the displayed image data was
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   143
    * modified.  See the png_time struct for the contents of this struct.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   144
    */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   145
   png_time mod_time;
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   146
#endif
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   147
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   148
#ifdef PNG_sBIT_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   149
   /* The sBIT chunk specifies the number of significant high-order bits
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   150
    * in the pixel data.  Values are in the range [1, bit_depth], and are
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   151
    * only specified for the channels in the pixel data.  The contents of
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   152
    * the low-order bits is not specified.  Data is valid if
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   153
    * (valid & PNG_INFO_sBIT) is non-zero.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   154
    */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   155
   png_color_8 sig_bit; /* significant bits in color channels */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   156
#endif
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   157
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   158
#if defined(PNG_tRNS_SUPPORTED) || defined(PNG_READ_EXPAND_SUPPORTED) || \
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   159
defined(PNG_READ_BACKGROUND_SUPPORTED)
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   160
   /* The tRNS chunk supplies transparency data for paletted images and
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   161
    * other image types that don't need a full alpha channel.  There are
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   162
    * "num_trans" transparency values for a paletted image, stored in the
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   163
    * same order as the palette colors, starting from index 0.  Values
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   164
    * for the data are in the range [0, 255], ranging from fully transparent
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   165
    * to fully opaque, respectively.  For non-paletted images, there is a
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   166
    * single color specified that should be treated as fully transparent.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   167
    * Data is valid if (valid & PNG_INFO_tRNS) is non-zero.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   168
    */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   169
   png_bytep trans_alpha;    /* alpha values for paletted image */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   170
   png_color_16 trans_color; /* transparent color for non-palette image */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   171
#endif
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   172
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   173
#if defined(PNG_bKGD_SUPPORTED) || defined(PNG_READ_BACKGROUND_SUPPORTED)
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   174
   /* The bKGD chunk gives the suggested image background color if the
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   175
    * display program does not have its own background color and the image
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   176
    * is needs to composited onto a background before display.  The colors
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   177
    * in "background" are normally in the same color space/depth as the
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   178
    * pixel data.  Data is valid if (valid & PNG_INFO_bKGD) is non-zero.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   179
    */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   180
   png_color_16 background;
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   181
#endif
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   182
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   183
#ifdef PNG_oFFs_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   184
   /* The oFFs chunk gives the offset in "offset_unit_type" units rightwards
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   185
    * and downwards from the top-left corner of the display, page, or other
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   186
    * application-specific co-ordinate space.  See the PNG_OFFSET_ defines
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   187
    * below for the unit types.  Valid if (valid & PNG_INFO_oFFs) non-zero.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   188
    */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   189
   png_int_32 x_offset; /* x offset on page */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   190
   png_int_32 y_offset; /* y offset on page */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   191
   png_byte offset_unit_type; /* offset units type */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   192
#endif
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   193
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   194
#ifdef PNG_pHYs_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   195
   /* The pHYs chunk gives the physical pixel density of the image for
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   196
    * display or printing in "phys_unit_type" units (see PNG_RESOLUTION_
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   197
    * defines below).  Data is valid if (valid & PNG_INFO_pHYs) is non-zero.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   198
    */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   199
   png_uint_32 x_pixels_per_unit; /* horizontal pixel density */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   200
   png_uint_32 y_pixels_per_unit; /* vertical pixel density */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   201
   png_byte phys_unit_type; /* resolution type (see PNG_RESOLUTION_ below) */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   202
#endif
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   203
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   204
#ifdef PNG_hIST_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   205
   /* The hIST chunk contains the relative frequency or importance of the
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   206
    * various palette entries, so that a viewer can intelligently select a
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   207
    * reduced-color palette, if required.  Data is an array of "num_palette"
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   208
    * values in the range [0,65535]. Data valid if (valid & PNG_INFO_hIST)
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   209
    * is non-zero.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   210
    */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   211
   png_uint_16p hist;
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   212
#endif
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   213
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   214
#ifdef PNG_cHRM_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   215
   /* The cHRM chunk describes the CIE color characteristics of the monitor
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   216
    * on which the PNG was created.  This data allows the viewer to do gamut
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   217
    * mapping of the input image to ensure that the viewer sees the same
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   218
    * colors in the image as the creator.  Values are in the range
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   219
    * [0.0, 0.8].  Data valid if (valid & PNG_INFO_cHRM) non-zero.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   220
    */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   221
   png_fixed_point x_white;
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   222
   png_fixed_point y_white;
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   223
   png_fixed_point x_red;
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   224
   png_fixed_point y_red;
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   225
   png_fixed_point x_green;
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   226
   png_fixed_point y_green;
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   227
   png_fixed_point x_blue;
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   228
   png_fixed_point y_blue;
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   229
#endif
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   230
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   231
#ifdef PNG_pCAL_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   232
   /* The pCAL chunk describes a transformation between the stored pixel
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   233
    * values and original physical data values used to create the image.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   234
    * The integer range [0, 2^bit_depth - 1] maps to the floating-point
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   235
    * range given by [pcal_X0, pcal_X1], and are further transformed by a
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   236
    * (possibly non-linear) transformation function given by "pcal_type"
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   237
    * and "pcal_params" into "pcal_units".  Please see the PNG_EQUATION_
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   238
    * defines below, and the PNG-Group's PNG extensions document for a
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   239
    * complete description of the transformations and how they should be
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   240
    * implemented, and for a description of the ASCII parameter strings.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   241
    * Data values are valid if (valid & PNG_INFO_pCAL) non-zero.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   242
    */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   243
   png_charp pcal_purpose;  /* pCAL chunk description string */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   244
   png_int_32 pcal_X0;      /* minimum value */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   245
   png_int_32 pcal_X1;      /* maximum value */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   246
   png_charp pcal_units;    /* Latin-1 string giving physical units */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   247
   png_charpp pcal_params;  /* ASCII strings containing parameter values */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   248
   png_byte pcal_type;      /* equation type (see PNG_EQUATION_ below) */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   249
   png_byte pcal_nparams;   /* number of parameters given in pcal_params */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   250
#endif
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   251
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   252
/* New members added in libpng-1.0.6 */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   253
   png_uint_32 free_me;     /* flags items libpng is responsible for freeing */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   254
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   255
#if defined(PNG_UNKNOWN_CHUNKS_SUPPORTED) || \
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   256
 defined(PNG_HANDLE_AS_UNKNOWN_SUPPORTED)
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   257
   /* Storage for unknown chunks that the library doesn't recognize. */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   258
   png_unknown_chunkp unknown_chunks;
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   259
   int unknown_chunks_num;
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   260
#endif
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   261
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   262
#ifdef PNG_iCCP_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   263
   /* iCCP chunk data. */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   264
   png_charp iccp_name;     /* profile name */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   265
   png_bytep iccp_profile;  /* International Color Consortium profile data */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   266
   png_uint_32 iccp_proflen;  /* ICC profile data length */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   267
   png_byte iccp_compression; /* Always zero */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   268
#endif
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   269
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   270
#ifdef PNG_sPLT_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   271
   /* Data on sPLT chunks (there may be more than one). */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   272
   png_sPLT_tp splt_palettes;
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   273
   png_uint_32 splt_palettes_num;
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   274
#endif
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   275
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   276
#ifdef PNG_sCAL_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   277
   /* The sCAL chunk describes the actual physical dimensions of the
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   278
    * subject matter of the graphic.  The chunk contains a unit specification
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   279
    * a byte value, and two ASCII strings representing floating-point
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   280
    * values.  The values are width and height corresponsing to one pixel
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   281
    * in the image.  Data values are valid if (valid & PNG_INFO_sCAL) is
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   282
    * non-zero.
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   283
    */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   284
   png_byte scal_unit;         /* unit of physical scale */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   285
   png_charp scal_s_width;     /* string containing height */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   286
   png_charp scal_s_height;    /* string containing width */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   287
#endif
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   288
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   289
#ifdef PNG_INFO_IMAGE_SUPPORTED
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   290
   /* Memory has been allocated if (valid & PNG_ALLOCATED_INFO_ROWS)
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   291
      non-zero */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   292
   /* Data valid if (valid & PNG_INFO_IDAT) non-zero */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   293
   png_bytepp row_pointers;        /* the image bits */
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   294
#endif
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   295
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   296
};
db3409425573 7088287: libpng need to be updated.
bae
parents:
diff changeset
   297
#endif /* PNGINFO_H */