Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

2702 righe
116 KiB

  1. /* png.h - header file for PNG reference library
  2. *
  3. * libpng version 1.4.3 - June 26, 2010
  4. * Copyright (c) 1998-2010 Glenn Randers-Pehrson
  5. * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
  6. * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
  7. *
  8. * This code is released under the libpng license (See LICENSE, below)
  9. *
  10. * Authors and maintainers:
  11. * libpng versions 0.71, May 1995, through 0.88, January 1996: Guy Schalnat
  12. * libpng versions 0.89c, June 1996, through 0.96, May 1997: Andreas Dilger
  13. * libpng versions 0.97, January 1998, through 1.4.3 - June 26, 2010: Glenn
  14. * See also "Contributing Authors", below.
  15. *
  16. * Note about libpng version numbers:
  17. *
  18. * Due to various miscommunications, unforeseen code incompatibilities
  19. * and occasional factors outside the authors' control, version numbering
  20. * on the library has not always been consistent and straightforward.
  21. * The following table summarizes matters since version 0.89c, which was
  22. * the first widely used release:
  23. *
  24. * source png.h png.h shared-lib
  25. * version string int version
  26. * ------- ------ ----- ----------
  27. * 0.89c "1.0 beta 3" 0.89 89 1.0.89
  28. * 0.90 "1.0 beta 4" 0.90 90 0.90 [should have been 2.0.90]
  29. * 0.95 "1.0 beta 5" 0.95 95 0.95 [should have been 2.0.95]
  30. * 0.96 "1.0 beta 6" 0.96 96 0.96 [should have been 2.0.96]
  31. * 0.97b "1.00.97 beta 7" 1.00.97 97 1.0.1 [should have been 2.0.97]
  32. * 0.97c 0.97 97 2.0.97
  33. * 0.98 0.98 98 2.0.98
  34. * 0.99 0.99 98 2.0.99
  35. * 0.99a-m 0.99 99 2.0.99
  36. * 1.00 1.00 100 2.1.0 [100 should be 10000]
  37. * 1.0.0 (from here on, the 100 2.1.0 [100 should be 10000]
  38. * 1.0.1 png.h string is 10001 2.1.0
  39. * 1.0.1a-e identical to the 10002 from here on, the shared library
  40. * 1.0.2 source version) 10002 is 2.V where V is the source code
  41. * 1.0.2a-b 10003 version, except as noted.
  42. * 1.0.3 10003
  43. * 1.0.3a-d 10004
  44. * 1.0.4 10004
  45. * 1.0.4a-f 10005
  46. * 1.0.5 (+ 2 patches) 10005
  47. * 1.0.5a-d 10006
  48. * 1.0.5e-r 10100 (not source compatible)
  49. * 1.0.5s-v 10006 (not binary compatible)
  50. * 1.0.6 (+ 3 patches) 10006 (still binary incompatible)
  51. * 1.0.6d-f 10007 (still binary incompatible)
  52. * 1.0.6g 10007
  53. * 1.0.6h 10007 10.6h (testing xy.z so-numbering)
  54. * 1.0.6i 10007 10.6i
  55. * 1.0.6j 10007 2.1.0.6j (incompatible with 1.0.0)
  56. * 1.0.7beta11-14 DLLNUM 10007 2.1.0.7beta11-14 (binary compatible)
  57. * 1.0.7beta15-18 1 10007 2.1.0.7beta15-18 (binary compatible)
  58. * 1.0.7rc1-2 1 10007 2.1.0.7rc1-2 (binary compatible)
  59. * 1.0.7 1 10007 (still compatible)
  60. * 1.0.8beta1-4 1 10008 2.1.0.8beta1-4
  61. * 1.0.8rc1 1 10008 2.1.0.8rc1
  62. * 1.0.8 1 10008 2.1.0.8
  63. * 1.0.9beta1-6 1 10009 2.1.0.9beta1-6
  64. * 1.0.9rc1 1 10009 2.1.0.9rc1
  65. * 1.0.9beta7-10 1 10009 2.1.0.9beta7-10
  66. * 1.0.9rc2 1 10009 2.1.0.9rc2
  67. * 1.0.9 1 10009 2.1.0.9
  68. * 1.0.10beta1 1 10010 2.1.0.10beta1
  69. * 1.0.10rc1 1 10010 2.1.0.10rc1
  70. * 1.0.10 1 10010 2.1.0.10
  71. * 1.0.11beta1-3 1 10011 2.1.0.11beta1-3
  72. * 1.0.11rc1 1 10011 2.1.0.11rc1
  73. * 1.0.11 1 10011 2.1.0.11
  74. * 1.0.12beta1-2 2 10012 2.1.0.12beta1-2
  75. * 1.0.12rc1 2 10012 2.1.0.12rc1
  76. * 1.0.12 2 10012 2.1.0.12
  77. * 1.1.0a-f - 10100 2.1.1.0a-f (branch abandoned)
  78. * 1.2.0beta1-2 2 10200 2.1.2.0beta1-2
  79. * 1.2.0beta3-5 3 10200 3.1.2.0beta3-5
  80. * 1.2.0rc1 3 10200 3.1.2.0rc1
  81. * 1.2.0 3 10200 3.1.2.0
  82. * 1.2.1beta1-4 3 10201 3.1.2.1beta1-4
  83. * 1.2.1rc1-2 3 10201 3.1.2.1rc1-2
  84. * 1.2.1 3 10201 3.1.2.1
  85. * 1.2.2beta1-6 12 10202 12.so.0.1.2.2beta1-6
  86. * 1.0.13beta1 10 10013 10.so.0.1.0.13beta1
  87. * 1.0.13rc1 10 10013 10.so.0.1.0.13rc1
  88. * 1.2.2rc1 12 10202 12.so.0.1.2.2rc1
  89. * 1.0.13 10 10013 10.so.0.1.0.13
  90. * 1.2.2 12 10202 12.so.0.1.2.2
  91. * 1.2.3rc1-6 12 10203 12.so.0.1.2.3rc1-6
  92. * 1.2.3 12 10203 12.so.0.1.2.3
  93. * 1.2.4beta1-3 13 10204 12.so.0.1.2.4beta1-3
  94. * 1.0.14rc1 13 10014 10.so.0.1.0.14rc1
  95. * 1.2.4rc1 13 10204 12.so.0.1.2.4rc1
  96. * 1.0.14 10 10014 10.so.0.1.0.14
  97. * 1.2.4 13 10204 12.so.0.1.2.4
  98. * 1.2.5beta1-2 13 10205 12.so.0.1.2.5beta1-2
  99. * 1.0.15rc1-3 10 10015 10.so.0.1.0.15rc1-3
  100. * 1.2.5rc1-3 13 10205 12.so.0.1.2.5rc1-3
  101. * 1.0.15 10 10015 10.so.0.1.0.15
  102. * 1.2.5 13 10205 12.so.0.1.2.5
  103. * 1.2.6beta1-4 13 10206 12.so.0.1.2.6beta1-4
  104. * 1.0.16 10 10016 10.so.0.1.0.16
  105. * 1.2.6 13 10206 12.so.0.1.2.6
  106. * 1.2.7beta1-2 13 10207 12.so.0.1.2.7beta1-2
  107. * 1.0.17rc1 10 10017 12.so.0.1.0.17rc1
  108. * 1.2.7rc1 13 10207 12.so.0.1.2.7rc1
  109. * 1.0.17 10 10017 12.so.0.1.0.17
  110. * 1.2.7 13 10207 12.so.0.1.2.7
  111. * 1.2.8beta1-5 13 10208 12.so.0.1.2.8beta1-5
  112. * 1.0.18rc1-5 10 10018 12.so.0.1.0.18rc1-5
  113. * 1.2.8rc1-5 13 10208 12.so.0.1.2.8rc1-5
  114. * 1.0.18 10 10018 12.so.0.1.0.18
  115. * 1.2.8 13 10208 12.so.0.1.2.8
  116. * 1.2.9beta1-3 13 10209 12.so.0.1.2.9beta1-3
  117. * 1.2.9beta4-11 13 10209 12.so.0.9[.0]
  118. * 1.2.9rc1 13 10209 12.so.0.9[.0]
  119. * 1.2.9 13 10209 12.so.0.9[.0]
  120. * 1.2.10beta1-7 13 10210 12.so.0.10[.0]
  121. * 1.2.10rc1-2 13 10210 12.so.0.10[.0]
  122. * 1.2.10 13 10210 12.so.0.10[.0]
  123. * 1.4.0beta1-5 14 10400 14.so.0.0[.0]
  124. * 1.2.11beta1-4 13 10211 12.so.0.11[.0]
  125. * 1.4.0beta7-8 14 10400 14.so.0.0[.0]
  126. * 1.2.11 13 10211 12.so.0.11[.0]
  127. * 1.2.12 13 10212 12.so.0.12[.0]
  128. * 1.4.0beta9-14 14 10400 14.so.0.0[.0]
  129. * 1.2.13 13 10213 12.so.0.13[.0]
  130. * 1.4.0beta15-36 14 10400 14.so.0.0[.0]
  131. * 1.4.0beta37-87 14 10400 14.so.14.0[.0]
  132. * 1.4.0rc01 14 10400 14.so.14.0[.0]
  133. * 1.4.0beta88-109 14 10400 14.so.14.0[.0]
  134. * 1.4.0rc02-08 14 10400 14.so.14.0[.0]
  135. * 1.4.0 14 10400 14.so.14.0[.0]
  136. * 1.4.1beta01-03 14 10401 14.so.14.1[.0]
  137. * 1.4.1rc01 14 10401 14.so.14.1[.0]
  138. * 1.4.1beta04-12 14 10401 14.so.14.1[.0]
  139. * 1.4.1rc02-04 14 10401 14.so.14.1[.0]
  140. * 1.4.1 14 10401 14.so.14.1[.0]
  141. * 1.4.2beta01 14 10402 14.so.14.2[.0]
  142. * 1.4.2rc02-06 14 10402 14.so.14.2[.0]
  143. * 1.4.2 14 10402 14.so.14.2[.0]
  144. * 1.4.3beta01-05 14 10403 14.so.14.3[.0]
  145. * 1.4.3rc01-03 14 10403 14.so.14.3[.0]
  146. * 1.4.3 14 10403 14.so.14.3[.0]
  147. *
  148. * Henceforth the source version will match the shared-library major
  149. * and minor numbers; the shared-library major version number will be
  150. * used for changes in backward compatibility, as it is intended. The
  151. * PNG_LIBPNG_VER macro, which is not used within libpng but is available
  152. * for applications, is an unsigned integer of the form xyyzz corresponding
  153. * to the source version x.y.z (leading zeros in y and z). Beta versions
  154. * were given the previous public release number plus a letter, until
  155. * version 1.0.6j; from then on they were given the upcoming public
  156. * release number plus "betaNN" or "rcN".
  157. *
  158. * Binary incompatibility exists only when applications make direct access
  159. * to the info_ptr or png_ptr members through png.h, and the compiled
  160. * application is loaded with a different version of the library.
  161. *
  162. * DLLNUM will change each time there are forward or backward changes
  163. * in binary compatibility (e.g., when a new feature is added).
  164. *
  165. * See libpng.txt or libpng.3 for more information. The PNG specification
  166. * is available as a W3C Recommendation and as an ISO Specification,
  167. * <http://www.w3.org/TR/2003/REC-PNG-20031110/
  168. */
  169. /*
  170. * COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
  171. *
  172. * If you modify libpng you may insert additional notices immediately following
  173. * this sentence.
  174. *
  175. * This code is released under the libpng license.
  176. *
  177. * libpng versions 1.2.6, August 15, 2004, through 1.4.3, June 26, 2010, are
  178. * Copyright (c) 2004, 2006-2010 Glenn Randers-Pehrson, and are
  179. * distributed according to the same disclaimer and license as libpng-1.2.5
  180. * with the following individual added to the list of Contributing Authors:
  181. *
  182. * Cosmin Truta
  183. *
  184. * libpng versions 1.0.7, July 1, 2000, through 1.2.5, October 3, 2002, are
  185. * Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
  186. * distributed according to the same disclaimer and license as libpng-1.0.6
  187. * with the following individuals added to the list of Contributing Authors:
  188. *
  189. * Simon-Pierre Cadieux
  190. * Eric S. Raymond
  191. * Gilles Vollant
  192. *
  193. * and with the following additions to the disclaimer:
  194. *
  195. * There is no warranty against interference with your enjoyment of the
  196. * library or against infringement. There is no warranty that our
  197. * efforts or the library will fulfill any of your particular purposes
  198. * or needs. This library is provided with all faults, and the entire
  199. * risk of satisfactory quality, performance, accuracy, and effort is with
  200. * the user.
  201. *
  202. * libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
  203. * Copyright (c) 1998, 1999, 2000 Glenn Randers-Pehrson, and are
  204. * distributed according to the same disclaimer and license as libpng-0.96,
  205. * with the following individuals added to the list of Contributing Authors:
  206. *
  207. * Tom Lane
  208. * Glenn Randers-Pehrson
  209. * Willem van Schaik
  210. *
  211. * libpng versions 0.89, June 1996, through 0.96, May 1997, are
  212. * Copyright (c) 1996, 1997 Andreas Dilger
  213. * Distributed according to the same disclaimer and license as libpng-0.88,
  214. * with the following individuals added to the list of Contributing Authors:
  215. *
  216. * John Bowler
  217. * Kevin Bracey
  218. * Sam Bushell
  219. * Magnus Holmgren
  220. * Greg Roelofs
  221. * Tom Tanner
  222. *
  223. * libpng versions 0.5, May 1995, through 0.88, January 1996, are
  224. * Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
  225. *
  226. * For the purposes of this copyright and license, "Contributing Authors"
  227. * is defined as the following set of individuals:
  228. *
  229. * Andreas Dilger
  230. * Dave Martindale
  231. * Guy Eric Schalnat
  232. * Paul Schmidt
  233. * Tim Wegner
  234. *
  235. * The PNG Reference Library is supplied "AS IS". The Contributing Authors
  236. * and Group 42, Inc. disclaim all warranties, expressed or implied,
  237. * including, without limitation, the warranties of merchantability and of
  238. * fitness for any purpose. The Contributing Authors and Group 42, Inc.
  239. * assume no liability for direct, indirect, incidental, special, exemplary,
  240. * or consequential damages, which may result from the use of the PNG
  241. * Reference Library, even if advised of the possibility of such damage.
  242. *
  243. * Permission is hereby granted to use, copy, modify, and distribute this
  244. * source code, or portions hereof, for any purpose, without fee, subject
  245. * to the following restrictions:
  246. *
  247. * 1. The origin of this source code must not be misrepresented.
  248. *
  249. * 2. Altered versions must be plainly marked as such and
  250. * must not be misrepresented as being the original source.
  251. *
  252. * 3. This Copyright notice may not be removed or altered from
  253. * any source or altered source distribution.
  254. *
  255. * The Contributing Authors and Group 42, Inc. specifically permit, without
  256. * fee, and encourage the use of this source code as a component to
  257. * supporting the PNG file format in commercial products. If you use this
  258. * source code in a product, acknowledgment is not required but would be
  259. * appreciated.
  260. */
  261. /*
  262. * A "png_get_copyright" function is available, for convenient use in "about"
  263. * boxes and the like:
  264. *
  265. * printf("%s",png_get_copyright(NULL));
  266. *
  267. * Also, the PNG logo (in PNG format, of course) is supplied in the
  268. * files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
  269. */
  270. /*
  271. * Libpng is OSI Certified Open Source Software. OSI Certified is a
  272. * certification mark of the Open Source Initiative.
  273. */
  274. /*
  275. * The contributing authors would like to thank all those who helped
  276. * with testing, bug fixes, and patience. This wouldn't have been
  277. * possible without all of you.
  278. *
  279. * Thanks to Frank J. T. Wojcik for helping with the documentation.
  280. */
  281. /*
  282. * Y2K compliance in libpng:
  283. * =========================
  284. *
  285. * June 26, 2010
  286. *
  287. * Since the PNG Development group is an ad-hoc body, we can't make
  288. * an official declaration.
  289. *
  290. * This is your unofficial assurance that libpng from version 0.71 and
  291. * upward through 1.4.3 are Y2K compliant. It is my belief that earlier
  292. * versions were also Y2K compliant.
  293. *
  294. * Libpng only has three year fields. One is a 2-byte unsigned integer
  295. * that will hold years up to 65535. The other two hold the date in text
  296. * format, and will hold years up to 9999.
  297. *
  298. * The integer is
  299. * "png_uint_16 year" in png_time_struct.
  300. *
  301. * The strings are
  302. * "png_charp time_buffer" in png_struct and
  303. * "near_time_buffer", which is a local character string in png.c.
  304. *
  305. * There are seven time-related functions:
  306. * png.c: png_convert_to_rfc_1123() in png.c
  307. * (formerly png_convert_to_rfc_1152() in error)
  308. * png_convert_from_struct_tm() in pngwrite.c, called in pngwrite.c
  309. * png_convert_from_time_t() in pngwrite.c
  310. * png_get_tIME() in pngget.c
  311. * png_handle_tIME() in pngrutil.c, called in pngread.c
  312. * png_set_tIME() in pngset.c
  313. * png_write_tIME() in pngwutil.c, called in pngwrite.c
  314. *
  315. * All handle dates properly in a Y2K environment. The
  316. * png_convert_from_time_t() function calls gmtime() to convert from system
  317. * clock time, which returns (year - 1900), which we properly convert to
  318. * the full 4-digit year. There is a possibility that applications using
  319. * libpng are not passing 4-digit years into the png_convert_to_rfc_1123()
  320. * function, or that they are incorrectly passing only a 2-digit year
  321. * instead of "year - 1900" into the png_convert_from_struct_tm() function,
  322. * but this is not under our control. The libpng documentation has always
  323. * stated that it works with 4-digit years, and the APIs have been
  324. * documented as such.
  325. *
  326. * The tIME chunk itself is also Y2K compliant. It uses a 2-byte unsigned
  327. * integer to hold the year, and can hold years as large as 65535.
  328. *
  329. * zlib, upon which libpng depends, is also Y2K compliant. It contains
  330. * no date-related code.
  331. *
  332. * Glenn Randers-Pehrson
  333. * libpng maintainer
  334. * PNG Development Group
  335. */
  336. #ifndef PNG_H
  337. #define PNG_H
  338. /* This is not the place to learn how to use libpng. The file libpng.txt
  339. * describes how to use libpng, and the file example.c summarizes it
  340. * with some code on which to build. This file is useful for looking
  341. * at the actual function definitions and structure components.
  342. */
  343. /* Version information for png.h - this should match the version in png.c */
  344. #define PNG_LIBPNG_VER_STRING "1.4.3"
  345. #define PNG_HEADER_VERSION_STRING \
  346. " libpng version 1.4.3 - June 26, 2010\n"
  347. #define PNG_LIBPNG_VER_SONUM 14
  348. #define PNG_LIBPNG_VER_DLLNUM 14
  349. /* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
  350. #define PNG_LIBPNG_VER_MAJOR 1
  351. #define PNG_LIBPNG_VER_MINOR 4
  352. #define PNG_LIBPNG_VER_RELEASE 3
  353. /* This should match the numeric part of the final component of
  354. * PNG_LIBPNG_VER_STRING, omitting any leading zero:
  355. */
  356. #define PNG_LIBPNG_VER_BUILD 0
  357. /* Release Status */
  358. #define PNG_LIBPNG_BUILD_ALPHA 1
  359. #define PNG_LIBPNG_BUILD_BETA 2
  360. #define PNG_LIBPNG_BUILD_RC 3
  361. #define PNG_LIBPNG_BUILD_STABLE 4
  362. #define PNG_LIBPNG_BUILD_RELEASE_STATUS_MASK 7
  363. /* Release-Specific Flags */
  364. #define PNG_LIBPNG_BUILD_PATCH 8 /* Can be OR'ed with
  365. PNG_LIBPNG_BUILD_STABLE only */
  366. #define PNG_LIBPNG_BUILD_PRIVATE 16 /* Cannot be OR'ed with
  367. PNG_LIBPNG_BUILD_SPECIAL */
  368. #define PNG_LIBPNG_BUILD_SPECIAL 32 /* Cannot be OR'ed with
  369. PNG_LIBPNG_BUILD_PRIVATE */
  370. #define PNG_LIBPNG_BUILD_BASE_TYPE PNG_LIBPNG_BUILD_BETA
  371. /* Careful here. At one time, Guy wanted to use 082, but that would be octal.
  372. * We must not include leading zeros.
  373. * Versions 0.7 through 1.0.0 were in the range 0 to 100 here (only
  374. * version 1.0.0 was mis-numbered 100 instead of 10000). From
  375. * version 1.0.1 it's xxyyzz, where x=major, y=minor, z=release
  376. */
  377. #define PNG_LIBPNG_VER 10403 /* 1.4.3 */
  378. #ifndef PNG_VERSION_INFO_ONLY
  379. /* Include the compression library's header */
  380. #include "zlib.h"
  381. #endif
  382. /* Include all user configurable info, including optional assembler routines */
  383. #include "pngconf.h"
  384. /*
  385. * Added at libpng-1.2.8
  386. *
  387. * Ref MSDN: Private as priority over Special
  388. * VS_FF_PRIVATEBUILD File *was not* built using standard release
  389. * procedures. If this value is given, the StringFileInfo block must
  390. * contain a PrivateBuild string.
  391. *
  392. * VS_FF_SPECIALBUILD File *was* built by the original company using
  393. * standard release procedures but is a variation of the standard
  394. * file of the same version number. If this value is given, the
  395. * StringFileInfo block must contain a SpecialBuild string.
  396. */
  397. #ifdef PNG_USER_PRIVATEBUILD
  398. # define PNG_LIBPNG_BUILD_TYPE \
  399. (PNG_LIBPNG_BUILD_BASE_TYPE | PNG_LIBPNG_BUILD_PRIVATE)
  400. #else
  401. # ifdef PNG_LIBPNG_SPECIALBUILD
  402. # define PNG_LIBPNG_BUILD_TYPE \
  403. (PNG_LIBPNG_BUILD_BASE_TYPE | PNG_LIBPNG_BUILD_SPECIAL)
  404. # else
  405. # define PNG_LIBPNG_BUILD_TYPE (PNG_LIBPNG_BUILD_BASE_TYPE)
  406. # endif
  407. #endif
  408. #ifndef PNG_VERSION_INFO_ONLY
  409. /* Inhibit C++ name-mangling for libpng functions but not for system calls. */
  410. #ifdef __cplusplus
  411. extern "C" {
  412. #endif /* __cplusplus */
  413. /* This file is arranged in several sections. The first section contains
  414. * structure and type definitions. The second section contains the external
  415. * library functions, while the third has the internal library functions,
  416. * which applications aren't expected to use directly.
  417. */
  418. /* Variables declared in png.c - only it needs to define PNG_NO_EXTERN */
  419. #if !defined(PNG_NO_EXTERN) || defined(PNG_ALWAYS_EXTERN)
  420. /* Version information for C files, stored in png.c. This had better match
  421. * the version above.
  422. */
  423. #define png_libpng_ver png_get_header_ver(NULL)
  424. #endif /* PNG_NO_EXTERN */
  425. /* Three color definitions. The order of the red, green, and blue, (and the
  426. * exact size) is not important, although the size of the fields need to
  427. * be png_byte or png_uint_16 (as defined below).
  428. */
  429. typedef struct png_color_struct
  430. {
  431. png_byte red;
  432. png_byte green;
  433. png_byte blue;
  434. } png_color;
  435. typedef png_color FAR * png_colorp;
  436. typedef png_color FAR * FAR * png_colorpp;
  437. typedef struct png_color_16_struct
  438. {
  439. png_byte index; /* used for palette files */
  440. png_uint_16 red; /* for use in red green blue files */
  441. png_uint_16 green;
  442. png_uint_16 blue;
  443. png_uint_16 gray; /* for use in grayscale files */
  444. } png_color_16;
  445. typedef png_color_16 FAR * png_color_16p;
  446. typedef png_color_16 FAR * FAR * png_color_16pp;
  447. typedef struct png_color_8_struct
  448. {
  449. png_byte red; /* for use in red green blue files */
  450. png_byte green;
  451. png_byte blue;
  452. png_byte gray; /* for use in grayscale files */
  453. png_byte alpha; /* for alpha channel files */
  454. } png_color_8;
  455. typedef png_color_8 FAR * png_color_8p;
  456. typedef png_color_8 FAR * FAR * png_color_8pp;
  457. /*
  458. * The following two structures are used for the in-core representation
  459. * of sPLT chunks.
  460. */
  461. typedef struct png_sPLT_entry_struct
  462. {
  463. png_uint_16 red;
  464. png_uint_16 green;
  465. png_uint_16 blue;
  466. png_uint_16 alpha;
  467. png_uint_16 frequency;
  468. } png_sPLT_entry;
  469. typedef png_sPLT_entry FAR * png_sPLT_entryp;
  470. typedef png_sPLT_entry FAR * FAR * png_sPLT_entrypp;
  471. /* When the depth of the sPLT palette is 8 bits, the color and alpha samples
  472. * occupy the LSB of their respective members, and the MSB of each member
  473. * is zero-filled. The frequency member always occupies the full 16 bits.
  474. */
  475. typedef struct png_sPLT_struct
  476. {
  477. png_charp name; /* palette name */
  478. png_byte depth; /* depth of palette samples */
  479. png_sPLT_entryp entries; /* palette entries */
  480. png_int_32 nentries; /* number of palette entries */
  481. } png_sPLT_t;
  482. typedef png_sPLT_t FAR * png_sPLT_tp;
  483. typedef png_sPLT_t FAR * FAR * png_sPLT_tpp;
  484. #ifdef PNG_TEXT_SUPPORTED
  485. /* png_text holds the contents of a text/ztxt/itxt chunk in a PNG file,
  486. * and whether that contents is compressed or not. The "key" field
  487. * points to a regular zero-terminated C string. The "text", "lang", and
  488. * "lang_key" fields can be regular C strings, empty strings, or NULL pointers.
  489. * However, the * structure returned by png_get_text() will always contain
  490. * regular zero-terminated C strings (possibly empty), never NULL pointers,
  491. * so they can be safely used in printf() and other string-handling functions.
  492. */
  493. typedef struct png_text_struct
  494. {
  495. int compression; /* compression value:
  496. -1: tEXt, none
  497. 0: zTXt, deflate
  498. 1: iTXt, none
  499. 2: iTXt, deflate */
  500. png_charp key; /* keyword, 1-79 character description of "text" */
  501. png_charp text; /* comment, may be an empty string (ie "")
  502. or a NULL pointer */
  503. png_size_t text_length; /* length of the text string */
  504. #ifdef PNG_iTXt_SUPPORTED
  505. png_size_t itxt_length; /* length of the itxt string */
  506. png_charp lang; /* language code, 0-79 characters
  507. or a NULL pointer */
  508. png_charp lang_key; /* keyword translated UTF-8 string, 0 or more
  509. chars or a NULL pointer */
  510. #endif
  511. } png_text;
  512. typedef png_text FAR * png_textp;
  513. typedef png_text FAR * FAR * png_textpp;
  514. #endif
  515. /* Supported compression types for text in PNG files (tEXt, and zTXt).
  516. * The values of the PNG_TEXT_COMPRESSION_ defines should NOT be changed. */
  517. #define PNG_TEXT_COMPRESSION_NONE_WR -3
  518. #define PNG_TEXT_COMPRESSION_zTXt_WR -2
  519. #define PNG_TEXT_COMPRESSION_NONE -1
  520. #define PNG_TEXT_COMPRESSION_zTXt 0
  521. #define PNG_ITXT_COMPRESSION_NONE 1
  522. #define PNG_ITXT_COMPRESSION_zTXt 2
  523. #define PNG_TEXT_COMPRESSION_LAST 3 /* Not a valid value */
  524. /* png_time is a way to hold the time in an machine independent way.
  525. * Two conversions are provided, both from time_t and struct tm. There
  526. * is no portable way to convert to either of these structures, as far
  527. * as I know. If you know of a portable way, send it to me. As a side
  528. * note - PNG has always been Year 2000 compliant!
  529. */
  530. typedef struct png_time_struct
  531. {
  532. png_uint_16 year; /* full year, as in, 1995 */
  533. png_byte month; /* month of year, 1 - 12 */
  534. png_byte day; /* day of month, 1 - 31 */
  535. png_byte hour; /* hour of day, 0 - 23 */
  536. png_byte minute; /* minute of hour, 0 - 59 */
  537. png_byte second; /* second of minute, 0 - 60 (for leap seconds) */
  538. } png_time;
  539. typedef png_time FAR * png_timep;
  540. typedef png_time FAR * FAR * png_timepp;
  541. #if defined(PNG_UNKNOWN_CHUNKS_SUPPORTED) || \
  542. defined(PNG_HANDLE_AS_UNKNOWN_SUPPORTED)
  543. /* png_unknown_chunk is a structure to hold queued chunks for which there is
  544. * no specific support. The idea is that we can use this to queue
  545. * up private chunks for output even though the library doesn't actually
  546. * know about their semantics.
  547. */
  548. typedef struct png_unknown_chunk_t
  549. {
  550. png_byte name[5];
  551. png_byte *data;
  552. png_size_t size;
  553. /* libpng-using applications should NOT directly modify this byte. */
  554. png_byte location; /* mode of operation at read time */
  555. }
  556. png_unknown_chunk;
  557. typedef png_unknown_chunk FAR * png_unknown_chunkp;
  558. typedef png_unknown_chunk FAR * FAR * png_unknown_chunkpp;
  559. #endif
  560. /* png_info is a structure that holds the information in a PNG file so
  561. * that the application can find out the characteristics of the image.
  562. * If you are reading the file, this structure will tell you what is
  563. * in the PNG file. If you are writing the file, fill in the information
  564. * you want to put into the PNG file, then call png_write_info().
  565. * The names chosen should be very close to the PNG specification, so
  566. * consult that document for information about the meaning of each field.
  567. *
  568. * With libpng < 0.95, it was only possible to directly set and read the
  569. * the values in the png_info_struct, which meant that the contents and
  570. * order of the values had to remain fixed. With libpng 0.95 and later,
  571. * however, there are now functions that abstract the contents of
  572. * png_info_struct from the application, so this makes it easier to use
  573. * libpng with dynamic libraries, and even makes it possible to use
  574. * libraries that don't have all of the libpng ancillary chunk-handing
  575. * functionality.
  576. *
  577. * In any case, the order of the parameters in png_info_struct should NOT
  578. * be changed for as long as possible to keep compatibility with applications
  579. * that use the old direct-access method with png_info_struct.
  580. *
  581. * The following members may have allocated storage attached that should be
  582. * cleaned up before the structure is discarded: palette, trans, text,
  583. * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
  584. * splt_palettes, scal_unit, row_pointers, and unknowns. By default, these
  585. * are automatically freed when the info structure is deallocated, if they were
  586. * allocated internally by libpng. This behavior can be changed by means
  587. * of the png_data_freer() function.
  588. *
  589. * More allocation details: all the chunk-reading functions that
  590. * change these members go through the corresponding png_set_*
  591. * functions. A function to clear these members is available: see
  592. * png_free_data(). The png_set_* functions do not depend on being
  593. * able to point info structure members to any of the storage they are
  594. * passed (they make their own copies), EXCEPT that the png_set_text
  595. * functions use the same storage passed to them in the text_ptr or
  596. * itxt_ptr structure argument, and the png_set_rows and png_set_unknowns
  597. * functions do not make their own copies.
  598. */
  599. typedef struct png_info_struct
  600. {
  601. /* the following are necessary for every PNG file */
  602. png_uint_32 width PNG_DEPSTRUCT; /* width of image in pixels (from IHDR) */
  603. png_uint_32 height PNG_DEPSTRUCT; /* height of image in pixels (from IHDR) */
  604. png_uint_32 valid PNG_DEPSTRUCT; /* valid chunk data (see PNG_INFO_
  605. below) */
  606. png_size_t rowbytes PNG_DEPSTRUCT; /* bytes needed to hold an untransformed
  607. row */
  608. png_colorp palette PNG_DEPSTRUCT; /* array of color values
  609. (valid & PNG_INFO_PLTE) */
  610. png_uint_16 num_palette PNG_DEPSTRUCT; /* number of color entries in
  611. "palette" (PLTE) */
  612. png_uint_16 num_trans PNG_DEPSTRUCT; /* number of transparent palette
  613. color (tRNS) */
  614. png_byte bit_depth PNG_DEPSTRUCT; /* 1, 2, 4, 8, or 16 bits/channel
  615. (from IHDR) */
  616. png_byte color_type PNG_DEPSTRUCT; /* see PNG_COLOR_TYPE_ below
  617. (from IHDR) */
  618. /* The following three should have been named *_method not *_type */
  619. png_byte compression_type PNG_DEPSTRUCT; /* must be
  620. PNG_COMPRESSION_TYPE_BASE (IHDR) */
  621. png_byte filter_type PNG_DEPSTRUCT; /* must be PNG_FILTER_TYPE_BASE
  622. (from IHDR) */
  623. png_byte interlace_type PNG_DEPSTRUCT; /* One of PNG_INTERLACE_NONE,
  624. PNG_INTERLACE_ADAM7 */
  625. /* The following is informational only on read, and not used on writes. */
  626. png_byte channels PNG_DEPSTRUCT; /* number of data channels per
  627. pixel (1, 2, 3, 4) */
  628. png_byte pixel_depth PNG_DEPSTRUCT; /* number of bits per pixel */
  629. png_byte spare_byte PNG_DEPSTRUCT; /* to align the data, and for
  630. future use */
  631. png_byte signature[8] PNG_DEPSTRUCT; /* magic bytes read by libpng
  632. from start of file */
  633. /* The rest of the data is optional. If you are reading, check the
  634. * valid field to see if the information in these are valid. If you
  635. * are writing, set the valid field to those chunks you want written,
  636. * and initialize the appropriate fields below.
  637. */
  638. #if defined(PNG_gAMA_SUPPORTED) && defined(PNG_FLOATING_POINT_SUPPORTED)
  639. /* The gAMA chunk describes the gamma characteristics of the system
  640. * on which the image was created, normally in the range [1.0, 2.5].
  641. * Data is valid if (valid & PNG_INFO_gAMA) is non-zero.
  642. */
  643. float gamma PNG_DEPSTRUCT; /* gamma value of image,
  644. if (valid & PNG_INFO_gAMA) */
  645. #endif
  646. #ifdef PNG_sRGB_SUPPORTED
  647. /* GR-P, 0.96a */
  648. /* Data valid if (valid & PNG_INFO_sRGB) non-zero. */
  649. png_byte srgb_intent PNG_DEPSTRUCT; /* sRGB rendering intent
  650. [0, 1, 2, or 3] */
  651. #endif
  652. #ifdef PNG_TEXT_SUPPORTED
  653. /* The tEXt, and zTXt chunks contain human-readable textual data in
  654. * uncompressed, compressed, and optionally compressed forms, respectively.
  655. * The data in "text" is an array of pointers to uncompressed,
  656. * null-terminated C strings. Each chunk has a keyword that describes the
  657. * textual data contained in that chunk. Keywords are not required to be
  658. * unique, and the text string may be empty. Any number of text chunks may
  659. * be in an image.
  660. */
  661. int num_text PNG_DEPSTRUCT; /* number of comments read/to write */
  662. int max_text PNG_DEPSTRUCT; /* current size of text array */
  663. png_textp text PNG_DEPSTRUCT; /* array of comments read/to write */
  664. #endif /* PNG_TEXT_SUPPORTED */
  665. #ifdef PNG_tIME_SUPPORTED
  666. /* The tIME chunk holds the last time the displayed image data was
  667. * modified. See the png_time struct for the contents of this struct.
  668. */
  669. png_time mod_time PNG_DEPSTRUCT;
  670. #endif
  671. #ifdef PNG_sBIT_SUPPORTED
  672. /* The sBIT chunk specifies the number of significant high-order bits
  673. * in the pixel data. Values are in the range [1, bit_depth], and are
  674. * only specified for the channels in the pixel data. The contents of
  675. * the low-order bits is not specified. Data is valid if
  676. * (valid & PNG_INFO_sBIT) is non-zero.
  677. */
  678. png_color_8 sig_bit PNG_DEPSTRUCT; /* significant bits in color channels */
  679. #endif
  680. #if defined(PNG_tRNS_SUPPORTED) || defined(PNG_READ_EXPAND_SUPPORTED) || \
  681. defined(PNG_READ_BACKGROUND_SUPPORTED)
  682. /* The tRNS chunk supplies transparency data for paletted images and
  683. * other image types that don't need a full alpha channel. There are
  684. * "num_trans" transparency values for a paletted image, stored in the
  685. * same order as the palette colors, starting from index 0. Values
  686. * for the data are in the range [0, 255], ranging from fully transparent
  687. * to fully opaque, respectively. For non-paletted images, there is a
  688. * single color specified that should be treated as fully transparent.
  689. * Data is valid if (valid & PNG_INFO_tRNS) is non-zero.
  690. */
  691. png_bytep trans_alpha PNG_DEPSTRUCT; /* alpha values for paletted
  692. image */
  693. png_color_16 trans_color PNG_DEPSTRUCT; /* transparent color for
  694. non-palette image */
  695. #endif
  696. #if defined(PNG_bKGD_SUPPORTED) || defined(PNG_READ_BACKGROUND_SUPPORTED)
  697. /* The bKGD chunk gives the suggested image background color if the
  698. * display program does not have its own background color and the image
  699. * is needs to composited onto a background before display. The colors
  700. * in "background" are normally in the same color space/depth as the
  701. * pixel data. Data is valid if (valid & PNG_INFO_bKGD) is non-zero.
  702. */
  703. png_color_16 background PNG_DEPSTRUCT;
  704. #endif
  705. #ifdef PNG_oFFs_SUPPORTED
  706. /* The oFFs chunk gives the offset in "offset_unit_type" units rightwards
  707. * and downwards from the top-left corner of the display, page, or other
  708. * application-specific co-ordinate space. See the PNG_OFFSET_ defines
  709. * below for the unit types. Valid if (valid & PNG_INFO_oFFs) non-zero.
  710. */
  711. png_int_32 x_offset PNG_DEPSTRUCT; /* x offset on page */
  712. png_int_32 y_offset PNG_DEPSTRUCT; /* y offset on page */
  713. png_byte offset_unit_type PNG_DEPSTRUCT; /* offset units type */
  714. #endif
  715. #ifdef PNG_pHYs_SUPPORTED
  716. /* The pHYs chunk gives the physical pixel density of the image for
  717. * display or printing in "phys_unit_type" units (see PNG_RESOLUTION_
  718. * defines below). Data is valid if (valid & PNG_INFO_pHYs) is non-zero.
  719. */
  720. png_uint_32 x_pixels_per_unit PNG_DEPSTRUCT; /* horizontal pixel density */
  721. png_uint_32 y_pixels_per_unit PNG_DEPSTRUCT; /* vertical pixel density */
  722. png_byte phys_unit_type PNG_DEPSTRUCT; /* resolution type (see
  723. PNG_RESOLUTION_ below) */
  724. #endif
  725. #ifdef PNG_hIST_SUPPORTED
  726. /* The hIST chunk contains the relative frequency or importance of the
  727. * various palette entries, so that a viewer can intelligently select a
  728. * reduced-color palette, if required. Data is an array of "num_palette"
  729. * values in the range [0,65535]. Data valid if (valid & PNG_INFO_hIST)
  730. * is non-zero.
  731. */
  732. png_uint_16p hist PNG_DEPSTRUCT;
  733. #endif
  734. #ifdef PNG_cHRM_SUPPORTED
  735. /* The cHRM chunk describes the CIE color characteristics of the monitor
  736. * on which the PNG was created. This data allows the viewer to do gamut
  737. * mapping of the input image to ensure that the viewer sees the same
  738. * colors in the image as the creator. Values are in the range
  739. * [0.0, 0.8]. Data valid if (valid & PNG_INFO_cHRM) non-zero.
  740. */
  741. #ifdef PNG_FLOATING_POINT_SUPPORTED
  742. float x_white PNG_DEPSTRUCT;
  743. float y_white PNG_DEPSTRUCT;
  744. float x_red PNG_DEPSTRUCT;
  745. float y_red PNG_DEPSTRUCT;
  746. float x_green PNG_DEPSTRUCT;
  747. float y_green PNG_DEPSTRUCT;
  748. float x_blue PNG_DEPSTRUCT;
  749. float y_blue PNG_DEPSTRUCT;
  750. #endif
  751. #endif
  752. #ifdef PNG_pCAL_SUPPORTED
  753. /* The pCAL chunk describes a transformation between the stored pixel
  754. * values and original physical data values used to create the image.
  755. * The integer range [0, 2^bit_depth - 1] maps to the floating-point
  756. * range given by [pcal_X0, pcal_X1], and are further transformed by a
  757. * (possibly non-linear) transformation function given by "pcal_type"
  758. * and "pcal_params" into "pcal_units". Please see the PNG_EQUATION_
  759. * defines below, and the PNG-Group's PNG extensions document for a
  760. * complete description of the transformations and how they should be
  761. * implemented, and for a description of the ASCII parameter strings.
  762. * Data values are valid if (valid & PNG_INFO_pCAL) non-zero.
  763. */
  764. png_charp pcal_purpose PNG_DEPSTRUCT; /* pCAL chunk description string */
  765. png_int_32 pcal_X0 PNG_DEPSTRUCT; /* minimum value */
  766. png_int_32 pcal_X1 PNG_DEPSTRUCT; /* maximum value */
  767. png_charp pcal_units PNG_DEPSTRUCT; /* Latin-1 string giving physical
  768. units */
  769. png_charpp pcal_params PNG_DEPSTRUCT; /* ASCII strings containing
  770. parameter values */
  771. png_byte pcal_type PNG_DEPSTRUCT; /* equation type
  772. (see PNG_EQUATION_ below) */
  773. png_byte pcal_nparams PNG_DEPSTRUCT; /* number of parameters given
  774. in pcal_params */
  775. #endif
  776. /* New members added in libpng-1.0.6 */
  777. png_uint_32 free_me PNG_DEPSTRUCT; /* flags items libpng is
  778. responsible for freeing */
  779. #if defined(PNG_UNKNOWN_CHUNKS_SUPPORTED) || \
  780. defined(PNG_HANDLE_AS_UNKNOWN_SUPPORTED)
  781. /* Storage for unknown chunks that the library doesn't recognize. */
  782. png_unknown_chunkp unknown_chunks PNG_DEPSTRUCT;
  783. png_size_t unknown_chunks_num PNG_DEPSTRUCT;
  784. #endif
  785. #ifdef PNG_iCCP_SUPPORTED
  786. /* iCCP chunk data. */
  787. png_charp iccp_name PNG_DEPSTRUCT; /* profile name */
  788. png_charp iccp_profile PNG_DEPSTRUCT; /* International Color Consortium
  789. profile data */
  790. /* Note to maintainer: should be png_bytep */
  791. png_uint_32 iccp_proflen PNG_DEPSTRUCT; /* ICC profile data length */
  792. png_byte iccp_compression PNG_DEPSTRUCT; /* Always zero */
  793. #endif
  794. #ifdef PNG_sPLT_SUPPORTED
  795. /* Data on sPLT chunks (there may be more than one). */
  796. png_sPLT_tp splt_palettes PNG_DEPSTRUCT;
  797. png_uint_32 splt_palettes_num PNG_DEPSTRUCT;
  798. #endif
  799. #ifdef PNG_sCAL_SUPPORTED
  800. /* The sCAL chunk describes the actual physical dimensions of the
  801. * subject matter of the graphic. The chunk contains a unit specification
  802. * a byte value, and two ASCII strings representing floating-point
  803. * values. The values are width and height corresponsing to one pixel
  804. * in the image. This external representation is converted to double
  805. * here. Data values are valid if (valid & PNG_INFO_sCAL) is non-zero.
  806. */
  807. png_byte scal_unit PNG_DEPSTRUCT; /* unit of physical scale */
  808. #ifdef PNG_FLOATING_POINT_SUPPORTED
  809. double scal_pixel_width PNG_DEPSTRUCT; /* width of one pixel */
  810. double scal_pixel_height PNG_DEPSTRUCT; /* height of one pixel */
  811. #endif
  812. #ifdef PNG_FIXED_POINT_SUPPORTED
  813. png_charp scal_s_width PNG_DEPSTRUCT; /* string containing height */
  814. png_charp scal_s_height PNG_DEPSTRUCT; /* string containing width */
  815. #endif
  816. #endif
  817. #ifdef PNG_INFO_IMAGE_SUPPORTED
  818. /* Memory has been allocated if (valid & PNG_ALLOCATED_INFO_ROWS)
  819. non-zero */
  820. /* Data valid if (valid & PNG_INFO_IDAT) non-zero */
  821. png_bytepp row_pointers PNG_DEPSTRUCT; /* the image bits */
  822. #endif
  823. #if defined(PNG_FIXED_POINT_SUPPORTED) && defined(PNG_gAMA_SUPPORTED)
  824. png_fixed_point int_gamma PNG_DEPSTRUCT; /* gamma of image,
  825. if (valid & PNG_INFO_gAMA) */
  826. #endif
  827. #if defined(PNG_cHRM_SUPPORTED) && defined(PNG_FIXED_POINT_SUPPORTED)
  828. png_fixed_point int_x_white PNG_DEPSTRUCT;
  829. png_fixed_point int_y_white PNG_DEPSTRUCT;
  830. png_fixed_point int_x_red PNG_DEPSTRUCT;
  831. png_fixed_point int_y_red PNG_DEPSTRUCT;
  832. png_fixed_point int_x_green PNG_DEPSTRUCT;
  833. png_fixed_point int_y_green PNG_DEPSTRUCT;
  834. png_fixed_point int_x_blue PNG_DEPSTRUCT;
  835. png_fixed_point int_y_blue PNG_DEPSTRUCT;
  836. #endif
  837. } png_info;
  838. typedef png_info FAR * png_infop;
  839. typedef png_info FAR * FAR * png_infopp;
  840. /* Maximum positive integer used in PNG is (2^31)-1 */
  841. #define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL)
  842. #define PNG_UINT_32_MAX ((png_uint_32)(-1))
  843. #define PNG_SIZE_MAX ((png_size_t)(-1))
  844. /* These describe the color_type field in png_info. */
  845. /* color type masks */
  846. #define PNG_COLOR_MASK_PALETTE 1
  847. #define PNG_COLOR_MASK_COLOR 2
  848. #define PNG_COLOR_MASK_ALPHA 4
  849. /* color types. Note that not all combinations are legal */
  850. #define PNG_COLOR_TYPE_GRAY 0
  851. #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)
  852. #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR)
  853. #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
  854. #define PNG_COLOR_TYPE_GRAY_ALPHA (PNG_COLOR_MASK_ALPHA)
  855. /* aliases */
  856. #define PNG_COLOR_TYPE_RGBA PNG_COLOR_TYPE_RGB_ALPHA
  857. #define PNG_COLOR_TYPE_GA PNG_COLOR_TYPE_GRAY_ALPHA
  858. /* This is for compression type. PNG 1.0-1.2 only define the single type. */
  859. #define PNG_COMPRESSION_TYPE_BASE 0 /* Deflate method 8, 32K window */
  860. #define PNG_COMPRESSION_TYPE_DEFAULT PNG_COMPRESSION_TYPE_BASE
  861. /* This is for filter type. PNG 1.0-1.2 only define the single type. */
  862. #define PNG_FILTER_TYPE_BASE 0 /* Single row per-byte filtering */
  863. #define PNG_INTRAPIXEL_DIFFERENCING 64 /* Used only in MNG datastreams */
  864. #define PNG_FILTER_TYPE_DEFAULT PNG_FILTER_TYPE_BASE
  865. /* These are for the interlacing type. These values should NOT be changed. */
  866. #define PNG_INTERLACE_NONE 0 /* Non-interlaced image */
  867. #define PNG_INTERLACE_ADAM7 1 /* Adam7 interlacing */
  868. #define PNG_INTERLACE_LAST 2 /* Not a valid value */
  869. /* These are for the oFFs chunk. These values should NOT be changed. */
  870. #define PNG_OFFSET_PIXEL 0 /* Offset in pixels */
  871. #define PNG_OFFSET_MICROMETER 1 /* Offset in micrometers (1/10^6 meter) */
  872. #define PNG_OFFSET_LAST 2 /* Not a valid value */
  873. /* These are for the pCAL chunk. These values should NOT be changed. */
  874. #define PNG_EQUATION_LINEAR 0 /* Linear transformation */
  875. #define PNG_EQUATION_BASE_E 1 /* Exponential base e transform */
  876. #define PNG_EQUATION_ARBITRARY 2 /* Arbitrary base exponential transform */
  877. #define PNG_EQUATION_HYPERBOLIC 3 /* Hyperbolic sine transformation */
  878. #define PNG_EQUATION_LAST 4 /* Not a valid value */
  879. /* These are for the sCAL chunk. These values should NOT be changed. */
  880. #define PNG_SCALE_UNKNOWN 0 /* unknown unit (image scale) */
  881. #define PNG_SCALE_METER 1 /* meters per pixel */
  882. #define PNG_SCALE_RADIAN 2 /* radians per pixel */
  883. #define PNG_SCALE_LAST 3 /* Not a valid value */
  884. /* These are for the pHYs chunk. These values should NOT be changed. */
  885. #define PNG_RESOLUTION_UNKNOWN 0 /* pixels/unknown unit (aspect ratio) */
  886. #define PNG_RESOLUTION_METER 1 /* pixels/meter */
  887. #define PNG_RESOLUTION_LAST 2 /* Not a valid value */
  888. /* These are for the sRGB chunk. These values should NOT be changed. */
  889. #define PNG_sRGB_INTENT_PERCEPTUAL 0
  890. #define PNG_sRGB_INTENT_RELATIVE 1
  891. #define PNG_sRGB_INTENT_SATURATION 2
  892. #define PNG_sRGB_INTENT_ABSOLUTE 3
  893. #define PNG_sRGB_INTENT_LAST 4 /* Not a valid value */
  894. /* This is for text chunks */
  895. #define PNG_KEYWORD_MAX_LENGTH 79
  896. /* Maximum number of entries in PLTE/sPLT/tRNS arrays */
  897. #define PNG_MAX_PALETTE_LENGTH 256
  898. /* These determine if an ancillary chunk's data has been successfully read
  899. * from the PNG header, or if the application has filled in the corresponding
  900. * data in the info_struct to be written into the output file. The values
  901. * of the PNG_INFO_<chunk> defines should NOT be changed.
  902. */
  903. #define PNG_INFO_gAMA 0x0001
  904. #define PNG_INFO_sBIT 0x0002
  905. #define PNG_INFO_cHRM 0x0004
  906. #define PNG_INFO_PLTE 0x0008
  907. #define PNG_INFO_tRNS 0x0010
  908. #define PNG_INFO_bKGD 0x0020
  909. #define PNG_INFO_hIST 0x0040
  910. #define PNG_INFO_pHYs 0x0080
  911. #define PNG_INFO_oFFs 0x0100
  912. #define PNG_INFO_tIME 0x0200
  913. #define PNG_INFO_pCAL 0x0400
  914. #define PNG_INFO_sRGB 0x0800 /* GR-P, 0.96a */
  915. #define PNG_INFO_iCCP 0x1000 /* ESR, 1.0.6 */
  916. #define PNG_INFO_sPLT 0x2000 /* ESR, 1.0.6 */
  917. #define PNG_INFO_sCAL 0x4000 /* ESR, 1.0.6 */
  918. #define PNG_INFO_IDAT 0x8000L /* ESR, 1.0.6 */
  919. /* This is used for the transformation routines, as some of them
  920. * change these values for the row. It also should enable using
  921. * the routines for other purposes.
  922. */
  923. typedef struct png_row_info_struct
  924. {
  925. png_uint_32 width; /* width of row */
  926. png_size_t rowbytes; /* number of bytes in row */
  927. png_byte color_type; /* color type of row */
  928. png_byte bit_depth; /* bit depth of row */
  929. png_byte channels; /* number of channels (1, 2, 3, or 4) */
  930. png_byte pixel_depth; /* bits per pixel (depth * channels) */
  931. } png_row_info;
  932. typedef png_row_info FAR * png_row_infop;
  933. typedef png_row_info FAR * FAR * png_row_infopp;
  934. /* These are the function types for the I/O functions and for the functions
  935. * that allow the user to override the default I/O functions with his or her
  936. * own. The png_error_ptr type should match that of user-supplied warning
  937. * and error functions, while the png_rw_ptr type should match that of the
  938. * user read/write data functions.
  939. */
  940. typedef struct png_struct_def png_struct;
  941. typedef png_struct FAR * png_structp;
  942. typedef void (PNGAPI *png_error_ptr) PNGARG((png_structp, png_const_charp));
  943. typedef void (PNGAPI *png_rw_ptr) PNGARG((png_structp, png_bytep, png_size_t));
  944. typedef void (PNGAPI *png_flush_ptr) PNGARG((png_structp));
  945. typedef void (PNGAPI *png_read_status_ptr) PNGARG((png_structp, png_uint_32,
  946. int));
  947. typedef void (PNGAPI *png_write_status_ptr) PNGARG((png_structp, png_uint_32,
  948. int));
  949. #ifdef PNG_PROGRESSIVE_READ_SUPPORTED
  950. typedef void (PNGAPI *png_progressive_info_ptr) PNGARG((png_structp,
  951. png_infop));
  952. typedef void (PNGAPI *png_progressive_end_ptr) PNGARG((png_structp, png_infop));
  953. typedef void (PNGAPI *png_progressive_row_ptr) PNGARG((png_structp, png_bytep,
  954. png_uint_32, int));
  955. #endif
  956. #if defined(PNG_READ_USER_TRANSFORM_SUPPORTED) || \
  957. defined(PNG_WRITE_USER_TRANSFORM_SUPPORTED)
  958. typedef void (PNGAPI *png_user_transform_ptr) PNGARG((png_structp,
  959. png_row_infop, png_bytep));
  960. #endif
  961. #ifdef PNG_USER_CHUNKS_SUPPORTED
  962. typedef int (PNGAPI *png_user_chunk_ptr) PNGARG((png_structp,
  963. png_unknown_chunkp));
  964. #endif
  965. #ifdef PNG_UNKNOWN_CHUNKS_SUPPORTED
  966. typedef void (PNGAPI *png_unknown_chunk_ptr) PNGARG((png_structp));
  967. #endif
  968. #ifdef PNG_SETJMP_SUPPORTED
  969. /* This must match the function definition in <setjmp.h>, and the
  970. * application must include this before png.h to obtain the definition
  971. * of jmp_buf.
  972. */
  973. typedef void (PNGAPI *png_longjmp_ptr) PNGARG((jmp_buf, int));
  974. #endif
  975. /* Transform masks for the high-level interface */
  976. #define PNG_TRANSFORM_IDENTITY 0x0000 /* read and write */
  977. #define PNG_TRANSFORM_STRIP_16 0x0001 /* read only */
  978. #define PNG_TRANSFORM_STRIP_ALPHA 0x0002 /* read only */
  979. #define PNG_TRANSFORM_PACKING 0x0004 /* read and write */
  980. #define PNG_TRANSFORM_PACKSWAP 0x0008 /* read and write */
  981. #define PNG_TRANSFORM_EXPAND 0x0010 /* read only */
  982. #define PNG_TRANSFORM_INVERT_MONO 0x0020 /* read and write */
  983. #define PNG_TRANSFORM_SHIFT 0x0040 /* read and write */
  984. #define PNG_TRANSFORM_BGR 0x0080 /* read and write */
  985. #define PNG_TRANSFORM_SWAP_ALPHA 0x0100 /* read and write */
  986. #define PNG_TRANSFORM_SWAP_ENDIAN 0x0200 /* read and write */
  987. #define PNG_TRANSFORM_INVERT_ALPHA 0x0400 /* read and write */
  988. #define PNG_TRANSFORM_STRIP_FILLER 0x0800 /* write only */
  989. /* Added to libpng-1.2.34 */
  990. #define PNG_TRANSFORM_STRIP_FILLER_BEFORE PNG_TRANSFORM_STRIP_FILLER
  991. #define PNG_TRANSFORM_STRIP_FILLER_AFTER 0x1000 /* write only */
  992. /* Added to libpng-1.4.0 */
  993. #define PNG_TRANSFORM_GRAY_TO_RGB 0x2000 /* read only */
  994. /* Flags for MNG supported features */
  995. #define PNG_FLAG_MNG_EMPTY_PLTE 0x01
  996. #define PNG_FLAG_MNG_FILTER_64 0x04
  997. #define PNG_ALL_MNG_FEATURES 0x05
  998. typedef png_voidp (*png_malloc_ptr) PNGARG((png_structp, png_alloc_size_t));
  999. typedef void (*png_free_ptr) PNGARG((png_structp, png_voidp));
  1000. /* The structure that holds the information to read and write PNG files.
  1001. * The only people who need to care about what is inside of this are the
  1002. * people who will be modifying the library for their own special needs.
  1003. * It should NOT be accessed directly by an application, except to store
  1004. * the jmp_buf.
  1005. */
  1006. struct png_struct_def
  1007. {
  1008. #ifdef PNG_SETJMP_SUPPORTED
  1009. jmp_buf jmpbuf PNG_DEPSTRUCT; /* used in png_error */
  1010. png_longjmp_ptr longjmp_fn PNG_DEPSTRUCT;/* setjmp non-local goto
  1011. function. */
  1012. #endif
  1013. png_error_ptr error_fn PNG_DEPSTRUCT; /* function for printing
  1014. errors and aborting */
  1015. png_error_ptr warning_fn PNG_DEPSTRUCT; /* function for printing
  1016. warnings */
  1017. png_voidp error_ptr PNG_DEPSTRUCT; /* user supplied struct for
  1018. error functions */
  1019. png_rw_ptr write_data_fn PNG_DEPSTRUCT; /* function for writing
  1020. output data */
  1021. png_rw_ptr read_data_fn PNG_DEPSTRUCT; /* function for reading
  1022. input data */
  1023. png_voidp io_ptr PNG_DEPSTRUCT; /* ptr to application struct
  1024. for I/O functions */
  1025. #ifdef PNG_READ_USER_TRANSFORM_SUPPORTED
  1026. png_user_transform_ptr read_user_transform_fn PNG_DEPSTRUCT; /* user read
  1027. transform */
  1028. #endif
  1029. #ifdef PNG_WRITE_USER_TRANSFORM_SUPPORTED
  1030. png_user_transform_ptr write_user_transform_fn PNG_DEPSTRUCT; /* user write
  1031. transform */
  1032. #endif
  1033. /* These were added in libpng-1.0.2 */
  1034. #ifdef PNG_USER_TRANSFORM_PTR_SUPPORTED
  1035. #if defined(PNG_READ_USER_TRANSFORM_SUPPORTED) || \
  1036. defined(PNG_WRITE_USER_TRANSFORM_SUPPORTED)
  1037. png_voidp user_transform_ptr PNG_DEPSTRUCT; /* user supplied struct
  1038. for user transform */
  1039. png_byte user_transform_depth PNG_DEPSTRUCT; /* bit depth of user
  1040. transformed pixels */
  1041. png_byte user_transform_channels PNG_DEPSTRUCT; /* channels in user
  1042. transformed pixels */
  1043. #endif
  1044. #endif
  1045. png_uint_32 mode PNG_DEPSTRUCT; /* tells us where we are in
  1046. the PNG file */
  1047. png_uint_32 flags PNG_DEPSTRUCT; /* flags indicating various
  1048. things to libpng */
  1049. png_uint_32 transformations PNG_DEPSTRUCT; /* which transformations
  1050. to perform */
  1051. z_stream zstream PNG_DEPSTRUCT; /* pointer to decompression
  1052. structure (below) */
  1053. png_bytep zbuf PNG_DEPSTRUCT; /* buffer for zlib */
  1054. png_size_t zbuf_size PNG_DEPSTRUCT; /* size of zbuf */
  1055. int zlib_level PNG_DEPSTRUCT; /* holds zlib compression level */
  1056. int zlib_method PNG_DEPSTRUCT; /* holds zlib compression method */
  1057. int zlib_window_bits PNG_DEPSTRUCT; /* holds zlib compression window
  1058. bits */
  1059. int zlib_mem_level PNG_DEPSTRUCT; /* holds zlib compression memory
  1060. level */
  1061. int zlib_strategy PNG_DEPSTRUCT; /* holds zlib compression
  1062. strategy */
  1063. png_uint_32 width PNG_DEPSTRUCT; /* width of image in pixels */
  1064. png_uint_32 height PNG_DEPSTRUCT; /* height of image in pixels */
  1065. png_uint_32 num_rows PNG_DEPSTRUCT; /* number of rows in current pass */
  1066. png_uint_32 usr_width PNG_DEPSTRUCT; /* width of row at start of write */
  1067. png_size_t rowbytes PNG_DEPSTRUCT; /* size of row in bytes */
  1068. #if 0 /* Replaced with the following in libpng-1.4.1 */
  1069. png_size_t irowbytes PNG_DEPSTRUCT;
  1070. #endif
  1071. /* Added in libpng-1.4.1 */
  1072. #ifdef PNG_USER_LIMITS_SUPPORTED
  1073. /* Total memory that a zTXt, sPLT, iTXt, iCCP, or unknown chunk
  1074. * can occupy when decompressed. 0 means unlimited.
  1075. * We will change the typedef from png_size_t to png_alloc_size_t
  1076. * in libpng-1.6.0
  1077. */
  1078. png_alloc_size_t user_chunk_malloc_max PNG_DEPSTRUCT;
  1079. #endif
  1080. png_uint_32 iwidth PNG_DEPSTRUCT; /* width of current interlaced
  1081. row in pixels */
  1082. png_uint_32 row_number PNG_DEPSTRUCT; /* current row in interlace pass */
  1083. png_bytep prev_row PNG_DEPSTRUCT; /* buffer to save previous
  1084. (unfiltered) row */
  1085. png_bytep row_buf PNG_DEPSTRUCT; /* buffer to save current
  1086. (unfiltered) row */
  1087. png_bytep sub_row PNG_DEPSTRUCT; /* buffer to save "sub" row
  1088. when filtering */
  1089. png_bytep up_row PNG_DEPSTRUCT; /* buffer to save "up" row
  1090. when filtering */
  1091. png_bytep avg_row PNG_DEPSTRUCT; /* buffer to save "avg" row
  1092. when filtering */
  1093. png_bytep paeth_row PNG_DEPSTRUCT; /* buffer to save "Paeth" row
  1094. when filtering */
  1095. png_row_info row_info PNG_DEPSTRUCT; /* used for transformation
  1096. routines */
  1097. png_uint_32 idat_size PNG_DEPSTRUCT; /* current IDAT size for read */
  1098. png_uint_32 crc PNG_DEPSTRUCT; /* current chunk CRC value */
  1099. png_colorp palette PNG_DEPSTRUCT; /* palette from the input file */
  1100. png_uint_16 num_palette PNG_DEPSTRUCT; /* number of color entries in
  1101. palette */
  1102. png_uint_16 num_trans PNG_DEPSTRUCT; /* number of transparency values */
  1103. png_byte chunk_name[5] PNG_DEPSTRUCT; /* null-terminated name of current
  1104. chunk */
  1105. png_byte compression PNG_DEPSTRUCT; /* file compression type
  1106. (always 0) */
  1107. png_byte filter PNG_DEPSTRUCT; /* file filter type (always 0) */
  1108. png_byte interlaced PNG_DEPSTRUCT; /* PNG_INTERLACE_NONE,
  1109. PNG_INTERLACE_ADAM7 */
  1110. png_byte pass PNG_DEPSTRUCT; /* current interlace pass (0 - 6) */
  1111. png_byte do_filter PNG_DEPSTRUCT; /* row filter flags (see
  1112. PNG_FILTER_ below ) */
  1113. png_byte color_type PNG_DEPSTRUCT; /* color type of file */
  1114. png_byte bit_depth PNG_DEPSTRUCT; /* bit depth of file */
  1115. png_byte usr_bit_depth PNG_DEPSTRUCT; /* bit depth of users row */
  1116. png_byte pixel_depth PNG_DEPSTRUCT; /* number of bits per pixel */
  1117. png_byte channels PNG_DEPSTRUCT; /* number of channels in file */
  1118. png_byte usr_channels PNG_DEPSTRUCT; /* channels at start of write */
  1119. png_byte sig_bytes PNG_DEPSTRUCT; /* magic bytes read/written from
  1120. start of file */
  1121. #if defined(PNG_READ_FILLER_SUPPORTED) || defined(PNG_WRITE_FILLER_SUPPORTED)
  1122. png_uint_16 filler PNG_DEPSTRUCT; /* filler bytes for pixel
  1123. expansion */
  1124. #endif
  1125. #ifdef PNG_bKGD_SUPPORTED
  1126. png_byte background_gamma_type PNG_DEPSTRUCT;
  1127. # ifdef PNG_FLOATING_POINT_SUPPORTED
  1128. float background_gamma PNG_DEPSTRUCT;
  1129. # endif
  1130. png_color_16 background PNG_DEPSTRUCT; /* background color in
  1131. screen gamma space */
  1132. #ifdef PNG_READ_GAMMA_SUPPORTED
  1133. png_color_16 background_1 PNG_DEPSTRUCT; /* background normalized
  1134. to gamma 1.0 */
  1135. #endif
  1136. #endif /* PNG_bKGD_SUPPORTED */
  1137. #ifdef PNG_WRITE_FLUSH_SUPPORTED
  1138. png_flush_ptr output_flush_fn PNG_DEPSTRUCT; /* Function for flushing
  1139. output */
  1140. png_uint_32 flush_dist PNG_DEPSTRUCT; /* how many rows apart to flush,
  1141. 0 - no flush */
  1142. png_uint_32 flush_rows PNG_DEPSTRUCT; /* number of rows written since
  1143. last flush */
  1144. #endif
  1145. #if defined(PNG_READ_GAMMA_SUPPORTED) || defined(PNG_READ_BACKGROUND_SUPPORTED)
  1146. int gamma_shift PNG_DEPSTRUCT; /* number of "insignificant" bits
  1147. 16-bit gamma */
  1148. #ifdef PNG_FLOATING_POINT_SUPPORTED
  1149. float gamma PNG_DEPSTRUCT; /* file gamma value */
  1150. float screen_gamma PNG_DEPSTRUCT; /* screen gamma value
  1151. (display_exponent) */
  1152. #endif
  1153. #endif
  1154. #if defined(PNG_READ_GAMMA_SUPPORTED) || defined(PNG_READ_BACKGROUND_SUPPORTED)
  1155. png_bytep gamma_table PNG_DEPSTRUCT; /* gamma table for 8-bit
  1156. depth files */
  1157. png_bytep gamma_from_1 PNG_DEPSTRUCT; /* converts from 1.0 to screen */
  1158. png_bytep gamma_to_1 PNG_DEPSTRUCT; /* converts from file to 1.0 */
  1159. png_uint_16pp gamma_16_table PNG_DEPSTRUCT; /* gamma table for 16-bit
  1160. depth files */
  1161. png_uint_16pp gamma_16_from_1 PNG_DEPSTRUCT; /* converts from 1.0 to
  1162. screen */
  1163. png_uint_16pp gamma_16_to_1 PNG_DEPSTRUCT; /* converts from file to 1.0 */
  1164. #endif
  1165. #if defined(PNG_READ_GAMMA_SUPPORTED) || defined(PNG_sBIT_SUPPORTED)
  1166. png_color_8 sig_bit PNG_DEPSTRUCT; /* significant bits in each
  1167. available channel */
  1168. #endif
  1169. #if defined(PNG_READ_SHIFT_SUPPORTED) || defined(PNG_WRITE_SHIFT_SUPPORTED)
  1170. png_color_8 shift PNG_DEPSTRUCT; /* shift for significant bit
  1171. tranformation */
  1172. #endif
  1173. #if defined(PNG_tRNS_SUPPORTED) || defined(PNG_READ_BACKGROUND_SUPPORTED) \
  1174. || defined(PNG_READ_EXPAND_SUPPORTED) || defined(PNG_READ_BACKGROUND_SUPPORTED)
  1175. png_bytep trans_alpha PNG_DEPSTRUCT; /* alpha values for
  1176. paletted files */
  1177. png_color_16 trans_color PNG_DEPSTRUCT; /* transparent color for
  1178. non-paletted files */
  1179. #endif
  1180. png_read_status_ptr read_row_fn PNG_DEPSTRUCT; /* called after each
  1181. row is decoded */
  1182. png_write_status_ptr write_row_fn PNG_DEPSTRUCT; /* called after each
  1183. row is encoded */
  1184. #ifdef PNG_PROGRESSIVE_READ_SUPPORTED
  1185. png_progressive_info_ptr info_fn PNG_DEPSTRUCT; /* called after header
  1186. data fully read */
  1187. png_progressive_row_ptr row_fn PNG_DEPSTRUCT; /* called after each
  1188. prog. row is decoded */
  1189. png_progressive_end_ptr end_fn PNG_DEPSTRUCT; /* called after image
  1190. is complete */
  1191. png_bytep save_buffer_ptr PNG_DEPSTRUCT; /* current location in
  1192. save_buffer */
  1193. png_bytep save_buffer PNG_DEPSTRUCT; /* buffer for previously
  1194. read data */
  1195. png_bytep current_buffer_ptr PNG_DEPSTRUCT; /* current location in
  1196. current_buffer */
  1197. png_bytep current_buffer PNG_DEPSTRUCT; /* buffer for recently
  1198. used data */
  1199. png_uint_32 push_length PNG_DEPSTRUCT; /* size of current input
  1200. chunk */
  1201. png_uint_32 skip_length PNG_DEPSTRUCT; /* bytes to skip in
  1202. input data */
  1203. png_size_t save_buffer_size PNG_DEPSTRUCT; /* amount of data now
  1204. in save_buffer */
  1205. png_size_t save_buffer_max PNG_DEPSTRUCT; /* total size of
  1206. save_buffer */
  1207. png_size_t buffer_size PNG_DEPSTRUCT; /* total amount of
  1208. available input data */
  1209. png_size_t current_buffer_size PNG_DEPSTRUCT; /* amount of data now
  1210. in current_buffer */
  1211. int process_mode PNG_DEPSTRUCT; /* what push library
  1212. is currently doing */
  1213. int cur_palette PNG_DEPSTRUCT; /* current push library
  1214. palette index */
  1215. # ifdef PNG_TEXT_SUPPORTED
  1216. png_size_t current_text_size PNG_DEPSTRUCT; /* current size of
  1217. text input data */
  1218. png_size_t current_text_left PNG_DEPSTRUCT; /* how much text left
  1219. to read in input */
  1220. png_charp current_text PNG_DEPSTRUCT; /* current text chunk
  1221. buffer */
  1222. png_charp current_text_ptr PNG_DEPSTRUCT; /* current location
  1223. in current_text */
  1224. # endif /* PNG_PROGRESSIVE_READ_SUPPORTED && PNG_TEXT_SUPPORTED */
  1225. #endif /* PNG_PROGRESSIVE_READ_SUPPORTED */
  1226. #if defined(__TURBOC__) && !defined(_Windows) && !defined(__FLAT__)
  1227. /* For the Borland special 64K segment handler */
  1228. png_bytepp offset_table_ptr PNG_DEPSTRUCT;
  1229. png_bytep offset_table PNG_DEPSTRUCT;
  1230. png_uint_16 offset_table_number PNG_DEPSTRUCT;
  1231. png_uint_16 offset_table_count PNG_DEPSTRUCT;
  1232. png_uint_16 offset_table_count_free PNG_DEPSTRUCT;
  1233. #endif
  1234. #ifdef PNG_READ_QUANTIZE_SUPPORTED
  1235. png_bytep palette_lookup PNG_DEPSTRUCT; /* lookup table for quantizing */
  1236. png_bytep quantize_index PNG_DEPSTRUCT; /* index translation for palette
  1237. files */
  1238. #endif
  1239. #if defined(PNG_READ_QUANTIZE_SUPPORTED) || defined(PNG_hIST_SUPPORTED)
  1240. png_uint_16p hist PNG_DEPSTRUCT; /* histogram */
  1241. #endif
  1242. #ifdef PNG_WRITE_WEIGHTED_FILTER_SUPPORTED
  1243. png_byte heuristic_method PNG_DEPSTRUCT; /* heuristic for row
  1244. filter selection */
  1245. png_byte num_prev_filters PNG_DEPSTRUCT; /* number of weights
  1246. for previous rows */
  1247. png_bytep prev_filters PNG_DEPSTRUCT; /* filter type(s) of
  1248. previous row(s) */
  1249. png_uint_16p filter_weights PNG_DEPSTRUCT; /* weight(s) for previous
  1250. line(s) */
  1251. png_uint_16p inv_filter_weights PNG_DEPSTRUCT; /* 1/weight(s) for
  1252. previous line(s) */
  1253. png_uint_16p filter_costs PNG_DEPSTRUCT; /* relative filter
  1254. calculation cost */
  1255. png_uint_16p inv_filter_costs PNG_DEPSTRUCT; /* 1/relative filter
  1256. calculation cost */
  1257. #endif
  1258. #ifdef PNG_TIME_RFC1123_SUPPORTED
  1259. png_charp time_buffer PNG_DEPSTRUCT; /* String to hold RFC 1123 time text */
  1260. #endif
  1261. /* New members added in libpng-1.0.6 */
  1262. png_uint_32 free_me PNG_DEPSTRUCT; /* flags items libpng is
  1263. responsible for freeing */
  1264. #ifdef PNG_USER_CHUNKS_SUPPORTED
  1265. png_voidp user_chunk_ptr PNG_DEPSTRUCT;
  1266. png_user_chunk_ptr read_user_chunk_fn PNG_DEPSTRUCT; /* user read
  1267. chunk handler */
  1268. #endif
  1269. #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED
  1270. int num_chunk_list PNG_DEPSTRUCT;
  1271. png_bytep chunk_list PNG_DEPSTRUCT;
  1272. #endif
  1273. /* New members added in libpng-1.0.3 */
  1274. #ifdef PNG_READ_RGB_TO_GRAY_SUPPORTED
  1275. png_byte rgb_to_gray_status PNG_DEPSTRUCT;
  1276. /* These were changed from png_byte in libpng-1.0.6 */
  1277. png_uint_16 rgb_to_gray_red_coeff PNG_DEPSTRUCT;
  1278. png_uint_16 rgb_to_gray_green_coeff PNG_DEPSTRUCT;
  1279. png_uint_16 rgb_to_gray_blue_coeff PNG_DEPSTRUCT;
  1280. #endif
  1281. /* New member added in libpng-1.0.4 (renamed in 1.0.9) */
  1282. #if defined(PNG_MNG_FEATURES_SUPPORTED) || \
  1283. defined(PNG_READ_EMPTY_PLTE_SUPPORTED) || \
  1284. defined(PNG_WRITE_EMPTY_PLTE_SUPPORTED)
  1285. /* Changed from png_byte to png_uint_32 at version 1.2.0 */
  1286. png_uint_32 mng_features_permitted PNG_DEPSTRUCT;
  1287. #endif
  1288. /* New member added in libpng-1.0.7 */
  1289. #if defined(PNG_READ_GAMMA_SUPPORTED) || defined(PNG_READ_BACKGROUND_SUPPORTED)
  1290. png_fixed_point int_gamma PNG_DEPSTRUCT;
  1291. #endif
  1292. /* New member added in libpng-1.0.9, ifdef'ed out in 1.0.12, enabled in 1.2.0 */
  1293. #ifdef PNG_MNG_FEATURES_SUPPORTED
  1294. png_byte filter_type PNG_DEPSTRUCT;
  1295. #endif
  1296. /* New members added in libpng-1.2.0 */
  1297. /* New members added in libpng-1.0.2 but first enabled by default in 1.2.0 */
  1298. #ifdef PNG_USER_MEM_SUPPORTED
  1299. png_voidp mem_ptr PNG_DEPSTRUCT; /* user supplied struct for
  1300. mem functions */
  1301. png_malloc_ptr malloc_fn PNG_DEPSTRUCT; /* function for
  1302. allocating memory */
  1303. png_free_ptr free_fn PNG_DEPSTRUCT; /* function for
  1304. freeing memory */
  1305. #endif
  1306. /* New member added in libpng-1.0.13 and 1.2.0 */
  1307. png_bytep big_row_buf PNG_DEPSTRUCT; /* buffer to save current
  1308. (unfiltered) row */
  1309. #ifdef PNG_READ_QUANTIZE_SUPPORTED
  1310. /* The following three members were added at version 1.0.14 and 1.2.4 */
  1311. png_bytep quantize_sort PNG_DEPSTRUCT; /* working sort array */
  1312. png_bytep index_to_palette PNG_DEPSTRUCT; /* where the original
  1313. index currently is
  1314. in the palette */
  1315. png_bytep palette_to_index PNG_DEPSTRUCT; /* which original index
  1316. points to this
  1317. palette color */
  1318. #endif
  1319. /* New members added in libpng-1.0.16 and 1.2.6 */
  1320. png_byte compression_type PNG_DEPSTRUCT;
  1321. #ifdef PNG_USER_LIMITS_SUPPORTED
  1322. png_uint_32 user_width_max PNG_DEPSTRUCT;
  1323. png_uint_32 user_height_max PNG_DEPSTRUCT;
  1324. /* Added in libpng-1.4.0: Total number of sPLT, text, and unknown
  1325. * chunks that can be stored (0 means unlimited).
  1326. */
  1327. png_uint_32 user_chunk_cache_max PNG_DEPSTRUCT;
  1328. #endif
  1329. /* New member added in libpng-1.0.25 and 1.2.17 */
  1330. #ifdef PNG_UNKNOWN_CHUNKS_SUPPORTED
  1331. /* Storage for unknown chunk that the library doesn't recognize. */
  1332. png_unknown_chunk unknown_chunk PNG_DEPSTRUCT;
  1333. #endif
  1334. /* New members added in libpng-1.2.26 */
  1335. png_uint_32 old_big_row_buf_size PNG_DEPSTRUCT;
  1336. png_uint_32 old_prev_row_size PNG_DEPSTRUCT;
  1337. /* New member added in libpng-1.2.30 */
  1338. png_charp chunkdata PNG_DEPSTRUCT; /* buffer for reading chunk data */
  1339. #ifdef PNG_IO_STATE_SUPPORTED
  1340. /* New member added in libpng-1.4.0 */
  1341. png_uint_32 io_state PNG_DEPSTRUCT;
  1342. #endif
  1343. };
  1344. /* This triggers a compiler error in png.c, if png.c and png.h
  1345. * do not agree upon the version number.
  1346. */
  1347. typedef png_structp version_1_4_3;
  1348. typedef png_struct FAR * FAR * png_structpp;
  1349. /* Here are the function definitions most commonly used. This is not
  1350. * the place to find out how to use libpng. See libpng.txt for the
  1351. * full explanation, see example.c for the summary. This just provides
  1352. * a simple one line description of the use of each function.
  1353. */
  1354. /* Returns the version number of the library */
  1355. extern PNG_EXPORT(png_uint_32,png_access_version_number) PNGARG((void));
  1356. /* Tell lib we have already handled the first <num_bytes> magic bytes.
  1357. * Handling more than 8 bytes from the beginning of the file is an error.
  1358. */
  1359. extern PNG_EXPORT(void,png_set_sig_bytes) PNGARG((png_structp png_ptr,
  1360. int num_bytes));
  1361. /* Check sig[start] through sig[start + num_to_check - 1] to see if it's a
  1362. * PNG file. Returns zero if the supplied bytes match the 8-byte PNG
  1363. * signature, and non-zero otherwise. Having num_to_check == 0 or
  1364. * start > 7 will always fail (ie return non-zero).
  1365. */
  1366. extern PNG_EXPORT(int,png_sig_cmp) PNGARG((png_bytep sig, png_size_t start,
  1367. png_size_t num_to_check));
  1368. /* Simple signature checking function. This is the same as calling
  1369. * png_check_sig(sig, n) := !png_sig_cmp(sig, 0, n).
  1370. */
  1371. #define png_check_sig(sig,n) !png_sig_cmp((sig), 0, (n))
  1372. /* Allocate and initialize png_ptr struct for reading, and any other memory. */
  1373. extern PNG_EXPORT(png_structp,png_create_read_struct)
  1374. PNGARG((png_const_charp user_png_ver, png_voidp error_ptr,
  1375. png_error_ptr error_fn, png_error_ptr warn_fn)) PNG_ALLOCATED;
  1376. /* Allocate and initialize png_ptr struct for writing, and any other memory */
  1377. extern PNG_EXPORT(png_structp,png_create_write_struct)
  1378. PNGARG((png_const_charp user_png_ver, png_voidp error_ptr,
  1379. png_error_ptr error_fn, png_error_ptr warn_fn)) PNG_ALLOCATED;
  1380. extern PNG_EXPORT(png_size_t,png_get_compression_buffer_size)
  1381. PNGARG((png_structp png_ptr));
  1382. extern PNG_EXPORT(void,png_set_compression_buffer_size)
  1383. PNGARG((png_structp png_ptr, png_size_t size));
  1384. /* Moved from pngconf.h in 1.4.0 and modified to ensure setjmp/longjmp
  1385. * match up.
  1386. */
  1387. #ifdef PNG_SETJMP_SUPPORTED
  1388. /* This function returns the jmp_buf built in to *png_ptr. It must be
  1389. * supplied with an appropriate 'longjmp' function to use on that jmp_buf
  1390. * unless the default error function is overridden in which case NULL is
  1391. * acceptable. The size of the jmp_buf is checked against the actual size
  1392. * allocated by the library - the call will return NULL on a mismatch
  1393. * indicating an ABI mismatch.
  1394. */
  1395. extern PNG_EXPORT(jmp_buf*, png_set_longjmp_fn)
  1396. PNGARG((png_structp png_ptr, png_longjmp_ptr longjmp_fn, size_t
  1397. jmp_buf_size));
  1398. # define png_jmpbuf(png_ptr) \
  1399. (*png_set_longjmp_fn((png_ptr), longjmp, sizeof (jmp_buf)))
  1400. #else
  1401. # define png_jmpbuf(png_ptr) \
  1402. (LIBPNG_WAS_COMPILED_WITH__PNG_NO_SETJMP)
  1403. #endif
  1404. #ifdef PNG_READ_SUPPORTED
  1405. /* Reset the compression stream */
  1406. extern PNG_EXPORT(int,png_reset_zstream) PNGARG((png_structp png_ptr));
  1407. #endif
  1408. /* New functions added in libpng-1.0.2 (not enabled by default until 1.2.0) */
  1409. #ifdef PNG_USER_MEM_SUPPORTED
  1410. extern PNG_EXPORT(png_structp,png_create_read_struct_2)
  1411. PNGARG((png_const_charp user_png_ver, png_voidp error_ptr,
  1412. png_error_ptr error_fn, png_error_ptr warn_fn, png_voidp mem_ptr,
  1413. png_malloc_ptr malloc_fn, png_free_ptr free_fn)) PNG_ALLOCATED;
  1414. extern PNG_EXPORT(png_structp,png_create_write_struct_2)
  1415. PNGARG((png_const_charp user_png_ver, png_voidp error_ptr,
  1416. png_error_ptr error_fn, png_error_ptr warn_fn, png_voidp mem_ptr,
  1417. png_malloc_ptr malloc_fn, png_free_ptr free_fn)) PNG_ALLOCATED;
  1418. #endif
  1419. /* Write the PNG file signature. */
  1420. extern PNG_EXPORT(void,png_write_sig) PNGARG((png_structp png_ptr));
  1421. /* Write a PNG chunk - size, type, (optional) data, CRC. */
  1422. extern PNG_EXPORT(void,png_write_chunk) PNGARG((png_structp png_ptr,
  1423. png_bytep chunk_name, png_bytep data, png_size_t length));
  1424. /* Write the start of a PNG chunk - length and chunk name. */
  1425. extern PNG_EXPORT(void,png_write_chunk_start) PNGARG((png_structp png_ptr,
  1426. png_bytep chunk_name, png_uint_32 length));
  1427. /* Write the data of a PNG chunk started with png_write_chunk_start(). */
  1428. extern PNG_EXPORT(void,png_write_chunk_data) PNGARG((png_structp png_ptr,
  1429. png_bytep data, png_size_t length));
  1430. /* Finish a chunk started with png_write_chunk_start() (includes CRC). */
  1431. extern PNG_EXPORT(void,png_write_chunk_end) PNGARG((png_structp png_ptr));
  1432. /* Allocate and initialize the info structure */
  1433. extern PNG_EXPORT(png_infop,png_create_info_struct)
  1434. PNGARG((png_structp png_ptr)) PNG_ALLOCATED;
  1435. extern PNG_EXPORT(void,png_info_init_3) PNGARG((png_infopp info_ptr,
  1436. png_size_t png_info_struct_size));
  1437. /* Writes all the PNG information before the image. */
  1438. extern PNG_EXPORT(void,png_write_info_before_PLTE) PNGARG((png_structp png_ptr,
  1439. png_infop info_ptr));
  1440. extern PNG_EXPORT(void,png_write_info) PNGARG((png_structp png_ptr,
  1441. png_infop info_ptr));
  1442. #ifdef PNG_SEQUENTIAL_READ_SUPPORTED
  1443. /* Read the information before the actual image data. */
  1444. extern PNG_EXPORT(void,png_read_info) PNGARG((png_structp png_ptr,
  1445. png_infop info_ptr));
  1446. #endif
  1447. #ifdef PNG_TIME_RFC1123_SUPPORTED
  1448. extern PNG_EXPORT(png_charp,png_convert_to_rfc1123)
  1449. PNGARG((png_structp png_ptr, png_timep ptime));
  1450. #endif
  1451. #ifdef PNG_CONVERT_tIME_SUPPORTED
  1452. /* Convert from a struct tm to png_time */
  1453. extern PNG_EXPORT(void,png_convert_from_struct_tm) PNGARG((png_timep ptime,
  1454. struct tm FAR * ttime));
  1455. /* Convert from time_t to png_time. Uses gmtime() */
  1456. extern PNG_EXPORT(void,png_convert_from_time_t) PNGARG((png_timep ptime,
  1457. time_t ttime));
  1458. #endif /* PNG_CONVERT_tIME_SUPPORTED */
  1459. #ifdef PNG_READ_EXPAND_SUPPORTED
  1460. /* Expand data to 24-bit RGB, or 8-bit grayscale, with alpha if available. */
  1461. extern PNG_EXPORT(void,png_set_expand) PNGARG((png_structp png_ptr));
  1462. extern PNG_EXPORT(void,png_set_expand_gray_1_2_4_to_8) PNGARG((png_structp
  1463. png_ptr));
  1464. extern PNG_EXPORT(void,png_set_palette_to_rgb) PNGARG((png_structp png_ptr));
  1465. extern PNG_EXPORT(void,png_set_tRNS_to_alpha) PNGARG((png_structp png_ptr));
  1466. #endif
  1467. #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
  1468. /* Use blue, green, red order for pixels. */
  1469. extern PNG_EXPORT(void,png_set_bgr) PNGARG((png_structp png_ptr));
  1470. #endif
  1471. #ifdef PNG_READ_GRAY_TO_RGB_SUPPORTED
  1472. /* Expand the grayscale to 24-bit RGB if necessary. */
  1473. extern PNG_EXPORT(void,png_set_gray_to_rgb) PNGARG((png_structp png_ptr));
  1474. #endif
  1475. #ifdef PNG_READ_RGB_TO_GRAY_SUPPORTED
  1476. /* Reduce RGB to grayscale. */
  1477. #ifdef PNG_FLOATING_POINT_SUPPORTED
  1478. extern PNG_EXPORT(void,png_set_rgb_to_gray) PNGARG((png_structp png_ptr,
  1479. int error_action, double red, double green ));
  1480. #endif
  1481. extern PNG_EXPORT(void,png_set_rgb_to_gray_fixed) PNGARG((png_structp png_ptr,
  1482. int error_action, png_fixed_point red, png_fixed_point green ));
  1483. extern PNG_EXPORT(png_byte,png_get_rgb_to_gray_status) PNGARG((png_structp
  1484. png_ptr));
  1485. #endif
  1486. extern PNG_EXPORT(void,png_build_grayscale_palette) PNGARG((int bit_depth,
  1487. png_colorp palette));
  1488. #ifdef PNG_READ_STRIP_ALPHA_SUPPORTED
  1489. extern PNG_EXPORT(void,png_set_strip_alpha) PNGARG((png_structp png_ptr));
  1490. #endif
  1491. #if defined(PNG_READ_SWAP_ALPHA_SUPPORTED) || \
  1492. defined(PNG_WRITE_SWAP_ALPHA_SUPPORTED)
  1493. extern PNG_EXPORT(void,png_set_swap_alpha) PNGARG((png_structp png_ptr));
  1494. #endif
  1495. #if defined(PNG_READ_INVERT_ALPHA_SUPPORTED) || \
  1496. defined(PNG_WRITE_INVERT_ALPHA_SUPPORTED)
  1497. extern PNG_EXPORT(void,png_set_invert_alpha) PNGARG((png_structp png_ptr));
  1498. #endif
  1499. #if defined(PNG_READ_FILLER_SUPPORTED) || defined(PNG_WRITE_FILLER_SUPPORTED)
  1500. /* Add a filler byte to 8-bit Gray or 24-bit RGB images. */
  1501. extern PNG_EXPORT(void,png_set_filler) PNGARG((png_structp png_ptr,
  1502. png_uint_32 filler, int flags));
  1503. /* The values of the PNG_FILLER_ defines should NOT be changed */
  1504. #define PNG_FILLER_BEFORE 0
  1505. #define PNG_FILLER_AFTER 1
  1506. /* Add an alpha byte to 8-bit Gray or 24-bit RGB images. */
  1507. extern PNG_EXPORT(void,png_set_add_alpha) PNGARG((png_structp png_ptr,
  1508. png_uint_32 filler, int flags));
  1509. #endif /* PNG_READ_FILLER_SUPPORTED || PNG_WRITE_FILLER_SUPPORTED */
  1510. #if defined(PNG_READ_SWAP_SUPPORTED) || defined(PNG_WRITE_SWAP_SUPPORTED)
  1511. /* Swap bytes in 16-bit depth files. */
  1512. extern PNG_EXPORT(void,png_set_swap) PNGARG((png_structp png_ptr));
  1513. #endif
  1514. #if defined(PNG_READ_PACK_SUPPORTED) || defined(PNG_WRITE_PACK_SUPPORTED)
  1515. /* Use 1 byte per pixel in 1, 2, or 4-bit depth files. */
  1516. extern PNG_EXPORT(void,png_set_packing) PNGARG((png_structp png_ptr));
  1517. #endif
  1518. #if defined(PNG_READ_PACKSWAP_SUPPORTED) || \
  1519. defined(PNG_WRITE_PACKSWAP_SUPPORTED)
  1520. /* Swap packing order of pixels in bytes. */
  1521. extern PNG_EXPORT(void,png_set_packswap) PNGARG((png_structp png_ptr));
  1522. #endif
  1523. #if defined(PNG_READ_SHIFT_SUPPORTED) || defined(PNG_WRITE_SHIFT_SUPPORTED)
  1524. /* Converts files to legal bit depths. */
  1525. extern PNG_EXPORT(void,png_set_shift) PNGARG((png_structp png_ptr,
  1526. png_color_8p true_bits));
  1527. #endif
  1528. #if defined(PNG_READ_INTERLACING_SUPPORTED) || \
  1529. defined(PNG_WRITE_INTERLACING_SUPPORTED)
  1530. /* Have the code handle the interlacing. Returns the number of passes. */
  1531. extern PNG_EXPORT(int,png_set_interlace_handling) PNGARG((png_structp png_ptr));
  1532. #endif
  1533. #if defined(PNG_READ_INVERT_SUPPORTED) || defined(PNG_WRITE_INVERT_SUPPORTED)
  1534. /* Invert monochrome files */
  1535. extern PNG_EXPORT(void,png_set_invert_mono) PNGARG((png_structp png_ptr));
  1536. #endif
  1537. #ifdef PNG_READ_BACKGROUND_SUPPORTED
  1538. /* Handle alpha and tRNS by replacing with a background color. */
  1539. #ifdef PNG_FLOATING_POINT_SUPPORTED
  1540. extern PNG_EXPORT(void,png_set_background) PNGARG((png_structp png_ptr,
  1541. png_color_16p background_color, int background_gamma_code,
  1542. int need_expand, double background_gamma));
  1543. #endif
  1544. #define PNG_BACKGROUND_GAMMA_UNKNOWN 0
  1545. #define PNG_BACKGROUND_GAMMA_SCREEN 1
  1546. #define PNG_BACKGROUND_GAMMA_FILE 2
  1547. #define PNG_BACKGROUND_GAMMA_UNIQUE 3
  1548. #endif
  1549. #ifdef PNG_READ_16_TO_8_SUPPORTED
  1550. /* Strip the second byte of information from a 16-bit depth file. */
  1551. extern PNG_EXPORT(void,png_set_strip_16) PNGARG((png_structp png_ptr));
  1552. #endif
  1553. #ifdef PNG_READ_QUANTIZE_SUPPORTED
  1554. /* Turn on quantizing, and reduce the palette to the number of colors
  1555. * available. Prior to libpng-1.4.2, this was png_set_dither().
  1556. */
  1557. extern PNG_EXPORT(void,png_set_quantize) PNGARG((png_structp png_ptr,
  1558. png_colorp palette, int num_palette, int maximum_colors,
  1559. png_uint_16p histogram, int full_quantize));
  1560. #endif
  1561. /* This migration aid will be removed from libpng-1.5.0 */
  1562. #define png_set_dither png_set_quantize
  1563. #ifdef PNG_READ_GAMMA_SUPPORTED
  1564. /* Handle gamma correction. Screen_gamma=(display_exponent) */
  1565. #ifdef PNG_FLOATING_POINT_SUPPORTED
  1566. extern PNG_EXPORT(void,png_set_gamma) PNGARG((png_structp png_ptr,
  1567. double screen_gamma, double default_file_gamma));
  1568. #endif
  1569. #endif
  1570. #ifdef PNG_WRITE_FLUSH_SUPPORTED
  1571. /* Set how many lines between output flushes - 0 for no flushing */
  1572. extern PNG_EXPORT(void,png_set_flush) PNGARG((png_structp png_ptr, int nrows));
  1573. /* Flush the current PNG output buffer */
  1574. extern PNG_EXPORT(void,png_write_flush) PNGARG((png_structp png_ptr));
  1575. #endif
  1576. /* Optional update palette with requested transformations */
  1577. extern PNG_EXPORT(void,png_start_read_image) PNGARG((png_structp png_ptr));
  1578. /* Optional call to update the users info structure */
  1579. extern PNG_EXPORT(void,png_read_update_info) PNGARG((png_structp png_ptr,
  1580. png_infop info_ptr));
  1581. #ifdef PNG_SEQUENTIAL_READ_SUPPORTED
  1582. /* Read one or more rows of image data. */
  1583. extern PNG_EXPORT(void,png_read_rows) PNGARG((png_structp png_ptr,
  1584. png_bytepp row, png_bytepp display_row, png_uint_32 num_rows));
  1585. #endif
  1586. #ifdef PNG_SEQUENTIAL_READ_SUPPORTED
  1587. /* Read a row of data. */
  1588. extern PNG_EXPORT(void,png_read_row) PNGARG((png_structp png_ptr,
  1589. png_bytep row,
  1590. png_bytep display_row));
  1591. #endif
  1592. #ifdef PNG_SEQUENTIAL_READ_SUPPORTED
  1593. /* Read the whole image into memory at once. */
  1594. extern PNG_EXPORT(void,png_read_image) PNGARG((png_structp png_ptr,
  1595. png_bytepp image));
  1596. #endif
  1597. /* Write a row of image data */
  1598. extern PNG_EXPORT(void,png_write_row) PNGARG((png_structp png_ptr,
  1599. png_bytep row));
  1600. /* Write a few rows of image data */
  1601. extern PNG_EXPORT(void,png_write_rows) PNGARG((png_structp png_ptr,
  1602. png_bytepp row, png_uint_32 num_rows));
  1603. /* Write the image data */
  1604. extern PNG_EXPORT(void,png_write_image) PNGARG((png_structp png_ptr,
  1605. png_bytepp image));
  1606. /* Write the end of the PNG file. */
  1607. extern PNG_EXPORT(void,png_write_end) PNGARG((png_structp png_ptr,
  1608. png_infop info_ptr));
  1609. #ifdef PNG_SEQUENTIAL_READ_SUPPORTED
  1610. /* Read the end of the PNG file. */
  1611. extern PNG_EXPORT(void,png_read_end) PNGARG((png_structp png_ptr,
  1612. png_infop info_ptr));
  1613. #endif
  1614. /* Free any memory associated with the png_info_struct */
  1615. extern PNG_EXPORT(void,png_destroy_info_struct) PNGARG((png_structp png_ptr,
  1616. png_infopp info_ptr_ptr));
  1617. /* Free any memory associated with the png_struct and the png_info_structs */
  1618. extern PNG_EXPORT(void,png_destroy_read_struct) PNGARG((png_structpp
  1619. png_ptr_ptr, png_infopp info_ptr_ptr, png_infopp end_info_ptr_ptr));
  1620. /* Free any memory associated with the png_struct and the png_info_structs */
  1621. extern PNG_EXPORT(void,png_destroy_write_struct)
  1622. PNGARG((png_structpp png_ptr_ptr, png_infopp info_ptr_ptr));
  1623. /* Set the libpng method of handling chunk CRC errors */
  1624. extern PNG_EXPORT(void,png_set_crc_action) PNGARG((png_structp png_ptr,
  1625. int crit_action, int ancil_action));
  1626. /* Values for png_set_crc_action() to say how to handle CRC errors in
  1627. * ancillary and critical chunks, and whether to use the data contained
  1628. * therein. Note that it is impossible to "discard" data in a critical
  1629. * chunk. For versions prior to 0.90, the action was always error/quit,
  1630. * whereas in version 0.90 and later, the action for CRC errors in ancillary
  1631. * chunks is warn/discard. These values should NOT be changed.
  1632. *
  1633. * value action:critical action:ancillary
  1634. */
  1635. #define PNG_CRC_DEFAULT 0 /* error/quit warn/discard data */
  1636. #define PNG_CRC_ERROR_QUIT 1 /* error/quit error/quit */
  1637. #define PNG_CRC_WARN_DISCARD 2 /* (INVALID) warn/discard data */
  1638. #define PNG_CRC_WARN_USE 3 /* warn/use data warn/use data */
  1639. #define PNG_CRC_QUIET_USE 4 /* quiet/use data quiet/use data */
  1640. #define PNG_CRC_NO_CHANGE 5 /* use current value use current value */
  1641. /* These functions give the user control over the scan-line filtering in
  1642. * libpng and the compression methods used by zlib. These functions are
  1643. * mainly useful for testing, as the defaults should work with most users.
  1644. * Those users who are tight on memory or want faster performance at the
  1645. * expense of compression can modify them. See the compression library
  1646. * header file (zlib.h) for an explination of the compression functions.
  1647. */
  1648. /* Set the filtering method(s) used by libpng. Currently, the only valid
  1649. * value for "method" is 0.
  1650. */
  1651. extern PNG_EXPORT(void,png_set_filter) PNGARG((png_structp png_ptr, int method,
  1652. int filters));
  1653. /* Flags for png_set_filter() to say which filters to use. The flags
  1654. * are chosen so that they don't conflict with real filter types
  1655. * below, in case they are supplied instead of the #defined constants.
  1656. * These values should NOT be changed.
  1657. */
  1658. #define PNG_NO_FILTERS 0x00
  1659. #define PNG_FILTER_NONE 0x08
  1660. #define PNG_FILTER_SUB 0x10
  1661. #define PNG_FILTER_UP 0x20
  1662. #define PNG_FILTER_AVG 0x40
  1663. #define PNG_FILTER_PAETH 0x80
  1664. #define PNG_ALL_FILTERS (PNG_FILTER_NONE | PNG_FILTER_SUB | PNG_FILTER_UP | \
  1665. PNG_FILTER_AVG | PNG_FILTER_PAETH)
  1666. /* Filter values (not flags) - used in pngwrite.c, pngwutil.c for now.
  1667. * These defines should NOT be changed.
  1668. */
  1669. #define PNG_FILTER_VALUE_NONE 0
  1670. #define PNG_FILTER_VALUE_SUB 1
  1671. #define PNG_FILTER_VALUE_UP 2
  1672. #define PNG_FILTER_VALUE_AVG 3
  1673. #define PNG_FILTER_VALUE_PAETH 4
  1674. #define PNG_FILTER_VALUE_LAST 5
  1675. #ifdef PNG_WRITE_WEIGHTED_FILTER_SUPPORTED /* EXPERIMENTAL */
  1676. /* The "heuristic_method" is given by one of the PNG_FILTER_HEURISTIC_
  1677. * defines, either the default (minimum-sum-of-absolute-differences), or
  1678. * the experimental method (weighted-minimum-sum-of-absolute-differences).
  1679. *
  1680. * Weights are factors >= 1.0, indicating how important it is to keep the
  1681. * filter type consistent between rows. Larger numbers mean the current
  1682. * filter is that many times as likely to be the same as the "num_weights"
  1683. * previous filters. This is cumulative for each previous row with a weight.
  1684. * There needs to be "num_weights" values in "filter_weights", or it can be
  1685. * NULL if the weights aren't being specified. Weights have no influence on
  1686. * the selection of the first row filter. Well chosen weights can (in theory)
  1687. * improve the compression for a given image.
  1688. *
  1689. * Costs are factors >= 1.0 indicating the relative decoding costs of a
  1690. * filter type. Higher costs indicate more decoding expense, and are
  1691. * therefore less likely to be selected over a filter with lower computational
  1692. * costs. There needs to be a value in "filter_costs" for each valid filter
  1693. * type (given by PNG_FILTER_VALUE_LAST), or it can be NULL if you aren't
  1694. * setting the costs. Costs try to improve the speed of decompression without
  1695. * unduly increasing the compressed image size.
  1696. *
  1697. * A negative weight or cost indicates the default value is to be used, and
  1698. * values in the range [0.0, 1.0) indicate the value is to remain unchanged.
  1699. * The default values for both weights and costs are currently 1.0, but may
  1700. * change if good general weighting/cost heuristics can be found. If both
  1701. * the weights and costs are set to 1.0, this degenerates the WEIGHTED method
  1702. * to the UNWEIGHTED method, but with added encoding time/computation.
  1703. */
  1704. #ifdef PNG_FLOATING_POINT_SUPPORTED
  1705. extern PNG_EXPORT(void,png_set_filter_heuristics) PNGARG((png_structp png_ptr,
  1706. int heuristic_method, int num_weights, png_doublep filter_weights,
  1707. png_doublep filter_costs));
  1708. #endif
  1709. #endif /* PNG_WRITE_WEIGHTED_FILTER_SUPPORTED */
  1710. /* Heuristic used for row filter selection. These defines should NOT be
  1711. * changed.
  1712. */
  1713. #define PNG_FILTER_HEURISTIC_DEFAULT 0 /* Currently "UNWEIGHTED" */
  1714. #define PNG_FILTER_HEURISTIC_UNWEIGHTED 1 /* Used by libpng < 0.95 */
  1715. #define PNG_FILTER_HEURISTIC_WEIGHTED 2 /* Experimental feature */
  1716. #define PNG_FILTER_HEURISTIC_LAST 3 /* Not a valid value */
  1717. /* Set the library compression level. Currently, valid values range from
  1718. * 0 - 9, corresponding directly to the zlib compression levels 0 - 9
  1719. * (0 - no compression, 9 - "maximal" compression). Note that tests have
  1720. * shown that zlib compression levels 3-6 usually perform as well as level 9
  1721. * for PNG images, and do considerably fewer caclulations. In the future,
  1722. * these values may not correspond directly to the zlib compression levels.
  1723. */
  1724. extern PNG_EXPORT(void,png_set_compression_level) PNGARG((png_structp png_ptr,
  1725. int level));
  1726. extern PNG_EXPORT(void,png_set_compression_mem_level)
  1727. PNGARG((png_structp png_ptr, int mem_level));
  1728. extern PNG_EXPORT(void,png_set_compression_strategy)
  1729. PNGARG((png_structp png_ptr, int strategy));
  1730. extern PNG_EXPORT(void,png_set_compression_window_bits)
  1731. PNGARG((png_structp png_ptr, int window_bits));
  1732. extern PNG_EXPORT(void,png_set_compression_method) PNGARG((png_structp png_ptr,
  1733. int method));
  1734. /* These next functions are called for input/output, memory, and error
  1735. * handling. They are in the file pngrio.c, pngwio.c, and pngerror.c,
  1736. * and call standard C I/O routines such as fread(), fwrite(), and
  1737. * fprintf(). These functions can be made to use other I/O routines
  1738. * at run time for those applications that need to handle I/O in a
  1739. * different manner by calling png_set_???_fn(). See libpng.txt for
  1740. * more information.
  1741. */
  1742. #ifdef PNG_STDIO_SUPPORTED
  1743. /* Initialize the input/output for the PNG file to the default functions. */
  1744. extern PNG_EXPORT(void,png_init_io) PNGARG((png_structp png_ptr,
  1745. png_FILE_p fp));
  1746. #endif
  1747. /* Replace the (error and abort), and warning functions with user
  1748. * supplied functions. If no messages are to be printed you must still
  1749. * write and use replacement functions. The replacement error_fn should
  1750. * still do a longjmp to the last setjmp location if you are using this
  1751. * method of error handling. If error_fn or warning_fn is NULL, the
  1752. * default function will be used.
  1753. */
  1754. extern PNG_EXPORT(void,png_set_error_fn) PNGARG((png_structp png_ptr,
  1755. png_voidp error_ptr, png_error_ptr error_fn, png_error_ptr warning_fn));
  1756. /* Return the user pointer associated with the error functions */
  1757. extern PNG_EXPORT(png_voidp,png_get_error_ptr) PNGARG((png_structp png_ptr));
  1758. /* Replace the default data output functions with a user supplied one(s).
  1759. * If buffered output is not used, then output_flush_fn can be set to NULL.
  1760. * If PNG_WRITE_FLUSH_SUPPORTED is not defined at libpng compile time
  1761. * output_flush_fn will be ignored (and thus can be NULL).
  1762. * It is probably a mistake to use NULL for output_flush_fn if
  1763. * write_data_fn is not also NULL unless you have built libpng with
  1764. * PNG_WRITE_FLUSH_SUPPORTED undefined, because in this case libpng's
  1765. * default flush function, which uses the standard *FILE structure, will
  1766. * be used.
  1767. */
  1768. extern PNG_EXPORT(void,png_set_write_fn) PNGARG((png_structp png_ptr,
  1769. png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));
  1770. /* Replace the default data input function with a user supplied one. */
  1771. extern PNG_EXPORT(void,png_set_read_fn) PNGARG((png_structp png_ptr,
  1772. png_voidp io_ptr, png_rw_ptr read_data_fn));
  1773. /* Return the user pointer associated with the I/O functions */
  1774. extern PNG_EXPORT(png_voidp,png_get_io_ptr) PNGARG((png_structp png_ptr));
  1775. extern PNG_EXPORT(void,png_set_read_status_fn) PNGARG((png_structp png_ptr,
  1776. png_read_status_ptr read_row_fn));
  1777. extern PNG_EXPORT(void,png_set_write_status_fn) PNGARG((png_structp png_ptr,
  1778. png_write_status_ptr write_row_fn));
  1779. #ifdef PNG_USER_MEM_SUPPORTED
  1780. /* Replace the default memory allocation functions with user supplied one(s). */
  1781. extern PNG_EXPORT(void,png_set_mem_fn) PNGARG((png_structp png_ptr,
  1782. png_voidp mem_ptr, png_malloc_ptr malloc_fn, png_free_ptr free_fn));
  1783. /* Return the user pointer associated with the memory functions */
  1784. extern PNG_EXPORT(png_voidp,png_get_mem_ptr) PNGARG((png_structp png_ptr));
  1785. #endif
  1786. #ifdef PNG_READ_USER_TRANSFORM_SUPPORTED
  1787. extern PNG_EXPORT(void,png_set_read_user_transform_fn) PNGARG((png_structp
  1788. png_ptr, png_user_transform_ptr read_user_transform_fn));
  1789. #endif
  1790. #ifdef PNG_WRITE_USER_TRANSFORM_SUPPORTED
  1791. extern PNG_EXPORT(void,png_set_write_user_transform_fn) PNGARG((png_structp
  1792. png_ptr, png_user_transform_ptr write_user_transform_fn));
  1793. #endif
  1794. #if defined(PNG_READ_USER_TRANSFORM_SUPPORTED) || \
  1795. defined(PNG_WRITE_USER_TRANSFORM_SUPPORTED)
  1796. extern PNG_EXPORT(void,png_set_user_transform_info) PNGARG((png_structp
  1797. png_ptr, png_voidp user_transform_ptr, int user_transform_depth,
  1798. int user_transform_channels));
  1799. /* Return the user pointer associated with the user transform functions */
  1800. extern PNG_EXPORT(png_voidp,png_get_user_transform_ptr)
  1801. PNGARG((png_structp png_ptr));
  1802. #endif
  1803. #ifdef PNG_USER_CHUNKS_SUPPORTED
  1804. extern PNG_EXPORT(void,png_set_read_user_chunk_fn) PNGARG((png_structp png_ptr,
  1805. png_voidp user_chunk_ptr, png_user_chunk_ptr read_user_chunk_fn));
  1806. extern PNG_EXPORT(png_voidp,png_get_user_chunk_ptr) PNGARG((png_structp
  1807. png_ptr));
  1808. #endif
  1809. #ifdef PNG_PROGRESSIVE_READ_SUPPORTED
  1810. /* Sets the function callbacks for the push reader, and a pointer to a
  1811. * user-defined structure available to the callback functions.
  1812. */
  1813. extern PNG_EXPORT(void,png_set_progressive_read_fn) PNGARG((png_structp png_ptr,
  1814. png_voidp progressive_ptr,
  1815. png_progressive_info_ptr info_fn, png_progressive_row_ptr row_fn,
  1816. png_progressive_end_ptr end_fn));
  1817. /* Returns the user pointer associated with the push read functions */
  1818. extern PNG_EXPORT(png_voidp,png_get_progressive_ptr)
  1819. PNGARG((png_structp png_ptr));
  1820. /* Function to be called when data becomes available */
  1821. extern PNG_EXPORT(void,png_process_data) PNGARG((png_structp png_ptr,
  1822. png_infop info_ptr, png_bytep buffer, png_size_t buffer_size));
  1823. /* Function that combines rows. Not very much different than the
  1824. * png_combine_row() call. Is this even used?????
  1825. */
  1826. extern PNG_EXPORT(void,png_progressive_combine_row) PNGARG((png_structp png_ptr,
  1827. png_bytep old_row, png_bytep new_row));
  1828. #endif /* PNG_PROGRESSIVE_READ_SUPPORTED */
  1829. extern PNG_EXPORT(png_voidp,png_malloc) PNGARG((png_structp png_ptr,
  1830. png_alloc_size_t size)) PNG_ALLOCATED;
  1831. /* Added at libpng version 1.4.0 */
  1832. extern PNG_EXPORT(png_voidp,png_calloc) PNGARG((png_structp png_ptr,
  1833. png_alloc_size_t size)) PNG_ALLOCATED;
  1834. /* Added at libpng version 1.2.4 */
  1835. extern PNG_EXPORT(png_voidp,png_malloc_warn) PNGARG((png_structp png_ptr,
  1836. png_alloc_size_t size)) PNG_ALLOCATED;
  1837. /* Frees a pointer allocated by png_malloc() */
  1838. extern PNG_EXPORT(void,png_free) PNGARG((png_structp png_ptr, png_voidp ptr));
  1839. /* Free data that was allocated internally */
  1840. extern PNG_EXPORT(void,png_free_data) PNGARG((png_structp png_ptr,
  1841. png_infop info_ptr, png_uint_32 free_me, int num));
  1842. /* Reassign responsibility for freeing existing data, whether allocated
  1843. * by libpng or by the application */
  1844. extern PNG_EXPORT(void,png_data_freer) PNGARG((png_structp png_ptr,
  1845. png_infop info_ptr, int freer, png_uint_32 mask));
  1846. /* Assignments for png_data_freer */
  1847. #define PNG_DESTROY_WILL_FREE_DATA 1
  1848. #define PNG_SET_WILL_FREE_DATA 1
  1849. #define PNG_USER_WILL_FREE_DATA 2
  1850. /* Flags for png_ptr->free_me and info_ptr->free_me */
  1851. #define PNG_FREE_HIST 0x0008
  1852. #define PNG_FREE_ICCP 0x0010
  1853. #define PNG_FREE_SPLT 0x0020
  1854. #define PNG_FREE_ROWS 0x0040
  1855. #define PNG_FREE_PCAL 0x0080
  1856. #define PNG_FREE_SCAL 0x0100
  1857. #define PNG_FREE_UNKN 0x0200
  1858. #define PNG_FREE_LIST 0x0400
  1859. #define PNG_FREE_PLTE 0x1000
  1860. #define PNG_FREE_TRNS 0x2000
  1861. #define PNG_FREE_TEXT 0x4000
  1862. #define PNG_FREE_ALL 0x7fff
  1863. #define PNG_FREE_MUL 0x4220 /* PNG_FREE_SPLT|PNG_FREE_TEXT|PNG_FREE_UNKN */
  1864. #ifdef PNG_USER_MEM_SUPPORTED
  1865. extern PNG_EXPORT(png_voidp,png_malloc_default) PNGARG((png_structp png_ptr,
  1866. png_alloc_size_t size)) PNG_ALLOCATED;
  1867. extern PNG_EXPORT(void,png_free_default) PNGARG((png_structp png_ptr,
  1868. png_voidp ptr));
  1869. #endif
  1870. #ifndef PNG_NO_ERROR_TEXT
  1871. /* Fatal error in PNG image of libpng - can't continue */
  1872. extern PNG_EXPORT(void,png_error) PNGARG((png_structp png_ptr,
  1873. png_const_charp error_message)) PNG_NORETURN;
  1874. /* The same, but the chunk name is prepended to the error string. */
  1875. extern PNG_EXPORT(void,png_chunk_error) PNGARG((png_structp png_ptr,
  1876. png_const_charp error_message)) PNG_NORETURN;
  1877. #else
  1878. /* Fatal error in PNG image of libpng - can't continue */
  1879. extern PNG_EXPORT(void,png_err) PNGARG((png_structp png_ptr)) PNG_NORETURN;
  1880. #endif
  1881. /* Non-fatal error in libpng. Can continue, but may have a problem. */
  1882. extern PNG_EXPORT(void,png_warning) PNGARG((png_structp png_ptr,
  1883. png_const_charp warning_message));
  1884. /* Non-fatal error in libpng, chunk name is prepended to message. */
  1885. extern PNG_EXPORT(void,png_chunk_warning) PNGARG((png_structp png_ptr,
  1886. png_const_charp warning_message));
  1887. #ifdef PNG_BENIGN_ERRORS_SUPPORTED
  1888. /* Benign error in libpng. Can continue, but may have a problem.
  1889. * User can choose whether to handle as a fatal error or as a warning. */
  1890. extern PNG_EXPORT(void,png_benign_error) PNGARG((png_structp png_ptr,
  1891. png_const_charp warning_message));
  1892. /* Same, chunk name is prepended to message. */
  1893. extern PNG_EXPORT(void,png_chunk_benign_error) PNGARG((png_structp png_ptr,
  1894. png_const_charp warning_message));
  1895. extern PNG_EXPORT(void,png_set_benign_errors) PNGARG((png_structp
  1896. png_ptr, int allowed));
  1897. #endif
  1898. /* The png_set_<chunk> functions are for storing values in the png_info_struct.
  1899. * Similarly, the png_get_<chunk> calls are used to read values from the
  1900. * png_info_struct, either storing the parameters in the passed variables, or
  1901. * setting pointers into the png_info_struct where the data is stored. The
  1902. * png_get_<chunk> functions return a non-zero value if the data was available
  1903. * in info_ptr, or return zero and do not change any of the parameters if the
  1904. * data was not available.
  1905. *
  1906. * These functions should be used instead of directly accessing png_info
  1907. * to avoid problems with future changes in the size and internal layout of
  1908. * png_info_struct.
  1909. */
  1910. /* Returns "flag" if chunk data is valid in info_ptr. */
  1911. extern PNG_EXPORT(png_uint_32,png_get_valid) PNGARG((png_structp png_ptr,
  1912. png_infop info_ptr, png_uint_32 flag));
  1913. /* Returns number of bytes needed to hold a transformed row. */
  1914. extern PNG_EXPORT(png_size_t,png_get_rowbytes) PNGARG((png_structp png_ptr,
  1915. png_infop info_ptr));
  1916. #ifdef PNG_INFO_IMAGE_SUPPORTED
  1917. /* Returns row_pointers, which is an array of pointers to scanlines that was
  1918. * returned from png_read_png().
  1919. */
  1920. extern PNG_EXPORT(png_bytepp,png_get_rows) PNGARG((png_structp png_ptr,
  1921. png_infop info_ptr));
  1922. /* Set row_pointers, which is an array of pointers to scanlines for use
  1923. * by png_write_png().
  1924. */
  1925. extern PNG_EXPORT(void,png_set_rows) PNGARG((png_structp png_ptr,
  1926. png_infop info_ptr, png_bytepp row_pointers));
  1927. #endif
  1928. /* Returns number of color channels in image. */
  1929. extern PNG_EXPORT(png_byte,png_get_channels) PNGARG((png_structp png_ptr,
  1930. png_infop info_ptr));
  1931. #ifdef PNG_EASY_ACCESS_SUPPORTED
  1932. /* Returns image width in pixels. */
  1933. extern PNG_EXPORT(png_uint_32, png_get_image_width) PNGARG((png_structp
  1934. png_ptr, png_infop info_ptr));
  1935. /* Returns image height in pixels. */
  1936. extern PNG_EXPORT(png_uint_32, png_get_image_height) PNGARG((png_structp
  1937. png_ptr, png_infop info_ptr));
  1938. /* Returns image bit_depth. */
  1939. extern PNG_EXPORT(png_byte, png_get_bit_depth) PNGARG((png_structp
  1940. png_ptr, png_infop info_ptr));
  1941. /* Returns image color_type. */
  1942. extern PNG_EXPORT(png_byte, png_get_color_type) PNGARG((png_structp
  1943. png_ptr, png_infop info_ptr));
  1944. /* Returns image filter_type. */
  1945. extern PNG_EXPORT(png_byte, png_get_filter_type) PNGARG((png_structp
  1946. png_ptr, png_infop info_ptr));
  1947. /* Returns image interlace_type. */
  1948. extern PNG_EXPORT(png_byte, png_get_interlace_type) PNGARG((png_structp
  1949. png_ptr, png_infop info_ptr));
  1950. /* Returns image compression_type. */
  1951. extern PNG_EXPORT(png_byte, png_get_compression_type) PNGARG((png_structp
  1952. png_ptr, png_infop info_ptr));
  1953. /* Returns image resolution in pixels per meter, from pHYs chunk data. */
  1954. extern PNG_EXPORT(png_uint_32, png_get_pixels_per_meter) PNGARG((png_structp
  1955. png_ptr, png_infop info_ptr));
  1956. extern PNG_EXPORT(png_uint_32, png_get_x_pixels_per_meter) PNGARG((png_structp
  1957. png_ptr, png_infop info_ptr));
  1958. extern PNG_EXPORT(png_uint_32, png_get_y_pixels_per_meter) PNGARG((png_structp
  1959. png_ptr, png_infop info_ptr));
  1960. /* Returns pixel aspect ratio, computed from pHYs chunk data. */
  1961. #ifdef PNG_FLOATING_POINT_SUPPORTED
  1962. extern PNG_EXPORT(float, png_get_pixel_aspect_ratio) PNGARG((png_structp
  1963. png_ptr, png_infop info_ptr));
  1964. #endif
  1965. /* Returns image x, y offset in pixels or microns, from oFFs chunk data. */
  1966. extern PNG_EXPORT(png_int_32, png_get_x_offset_pixels) PNGARG((png_structp
  1967. png_ptr, png_infop info_ptr));
  1968. extern PNG_EXPORT(png_int_32, png_get_y_offset_pixels) PNGARG((png_structp
  1969. png_ptr, png_infop info_ptr));
  1970. extern PNG_EXPORT(png_int_32, png_get_x_offset_microns) PNGARG((png_structp
  1971. png_ptr, png_infop info_ptr));
  1972. extern PNG_EXPORT(png_int_32, png_get_y_offset_microns) PNGARG((png_structp
  1973. png_ptr, png_infop info_ptr));
  1974. #endif /* PNG_EASY_ACCESS_SUPPORTED */
  1975. /* Returns pointer to signature string read from PNG header */
  1976. extern PNG_EXPORT(png_bytep,png_get_signature) PNGARG((png_structp png_ptr,
  1977. png_infop info_ptr));
  1978. #ifdef PNG_bKGD_SUPPORTED
  1979. extern PNG_EXPORT(png_uint_32,png_get_bKGD) PNGARG((png_structp png_ptr,
  1980. png_infop info_ptr, png_color_16p *background));
  1981. #endif
  1982. #ifdef PNG_bKGD_SUPPORTED
  1983. extern PNG_EXPORT(void,png_set_bKGD) PNGARG((png_structp png_ptr,
  1984. png_infop info_ptr, png_color_16p background));
  1985. #endif
  1986. #ifdef PNG_cHRM_SUPPORTED
  1987. #ifdef PNG_FLOATING_POINT_SUPPORTED
  1988. extern PNG_EXPORT(png_uint_32,png_get_cHRM) PNGARG((png_structp png_ptr,
  1989. png_infop info_ptr, double *white_x, double *white_y, double *red_x,
  1990. double *red_y, double *green_x, double *green_y, double *blue_x,
  1991. double *blue_y));
  1992. #endif
  1993. #ifdef PNG_FIXED_POINT_SUPPORTED
  1994. extern PNG_EXPORT(png_uint_32,png_get_cHRM_fixed) PNGARG((png_structp png_ptr,
  1995. png_infop info_ptr, png_fixed_point *int_white_x, png_fixed_point
  1996. *int_white_y, png_fixed_point *int_red_x, png_fixed_point *int_red_y,
  1997. png_fixed_point *int_green_x, png_fixed_point *int_green_y, png_fixed_point
  1998. *int_blue_x, png_fixed_point *int_blue_y));
  1999. #endif
  2000. #endif
  2001. #ifdef PNG_cHRM_SUPPORTED
  2002. #ifdef PNG_FLOATING_POINT_SUPPORTED
  2003. extern PNG_EXPORT(void,png_set_cHRM) PNGARG((png_structp png_ptr,
  2004. png_infop info_ptr, double white_x, double white_y, double red_x,
  2005. double red_y, double green_x, double green_y, double blue_x, double blue_y));
  2006. #endif
  2007. #ifdef PNG_FIXED_POINT_SUPPORTED
  2008. extern PNG_EXPORT(void,png_set_cHRM_fixed) PNGARG((png_structp png_ptr,
  2009. png_infop info_ptr, png_fixed_point int_white_x, png_fixed_point int_white_y,
  2010. png_fixed_point int_red_x, png_fixed_point int_red_y, png_fixed_point
  2011. int_green_x, png_fixed_point int_green_y, png_fixed_point int_blue_x,
  2012. png_fixed_point int_blue_y));
  2013. #endif
  2014. #endif
  2015. #ifdef PNG_gAMA_SUPPORTED
  2016. #ifdef PNG_FLOATING_POINT_SUPPORTED
  2017. extern PNG_EXPORT(png_uint_32,png_get_gAMA) PNGARG((png_structp png_ptr,
  2018. png_infop info_ptr, double *file_gamma));
  2019. #endif
  2020. extern PNG_EXPORT(png_uint_32,png_get_gAMA_fixed) PNGARG((png_structp png_ptr,
  2021. png_infop info_ptr, png_fixed_point *int_file_gamma));
  2022. #endif
  2023. #ifdef PNG_gAMA_SUPPORTED
  2024. #ifdef PNG_FLOATING_POINT_SUPPORTED
  2025. extern PNG_EXPORT(void,png_set_gAMA) PNGARG((png_structp png_ptr,
  2026. png_infop info_ptr, double file_gamma));
  2027. #endif
  2028. extern PNG_EXPORT(void,png_set_gAMA_fixed) PNGARG((png_structp png_ptr,
  2029. png_infop info_ptr, png_fixed_point int_file_gamma));
  2030. #endif
  2031. #ifdef PNG_hIST_SUPPORTED
  2032. extern PNG_EXPORT(png_uint_32,png_get_hIST) PNGARG((png_structp png_ptr,
  2033. png_infop info_ptr, png_uint_16p *hist));
  2034. #endif
  2035. #ifdef PNG_hIST_SUPPORTED
  2036. extern PNG_EXPORT(void,png_set_hIST) PNGARG((png_structp png_ptr,
  2037. png_infop info_ptr, png_uint_16p hist));
  2038. #endif
  2039. extern PNG_EXPORT(png_uint_32,png_get_IHDR) PNGARG((png_structp png_ptr,
  2040. png_infop info_ptr, png_uint_32 *width, png_uint_32 *height,
  2041. int *bit_depth, int *color_type, int *interlace_method,
  2042. int *compression_method, int *filter_method));
  2043. extern PNG_EXPORT(void,png_set_IHDR) PNGARG((png_structp png_ptr,
  2044. png_infop info_ptr, png_uint_32 width, png_uint_32 height, int bit_depth,
  2045. int color_type, int interlace_method, int compression_method,
  2046. int filter_method));
  2047. #ifdef PNG_oFFs_SUPPORTED
  2048. extern PNG_EXPORT(png_uint_32,png_get_oFFs) PNGARG((png_structp png_ptr,
  2049. png_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y,
  2050. int *unit_type));
  2051. #endif
  2052. #ifdef PNG_oFFs_SUPPORTED
  2053. extern PNG_EXPORT(void,png_set_oFFs) PNGARG((png_structp png_ptr,
  2054. png_infop info_ptr, png_int_32 offset_x, png_int_32 offset_y,
  2055. int unit_type));
  2056. #endif
  2057. #ifdef PNG_pCAL_SUPPORTED
  2058. extern PNG_EXPORT(png_uint_32,png_get_pCAL) PNGARG((png_structp png_ptr,
  2059. png_infop info_ptr, png_charp *purpose, png_int_32 *X0, png_int_32 *X1,
  2060. int *type, int *nparams, png_charp *units, png_charpp *params));
  2061. #endif
  2062. #ifdef PNG_pCAL_SUPPORTED
  2063. extern PNG_EXPORT(void,png_set_pCAL) PNGARG((png_structp png_ptr,
  2064. png_infop info_ptr, png_charp purpose, png_int_32 X0, png_int_32 X1,
  2065. int type, int nparams, png_charp units, png_charpp params));
  2066. #endif
  2067. #ifdef PNG_pHYs_SUPPORTED
  2068. extern PNG_EXPORT(png_uint_32,png_get_pHYs) PNGARG((png_structp png_ptr,
  2069. png_infop info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type));
  2070. #endif
  2071. #ifdef PNG_pHYs_SUPPORTED
  2072. extern PNG_EXPORT(void,png_set_pHYs) PNGARG((png_structp png_ptr,
  2073. png_infop info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type));
  2074. #endif
  2075. extern PNG_EXPORT(png_uint_32,png_get_PLTE) PNGARG((png_structp png_ptr,
  2076. png_infop info_ptr, png_colorp *palette, int *num_palette));
  2077. extern PNG_EXPORT(void,png_set_PLTE) PNGARG((png_structp png_ptr,
  2078. png_infop info_ptr, png_colorp palette, int num_palette));
  2079. #ifdef PNG_sBIT_SUPPORTED
  2080. extern PNG_EXPORT(png_uint_32,png_get_sBIT) PNGARG((png_structp png_ptr,
  2081. png_infop info_ptr, png_color_8p *sig_bit));
  2082. #endif
  2083. #ifdef PNG_sBIT_SUPPORTED
  2084. extern PNG_EXPORT(void,png_set_sBIT) PNGARG((png_structp png_ptr,
  2085. png_infop info_ptr, png_color_8p sig_bit));
  2086. #endif
  2087. #ifdef PNG_sRGB_SUPPORTED
  2088. extern PNG_EXPORT(png_uint_32,png_get_sRGB) PNGARG((png_structp png_ptr,
  2089. png_infop info_ptr, int *intent));
  2090. #endif
  2091. #ifdef PNG_sRGB_SUPPORTED
  2092. extern PNG_EXPORT(void,png_set_sRGB) PNGARG((png_structp png_ptr,
  2093. png_infop info_ptr, int intent));
  2094. extern PNG_EXPORT(void,png_set_sRGB_gAMA_and_cHRM) PNGARG((png_structp png_ptr,
  2095. png_infop info_ptr, int intent));
  2096. #endif
  2097. #ifdef PNG_iCCP_SUPPORTED
  2098. extern PNG_EXPORT(png_uint_32,png_get_iCCP) PNGARG((png_structp png_ptr,
  2099. png_infop info_ptr, png_charpp name, int *compression_type,
  2100. png_charpp profile, png_uint_32 *proflen));
  2101. /* Note to maintainer: profile should be png_bytepp */
  2102. #endif
  2103. #ifdef PNG_iCCP_SUPPORTED
  2104. extern PNG_EXPORT(void,png_set_iCCP) PNGARG((png_structp png_ptr,
  2105. png_infop info_ptr, png_charp name, int compression_type,
  2106. png_charp profile, png_uint_32 proflen));
  2107. /* Note to maintainer: profile should be png_bytep */
  2108. #endif
  2109. #ifdef PNG_sPLT_SUPPORTED
  2110. extern PNG_EXPORT(png_uint_32,png_get_sPLT) PNGARG((png_structp png_ptr,
  2111. png_infop info_ptr, png_sPLT_tpp entries));
  2112. #endif
  2113. #ifdef PNG_sPLT_SUPPORTED
  2114. extern PNG_EXPORT(void,png_set_sPLT) PNGARG((png_structp png_ptr,
  2115. png_infop info_ptr, png_sPLT_tp entries, int nentries));
  2116. #endif
  2117. #ifdef PNG_TEXT_SUPPORTED
  2118. /* png_get_text also returns the number of text chunks in *num_text */
  2119. extern PNG_EXPORT(png_uint_32,png_get_text) PNGARG((png_structp png_ptr,
  2120. png_infop info_ptr, png_textp *text_ptr, int *num_text));
  2121. #endif
  2122. /* Note while png_set_text() will accept a structure whose text,
  2123. * language, and translated keywords are NULL pointers, the structure
  2124. * returned by png_get_text will always contain regular
  2125. * zero-terminated C strings. They might be empty strings but
  2126. * they will never be NULL pointers.
  2127. */
  2128. #ifdef PNG_TEXT_SUPPORTED
  2129. extern PNG_EXPORT(void,png_set_text) PNGARG((png_structp png_ptr,
  2130. png_infop info_ptr, png_textp text_ptr, int num_text));
  2131. #endif
  2132. #ifdef PNG_tIME_SUPPORTED
  2133. extern PNG_EXPORT(png_uint_32,png_get_tIME) PNGARG((png_structp png_ptr,
  2134. png_infop info_ptr, png_timep *mod_time));
  2135. #endif
  2136. #ifdef PNG_tIME_SUPPORTED
  2137. extern PNG_EXPORT(void,png_set_tIME) PNGARG((png_structp png_ptr,
  2138. png_infop info_ptr, png_timep mod_time));
  2139. #endif
  2140. #ifdef PNG_tRNS_SUPPORTED
  2141. extern PNG_EXPORT(png_uint_32,png_get_tRNS) PNGARG((png_structp png_ptr,
  2142. png_infop info_ptr, png_bytep *trans_alpha, int *num_trans,
  2143. png_color_16p *trans_color));
  2144. #endif
  2145. #ifdef PNG_tRNS_SUPPORTED
  2146. extern PNG_EXPORT(void,png_set_tRNS) PNGARG((png_structp png_ptr,
  2147. png_infop info_ptr, png_bytep trans_alpha, int num_trans,
  2148. png_color_16p trans_color));
  2149. #endif
  2150. #ifdef PNG_tRNS_SUPPORTED
  2151. #endif
  2152. #ifdef PNG_sCAL_SUPPORTED
  2153. #ifdef PNG_FLOATING_POINT_SUPPORTED
  2154. extern PNG_EXPORT(png_uint_32,png_get_sCAL) PNGARG((png_structp png_ptr,
  2155. png_infop info_ptr, int *unit, double *width, double *height));
  2156. #else
  2157. #ifdef PNG_FIXED_POINT_SUPPORTED
  2158. extern PNG_EXPORT(png_uint_32,png_get_sCAL_s) PNGARG((png_structp png_ptr,
  2159. png_infop info_ptr, int *unit, png_charpp swidth, png_charpp sheight));
  2160. #endif
  2161. #endif
  2162. #endif /* PNG_sCAL_SUPPORTED */
  2163. #ifdef PNG_sCAL_SUPPORTED
  2164. #ifdef PNG_FLOATING_POINT_SUPPORTED
  2165. extern PNG_EXPORT(void,png_set_sCAL) PNGARG((png_structp png_ptr,
  2166. png_infop info_ptr, int unit, double width, double height));
  2167. #else
  2168. #ifdef PNG_FIXED_POINT_SUPPORTED
  2169. extern PNG_EXPORT(void,png_set_sCAL_s) PNGARG((png_structp png_ptr,
  2170. png_infop info_ptr, int unit, png_charp swidth, png_charp sheight));
  2171. #endif
  2172. #endif
  2173. #endif /* PNG_sCAL_SUPPORTED || PNG_WRITE_sCAL_SUPPORTED */
  2174. #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED
  2175. /* Provide a list of chunks and how they are to be handled, if the built-in
  2176. handling or default unknown chunk handling is not desired. Any chunks not
  2177. listed will be handled in the default manner. The IHDR and IEND chunks
  2178. must not be listed.
  2179. keep = 0: follow default behaviour
  2180. = 1: do not keep
  2181. = 2: keep only if safe-to-copy
  2182. = 3: keep even if unsafe-to-copy
  2183. */
  2184. extern PNG_EXPORT(void, png_set_keep_unknown_chunks) PNGARG((png_structp
  2185. png_ptr, int keep, png_bytep chunk_list, int num_chunks));
  2186. PNG_EXPORT(int,png_handle_as_unknown) PNGARG((png_structp png_ptr, png_bytep
  2187. chunk_name));
  2188. #endif
  2189. #ifdef PNG_UNKNOWN_CHUNKS_SUPPORTED
  2190. extern PNG_EXPORT(void, png_set_unknown_chunks) PNGARG((png_structp png_ptr,
  2191. png_infop info_ptr, png_unknown_chunkp unknowns, int num_unknowns));
  2192. extern PNG_EXPORT(void, png_set_unknown_chunk_location)
  2193. PNGARG((png_structp png_ptr, png_infop info_ptr, int chunk, int location));
  2194. extern PNG_EXPORT(png_uint_32,png_get_unknown_chunks) PNGARG((png_structp
  2195. png_ptr, png_infop info_ptr, png_unknown_chunkpp entries));
  2196. #endif
  2197. /* Png_free_data() will turn off the "valid" flag for anything it frees.
  2198. * If you need to turn it off for a chunk that your application has freed,
  2199. * you can use png_set_invalid(png_ptr, info_ptr, PNG_INFO_CHNK);
  2200. */
  2201. extern PNG_EXPORT(void, png_set_invalid) PNGARG((png_structp png_ptr,
  2202. png_infop info_ptr, int mask));
  2203. #ifdef PNG_INFO_IMAGE_SUPPORTED
  2204. /* The "params" pointer is currently not used and is for future expansion. */
  2205. extern PNG_EXPORT(void, png_read_png) PNGARG((png_structp png_ptr,
  2206. png_infop info_ptr,
  2207. int transforms,
  2208. png_voidp params));
  2209. extern PNG_EXPORT(void, png_write_png) PNGARG((png_structp png_ptr,
  2210. png_infop info_ptr,
  2211. int transforms,
  2212. png_voidp params));
  2213. #endif
  2214. extern PNG_EXPORT(png_charp,png_get_copyright) PNGARG((png_structp png_ptr));
  2215. extern PNG_EXPORT(png_charp,png_get_header_ver) PNGARG((png_structp png_ptr));
  2216. extern PNG_EXPORT(png_charp,png_get_header_version) PNGARG((png_structp
  2217. png_ptr));
  2218. extern PNG_EXPORT(png_charp,png_get_libpng_ver) PNGARG((png_structp png_ptr));
  2219. #ifdef PNG_MNG_FEATURES_SUPPORTED
  2220. extern PNG_EXPORT(png_uint_32,png_permit_mng_features) PNGARG((png_structp
  2221. png_ptr, png_uint_32 mng_features_permitted));
  2222. #endif
  2223. /* For use in png_set_keep_unknown, added to version 1.2.6 */
  2224. #define PNG_HANDLE_CHUNK_AS_DEFAULT 0
  2225. #define PNG_HANDLE_CHUNK_NEVER 1
  2226. #define PNG_HANDLE_CHUNK_IF_SAFE 2
  2227. #define PNG_HANDLE_CHUNK_ALWAYS 3
  2228. /* Strip the prepended error numbers ("#nnn ") from error and warning
  2229. * messages before passing them to the error or warning handler.
  2230. */
  2231. #ifdef PNG_ERROR_NUMBERS_SUPPORTED
  2232. extern PNG_EXPORT(void,png_set_strip_error_numbers) PNGARG((png_structp
  2233. png_ptr, png_uint_32 strip_mode));
  2234. #endif
  2235. /* Added in libpng-1.2.6 */
  2236. #ifdef PNG_SET_USER_LIMITS_SUPPORTED
  2237. extern PNG_EXPORT(void,png_set_user_limits) PNGARG((png_structp
  2238. png_ptr, png_uint_32 user_width_max, png_uint_32 user_height_max));
  2239. extern PNG_EXPORT(png_uint_32,png_get_user_width_max) PNGARG((png_structp
  2240. png_ptr));
  2241. extern PNG_EXPORT(png_uint_32,png_get_user_height_max) PNGARG((png_structp
  2242. png_ptr));
  2243. /* Added in libpng-1.4.0 */
  2244. extern PNG_EXPORT(void,png_set_chunk_cache_max) PNGARG((png_structp
  2245. png_ptr, png_uint_32 user_chunk_cache_max));
  2246. extern PNG_EXPORT(png_uint_32,png_get_chunk_cache_max)
  2247. PNGARG((png_structp png_ptr));
  2248. /* Added in libpng-1.4.1 */
  2249. extern PNG_EXPORT(void,png_set_chunk_malloc_max) PNGARG((png_structp
  2250. png_ptr, png_alloc_size_t user_chunk_cache_max));
  2251. extern PNG_EXPORT(png_alloc_size_t,png_get_chunk_malloc_max)
  2252. PNGARG((png_structp png_ptr));
  2253. #endif
  2254. #if defined(PNG_INCH_CONVERSIONS) && defined(PNG_FLOATING_POINT_SUPPORTED)
  2255. PNG_EXPORT(png_uint_32,png_get_pixels_per_inch) PNGARG((png_structp png_ptr,
  2256. png_infop info_ptr));
  2257. PNG_EXPORT(png_uint_32,png_get_x_pixels_per_inch) PNGARG((png_structp png_ptr,
  2258. png_infop info_ptr));
  2259. PNG_EXPORT(png_uint_32,png_get_y_pixels_per_inch) PNGARG((png_structp png_ptr,
  2260. png_infop info_ptr));
  2261. PNG_EXPORT(float,png_get_x_offset_inches) PNGARG((png_structp png_ptr,
  2262. png_infop info_ptr));
  2263. PNG_EXPORT(float,png_get_y_offset_inches) PNGARG((png_structp png_ptr,
  2264. png_infop info_ptr));
  2265. #ifdef PNG_pHYs_SUPPORTED
  2266. PNG_EXPORT(png_uint_32,png_get_pHYs_dpi) PNGARG((png_structp png_ptr,
  2267. png_infop info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type));
  2268. #endif /* PNG_pHYs_SUPPORTED */
  2269. #endif /* PNG_INCH_CONVERSIONS && PNG_FLOATING_POINT_SUPPORTED */
  2270. /* Added in libpng-1.4.0 */
  2271. #ifdef PNG_IO_STATE_SUPPORTED
  2272. extern PNG_EXPORT(png_uint_32,png_get_io_state) PNGARG((png_structp png_ptr));
  2273. extern PNG_EXPORT(png_bytep,png_get_io_chunk_name)
  2274. PNGARG((png_structp png_ptr));
  2275. /* The flags returned by png_get_io_state() are the following: */
  2276. #define PNG_IO_NONE 0x0000 /* no I/O at this moment */
  2277. #define PNG_IO_READING 0x0001 /* currently reading */
  2278. #define PNG_IO_WRITING 0x0002 /* currently writing */
  2279. #define PNG_IO_SIGNATURE 0x0010 /* currently at the file signature */
  2280. #define PNG_IO_CHUNK_HDR 0x0020 /* currently at the chunk header */
  2281. #define PNG_IO_CHUNK_DATA 0x0040 /* currently at the chunk data */
  2282. #define PNG_IO_CHUNK_CRC 0x0080 /* currently at the chunk crc */
  2283. #define PNG_IO_MASK_OP 0x000f /* current operation: reading/writing */
  2284. #define PNG_IO_MASK_LOC 0x00f0 /* current location: sig/hdr/data/crc */
  2285. #endif /* ?PNG_IO_STATE_SUPPORTED */
  2286. /* Maintainer: Put new public prototypes here ^, in libpng.3, and project
  2287. * defs
  2288. */
  2289. #ifdef PNG_READ_COMPOSITE_NODIV_SUPPORTED
  2290. /* With these routines we avoid an integer divide, which will be slower on
  2291. * most machines. However, it does take more operations than the corresponding
  2292. * divide method, so it may be slower on a few RISC systems. There are two
  2293. * shifts (by 8 or 16 bits) and an addition, versus a single integer divide.
  2294. *
  2295. * Note that the rounding factors are NOT supposed to be the same! 128 and
  2296. * 32768 are correct for the NODIV code; 127 and 32767 are correct for the
  2297. * standard method.
  2298. *
  2299. * [Optimized code by Greg Roelofs and Mark Adler...blame us for bugs. :-) ]
  2300. */
  2301. /* fg and bg should be in `gamma 1.0' space; alpha is the opacity */
  2302. # define png_composite(composite, fg, alpha, bg) \
  2303. { png_uint_16 temp = (png_uint_16)((png_uint_16)(fg) \
  2304. * (png_uint_16)(alpha) \
  2305. + (png_uint_16)(bg)*(png_uint_16)(255 \
  2306. - (png_uint_16)(alpha)) + (png_uint_16)128); \
  2307. (composite) = (png_byte)((temp + (temp >> 8)) >> 8); }
  2308. # define png_composite_16(composite, fg, alpha, bg) \
  2309. { png_uint_32 temp = (png_uint_32)((png_uint_32)(fg) \
  2310. * (png_uint_32)(alpha) \
  2311. + (png_uint_32)(bg)*(png_uint_32)(65535L \
  2312. - (png_uint_32)(alpha)) + (png_uint_32)32768L); \
  2313. (composite) = (png_uint_16)((temp + (temp >> 16)) >> 16); }
  2314. #else /* Standard method using integer division */
  2315. # define png_composite(composite, fg, alpha, bg) \
  2316. (composite) = (png_byte)(((png_uint_16)(fg) * (png_uint_16)(alpha) + \
  2317. (png_uint_16)(bg) * (png_uint_16)(255 - (png_uint_16)(alpha)) + \
  2318. (png_uint_16)127) / 255)
  2319. # define png_composite_16(composite, fg, alpha, bg) \
  2320. (composite) = (png_uint_16)(((png_uint_32)(fg) * (png_uint_32)(alpha) + \
  2321. (png_uint_32)(bg)*(png_uint_32)(65535L - (png_uint_32)(alpha)) + \
  2322. (png_uint_32)32767) / (png_uint_32)65535L)
  2323. #endif /* PNG_READ_COMPOSITE_NODIV_SUPPORTED */
  2324. #ifdef PNG_USE_READ_MACROS
  2325. /* Inline macros to do direct reads of bytes from the input buffer.
  2326. * The png_get_int_32() routine assumes we are using two's complement
  2327. * format for negative values, which is almost certainly true.
  2328. */
  2329. /* We could make special-case BIG_ENDIAN macros that do direct reads here */
  2330. # define png_get_uint_32(buf) \
  2331. (((png_uint_32)(*(buf)) << 24) + \
  2332. ((png_uint_32)(*((buf) + 1)) << 16) + \
  2333. ((png_uint_32)(*((buf) + 2)) << 8) + \
  2334. ((png_uint_32)(*((buf) + 3))))
  2335. # define png_get_uint_16(buf) \
  2336. (((png_uint_32)(*(buf)) << 8) + \
  2337. ((png_uint_32)(*((buf) + 1))))
  2338. #ifdef PNG_GET_INT_32_SUPPORTED
  2339. # define png_get_int_32(buf) \
  2340. (((png_int_32)(*(buf)) << 24) + \
  2341. ((png_int_32)(*((buf) + 1)) << 16) + \
  2342. ((png_int_32)(*((buf) + 2)) << 8) + \
  2343. ((png_int_32)(*((buf) + 3))))
  2344. #endif
  2345. #else
  2346. extern PNG_EXPORT(png_uint_32,png_get_uint_32) PNGARG((png_bytep buf));
  2347. extern PNG_EXPORT(png_uint_16,png_get_uint_16) PNGARG((png_bytep buf));
  2348. #ifdef PNG_GET_INT_32_SUPPORTED
  2349. extern PNG_EXPORT(png_int_32,png_get_int_32) PNGARG((png_bytep buf));
  2350. #endif
  2351. #endif
  2352. extern PNG_EXPORT(png_uint_32,png_get_uint_31)
  2353. PNGARG((png_structp png_ptr, png_bytep buf));
  2354. /* No png_get_int_16 -- may be added if there's a real need for it. */
  2355. /* Place a 32-bit number into a buffer in PNG byte order (big-endian). */
  2356. extern PNG_EXPORT(void,png_save_uint_32)
  2357. PNGARG((png_bytep buf, png_uint_32 i));
  2358. extern PNG_EXPORT(void,png_save_int_32)
  2359. PNGARG((png_bytep buf, png_int_32 i));
  2360. /* Place a 16-bit number into a buffer in PNG byte order.
  2361. * The parameter is declared unsigned int, not png_uint_16,
  2362. * just to avoid potential problems on pre-ANSI C compilers.
  2363. */
  2364. extern PNG_EXPORT(void,png_save_uint_16)
  2365. PNGARG((png_bytep buf, unsigned int i));
  2366. /* No png_save_int_16 -- may be added if there's a real need for it. */
  2367. /* ************************************************************************* */
  2368. /* Various modes of operation. Note that after an init, mode is set to
  2369. * zero automatically when the structure is created.
  2370. */
  2371. #define PNG_HAVE_IHDR 0x01
  2372. #define PNG_HAVE_PLTE 0x02
  2373. #define PNG_HAVE_IDAT 0x04
  2374. #define PNG_AFTER_IDAT 0x08 /* Have complete zlib datastream */
  2375. #define PNG_HAVE_IEND 0x10
  2376. #define PNG_HAVE_gAMA 0x20
  2377. #define PNG_HAVE_cHRM 0x40
  2378. #ifdef __cplusplus
  2379. }
  2380. #endif
  2381. #endif /* PNG_VERSION_INFO_ONLY */
  2382. /* Do not put anything past this line */
  2383. #endif /* PNG_H */