cairo 1.6.1-x86-mswin32 → 1.7.0-x86-mswin32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of cairo might be problematic. Click here for more details.

Files changed (410) hide show
  1. data/ChangeLog +285 -0
  2. data/NEWS +33 -0
  3. data/README +15 -4
  4. data/Rakefile +3 -0
  5. data/cairo/bin/libcairo-2.dll +0 -0
  6. data/cairo/bin/libpng12-0.dll +0 -0
  7. data/cairo/include/{libpng13/png.h → png.h} +285 -135
  8. data/cairo/include/{libpng13/pngconf.h → pngconf.h} +116 -72
  9. data/cairo/lib/cairo.lib +0 -0
  10. data/cairo/lib/libcairo.dll.a +0 -0
  11. data/cairo/lib/libpng.def +361 -371
  12. data/cairo/lib/libpng.lib +0 -0
  13. data/cairo/lib/libpng12.dll.a +0 -0
  14. data/cairo/lib/pkgconfig/cairo-pdf.pc +1 -1
  15. data/cairo/lib/pkgconfig/cairo-png.pc +2 -2
  16. data/cairo/lib/pkgconfig/cairo-ps.pc +1 -1
  17. data/cairo/lib/pkgconfig/cairo-svg.pc +1 -1
  18. data/cairo/lib/pkgconfig/cairo-win32-font.pc +1 -1
  19. data/cairo/lib/pkgconfig/cairo-win32.pc +1 -1
  20. data/cairo/lib/pkgconfig/cairo.pc +2 -2
  21. data/cairo/lib/pkgconfig/libpng.pc +10 -14
  22. data/cairo/lib/pkgconfig/libpng12.pc +10 -0
  23. data/cairo/make/{cairo-1.6.4-1.sh → cairo-1.6.4-2.sh} +3 -3
  24. data/cairo/make/libpng-1.2.29.sh +35 -0
  25. data/cairo/manifest/cairo-1.6.4-2.mft +6 -0
  26. data/cairo/manifest/{cairo-dev-1.6.4-1.mft → cairo-dev-1.6.4-2.mft} +2 -2
  27. data/cairo/manifest/libpng-1.2.29.mft +2 -0
  28. data/cairo/manifest/libpng-dev-1.2.29.mft +12 -0
  29. data/cairo/share/doc/{cairo-1.6.4-1 → cairo-1.6.4-2}/COPYING +0 -0
  30. data/cairo/share/doc/{cairo-1.6.4-1 → cairo-1.6.4-2}/COPYING-LGPL-2.1 +0 -0
  31. data/cairo/share/doc/{cairo-1.6.4-1 → cairo-1.6.4-2}/COPYING-MPL-1.1 +0 -0
  32. data/cairo/share/man/man3/libpng.3 +3680 -0
  33. data/cairo/share/man/man3/libpngpf.3 +274 -0
  34. data/cairo/share/man/man5/png.5 +74 -0
  35. data/doc/en/cairo-antialias.html +0 -3
  36. data/doc/en/cairo-clip-not-representable-error.html +0 -3
  37. data/doc/en/cairo-color-base.html +0 -3
  38. data/doc/en/cairo-color-cmyk.html +0 -3
  39. data/doc/en/cairo-color-hsv.html +0 -3
  40. data/doc/en/cairo-color-rgb.html +0 -3
  41. data/doc/en/cairo-color-x11.html +0 -3
  42. data/doc/en/cairo-color.html +0 -3
  43. data/doc/en/cairo-content.html +0 -3
  44. data/doc/en/cairo-context-blur.html +0 -3
  45. data/doc/en/cairo-context-circle.html +0 -3
  46. data/doc/en/cairo-context-color.html +0 -3
  47. data/doc/en/cairo-context-path.html +0 -3
  48. data/doc/en/cairo-context-rectangle.html +0 -3
  49. data/doc/en/cairo-context-triangle.html +0 -3
  50. data/doc/en/cairo-context.html +119 -102
  51. data/doc/en/cairo-error.html +0 -3
  52. data/doc/en/cairo-extend.html +0 -3
  53. data/doc/en/cairo-file-not-found.html +0 -3
  54. data/doc/en/cairo-fill-rule.html +0 -3
  55. data/doc/en/cairo-filter.html +0 -3
  56. data/doc/en/cairo-font-extents.html +67 -12
  57. data/doc/en/cairo-font-face.html +0 -3
  58. data/doc/en/cairo-font-options.html +26 -14
  59. data/doc/en/cairo-font-slant.html +0 -3
  60. data/doc/en/cairo-font-type-mismatch.html +47 -0
  61. data/doc/en/cairo-font-weight.html +0 -3
  62. data/doc/en/cairo-format.html +0 -3
  63. data/doc/en/cairo-glyph.html +0 -3
  64. data/doc/en/cairo-gradient-pattern.html +0 -3
  65. data/doc/en/cairo-hint-metrics.html +0 -3
  66. data/doc/en/cairo-hint-style.html +0 -3
  67. data/doc/en/cairo-image-surface.html +0 -3
  68. data/doc/en/cairo-invalid-clusters.html +47 -0
  69. data/doc/en/cairo-invalid-content-error.html +0 -3
  70. data/doc/en/cairo-invalid-dash-error.html +0 -3
  71. data/doc/en/cairo-invalid-dsc-comment-error.html +0 -3
  72. data/doc/en/cairo-invalid-format-error.html +0 -3
  73. data/doc/en/cairo-invalid-index-error.html +0 -3
  74. data/doc/en/cairo-invalid-matrix-error.html +0 -3
  75. data/doc/en/cairo-invalid-path-data-error.html +0 -3
  76. data/doc/en/cairo-invalid-pop-group-error.html +0 -3
  77. data/doc/en/cairo-invalid-restore-error.html +0 -3
  78. data/doc/en/cairo-invalid-slant.html +47 -0
  79. data/doc/en/cairo-invalid-status-error.html +0 -3
  80. data/doc/en/cairo-invalid-stride-error.html +0 -3
  81. data/doc/en/cairo-invalid-string-error.html +0 -3
  82. data/doc/en/cairo-invalid-visual-error.html +0 -3
  83. data/doc/en/cairo-invalid-weight.html +47 -0
  84. data/doc/en/cairo-lcd-filter.html +39 -0
  85. data/doc/en/cairo-line-cap.html +0 -3
  86. data/doc/en/cairo-line-join.html +0 -3
  87. data/doc/en/cairo-linear-pattern.html +0 -3
  88. data/doc/en/cairo-matrix.html +43 -41
  89. data/doc/en/cairo-negative-count.html +47 -0
  90. data/doc/en/cairo-no-current-point-error.html +0 -3
  91. data/doc/en/cairo-null-pointer-error.html +0 -3
  92. data/doc/en/cairo-operator.html +0 -3
  93. data/doc/en/cairo-paper-parse-error.html +0 -3
  94. data/doc/en/cairo-paper-unknown-paper-name.html +0 -3
  95. data/doc/en/cairo-paper-unknown-unit.html +0 -3
  96. data/doc/en/cairo-paper-unrecognized-paper-description.html +0 -3
  97. data/doc/en/cairo-paper.html +0 -3
  98. data/doc/en/cairo-path-close-path.html +0 -3
  99. data/doc/en/cairo-path-curve-to.html +0 -3
  100. data/doc/en/cairo-path-data-type.html +0 -3
  101. data/doc/en/cairo-path-data.html +0 -3
  102. data/doc/en/cairo-path-line-to.html +0 -3
  103. data/doc/en/cairo-path-move-to.html +0 -3
  104. data/doc/en/cairo-path.html +0 -3
  105. data/doc/en/cairo-pattern-type-mismatch-error.html +0 -3
  106. data/doc/en/cairo-pattern.html +0 -3
  107. data/doc/en/cairo-pdf-surface.html +0 -3
  108. data/doc/en/cairo-point.html +0 -3
  109. data/doc/en/cairo-ps-level.html +0 -3
  110. data/doc/en/cairo-ps-surface.html +0 -3
  111. data/doc/en/cairo-quartz-image-surface.html +0 -3
  112. data/doc/en/cairo-quartz-surface.html +0 -3
  113. data/doc/en/cairo-radial-pattern.html +0 -3
  114. data/doc/en/cairo-read-error.html +0 -3
  115. data/doc/en/cairo-rectangle.html +0 -3
  116. data/doc/en/cairo-scaled-font.html +13 -6
  117. data/doc/en/cairo-solid-pattern.html +0 -3
  118. data/doc/en/cairo-subpixel-order.html +0 -3
  119. data/doc/en/cairo-surface-finished-error.html +0 -3
  120. data/doc/en/cairo-surface-pattern.html +0 -3
  121. data/doc/en/cairo-surface-type-mismatch-error.html +0 -3
  122. data/doc/en/cairo-surface.html +22 -15
  123. data/doc/en/cairo-svg-surface.html +0 -3
  124. data/doc/en/cairo-svg-version.html +0 -3
  125. data/doc/en/cairo-temp-file-error.html +0 -3
  126. data/doc/en/cairo-text-cluster.html +84 -0
  127. data/doc/en/cairo-text-extents.html +78 -13
  128. data/doc/en/cairo-toy-font-face.html +67 -0
  129. data/doc/en/cairo-user-font-error.html +47 -0
  130. data/doc/en/cairo-user-font-face-text-to-glyphs-data.html +94 -0
  131. data/doc/en/cairo-user-font-face.html +72 -0
  132. data/doc/en/cairo-user-font-immutable.html +47 -0
  133. data/doc/en/cairo-win32-printing-surface.html +0 -3
  134. data/doc/en/cairo-win32-surface.html +0 -3
  135. data/doc/en/cairo-write-error.html +0 -3
  136. data/doc/en/cairo.html +92 -80
  137. data/doc/en/index.html +327 -240
  138. data/doc/ja/cairo-clip-not-representable-error.html +1 -1
  139. data/doc/ja/cairo-color-base.html +1 -1
  140. data/doc/ja/cairo-color-cmyk.html +9 -9
  141. data/doc/ja/cairo-color-hsv.html +8 -8
  142. data/doc/ja/cairo-color-rgb.html +9 -9
  143. data/doc/ja/cairo-color.html +8 -8
  144. data/doc/ja/cairo-context-circle.html +1 -1
  145. data/doc/ja/cairo-context-color.html +1 -1
  146. data/doc/ja/cairo-context-path.html +2 -2
  147. data/doc/ja/cairo-context.html +435 -342
  148. data/doc/ja/cairo-font-extents.html +69 -15
  149. data/doc/ja/cairo-font-face.html +3 -3
  150. data/doc/ja/cairo-font-options.html +37 -12
  151. data/doc/ja/cairo-font-slant.html +1 -1
  152. data/doc/ja/cairo-font-type-mismatch.html +52 -0
  153. data/doc/ja/cairo-glyph.html +5 -5
  154. data/doc/ja/cairo-gradient-pattern.html +6 -6
  155. data/doc/ja/cairo-image-surface.html +8 -8
  156. data/doc/ja/cairo-invalid-clusters.html +55 -0
  157. data/doc/ja/cairo-invalid-restore-error.html +1 -1
  158. data/doc/ja/cairo-invalid-slant.html +57 -0
  159. data/doc/ja/cairo-invalid-weight.html +57 -0
  160. data/doc/ja/cairo-lcd-filter.html +63 -0
  161. data/doc/ja/cairo-line-join.html +1 -1
  162. data/doc/ja/cairo-linear-pattern.html +2 -2
  163. data/doc/ja/cairo-matrix.html +35 -24
  164. data/doc/ja/cairo-negative-count.html +52 -0
  165. data/doc/ja/cairo-paper-unknown-paper-name.html +2 -2
  166. data/doc/ja/cairo-paper-unknown-unit.html +2 -2
  167. data/doc/ja/cairo-paper-unrecognized-paper-description.html +1 -1
  168. data/doc/ja/cairo-paper.html +12 -12
  169. data/doc/ja/cairo-path-close-path.html +1 -1
  170. data/doc/ja/cairo-path-curve-to.html +1 -1
  171. data/doc/ja/cairo-path-data.html +8 -8
  172. data/doc/ja/cairo-path-line-to.html +1 -1
  173. data/doc/ja/cairo-path-move-to.html +1 -1
  174. data/doc/ja/cairo-path.html +21 -21
  175. data/doc/ja/cairo-pattern.html +4 -4
  176. data/doc/ja/cairo-pdf-surface.html +2 -2
  177. data/doc/ja/cairo-point.html +5 -5
  178. data/doc/ja/cairo-ps-level.html +2 -2
  179. data/doc/ja/cairo-ps-surface.html +6 -6
  180. data/doc/ja/cairo-quartz-image-surface.html +2 -2
  181. data/doc/ja/cairo-quartz-surface.html +3 -3
  182. data/doc/ja/cairo-radial-pattern.html +2 -2
  183. data/doc/ja/cairo-rectangle.html +5 -5
  184. data/doc/ja/cairo-scaled-font.html +53 -17
  185. data/doc/ja/cairo-solid-pattern.html +3 -3
  186. data/doc/ja/cairo-surface-pattern.html +2 -2
  187. data/doc/ja/cairo-surface.html +58 -36
  188. data/doc/ja/cairo-svg-surface.html +4 -4
  189. data/doc/ja/cairo-svg-version.html +2 -2
  190. data/doc/ja/cairo-text-cluster.html +102 -0
  191. data/doc/ja/cairo-text-extents.html +84 -22
  192. data/doc/ja/cairo-toy-font-face.html +107 -0
  193. data/doc/ja/cairo-user-font-error.html +55 -0
  194. data/doc/ja/cairo-user-font-face-text-to-glyphs-data.html +155 -0
  195. data/doc/ja/cairo-user-font-face.html +268 -0
  196. data/doc/ja/cairo-user-font-immutable.html +54 -0
  197. data/doc/ja/cairo-win32-printing-surface.html +3 -3
  198. data/doc/ja/cairo-win32-surface.html +4 -4
  199. data/doc/ja/cairo.html +110 -77
  200. data/doc/ja/index.html +292 -205
  201. data/extconf.rb +3 -1
  202. data/misc/update-colors.rb +0 -0
  203. data/pkg-config.rb +54 -28
  204. data/samples/agg/aa_test.rb +0 -0
  205. data/samples/blur.rb +0 -0
  206. data/samples/png.rb +0 -0
  207. data/samples/scalable.rb +0 -0
  208. data/samples/text-on-path.rb +0 -0
  209. data/samples/text2.rb +0 -0
  210. data/src/cairo.def +8 -0
  211. data/src/cairo.so +0 -0
  212. data/src/lib/cairo.rb +12 -7
  213. data/src/lib/cairo/constants.rb +1 -0
  214. data/src/libruby-cairo.a +0 -0
  215. data/src/rb_cairo.c +25 -3
  216. data/src/rb_cairo.h +29 -18
  217. data/src/rb_cairo_constants.c +39 -10
  218. data/src/rb_cairo_context.c +156 -15
  219. data/src/rb_cairo_exception.c +143 -3
  220. data/src/rb_cairo_font_extents.c +81 -6
  221. data/src/rb_cairo_font_face.c +646 -4
  222. data/src/rb_cairo_font_options.c +24 -2
  223. data/src/rb_cairo_glyph.c +5 -3
  224. data/src/rb_cairo_matrix.c +17 -1
  225. data/src/rb_cairo_pattern.c +4 -4
  226. data/src/rb_cairo_private.c +169 -5
  227. data/src/rb_cairo_private.h +45 -3
  228. data/src/rb_cairo_scaled_font.c +61 -3
  229. data/src/rb_cairo_surface.c +174 -59
  230. data/src/rb_cairo_text_cluster.c +151 -0
  231. data/src/rb_cairo_text_extents.c +85 -2
  232. data/test-unit/Rakefile +30 -0
  233. data/test-unit/bin/testrb +5 -0
  234. data/test-unit/lib/test/unit.rb +280 -0
  235. data/test-unit/lib/test/unit/assertionfailederror.rb +14 -0
  236. data/test-unit/lib/test/unit/assertions.rb +722 -0
  237. data/test-unit/lib/test/unit/attribute.rb +125 -0
  238. data/test-unit/lib/test/unit/autorunner.rb +254 -0
  239. data/test-unit/lib/test/unit/collector.rb +43 -0
  240. data/test-unit/lib/test/unit/collector/descendant.rb +23 -0
  241. data/test-unit/lib/test/unit/collector/dir.rb +108 -0
  242. data/test-unit/lib/test/unit/collector/load.rb +135 -0
  243. data/test-unit/lib/test/unit/collector/objectspace.rb +34 -0
  244. data/test-unit/lib/test/unit/color.rb +61 -0
  245. data/test-unit/lib/test/unit/diff.rb +524 -0
  246. data/test-unit/lib/test/unit/error.rb +124 -0
  247. data/test-unit/lib/test/unit/exceptionhandler.rb +39 -0
  248. data/test-unit/lib/test/unit/failure.rb +110 -0
  249. data/test-unit/lib/test/unit/fixture.rb +185 -0
  250. data/test-unit/lib/test/unit/notification.rb +125 -0
  251. data/test-unit/lib/test/unit/omission.rb +143 -0
  252. data/test-unit/lib/test/unit/pending.rb +146 -0
  253. data/test-unit/lib/test/unit/priority.rb +146 -0
  254. data/test-unit/lib/test/unit/runner/console.rb +46 -0
  255. data/test-unit/lib/test/unit/runner/emacs.rb +8 -0
  256. data/test-unit/lib/test/unit/testcase.rb +281 -0
  257. data/test-unit/lib/test/unit/testresult.rb +89 -0
  258. data/test-unit/lib/test/unit/testsuite.rb +110 -0
  259. data/test-unit/lib/test/unit/ui/console/outputlevel.rb +14 -0
  260. data/test-unit/lib/test/unit/ui/console/testrunner.rb +195 -0
  261. data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +49 -0
  262. data/test-unit/lib/test/unit/ui/testrunner.rb +20 -0
  263. data/test-unit/lib/test/unit/ui/testrunnermediator.rb +77 -0
  264. data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +41 -0
  265. data/test-unit/lib/test/unit/util/backtracefilter.rb +41 -0
  266. data/test-unit/lib/test/unit/util/observable.rb +90 -0
  267. data/test-unit/lib/test/unit/util/procwrapper.rb +48 -0
  268. data/test-unit/lib/test/unit/version.rb +7 -0
  269. data/test-unit/sample/adder.rb +13 -0
  270. data/test-unit/sample/subtracter.rb +12 -0
  271. data/test-unit/sample/tc_adder.rb +18 -0
  272. data/test-unit/sample/tc_subtracter.rb +18 -0
  273. data/test-unit/sample/ts_examples.rb +7 -0
  274. data/test-unit/test/collector/test_descendant.rb +135 -0
  275. data/test-unit/test/collector/test_dir.rb +406 -0
  276. data/test-unit/test/collector/test_load.rb +333 -0
  277. data/test-unit/test/collector/test_objectspace.rb +98 -0
  278. data/test-unit/test/run-test.rb +13 -0
  279. data/test-unit/test/test_assertions.rb +693 -0
  280. data/test-unit/test/test_attribute.rb +86 -0
  281. data/test-unit/test/test_color.rb +37 -0
  282. data/test-unit/test/test_diff.rb +477 -0
  283. data/test-unit/test/test_emacs_runner.rb +60 -0
  284. data/test-unit/test/test_error.rb +26 -0
  285. data/test-unit/test/test_failure.rb +33 -0
  286. data/test-unit/test/test_fixture.rb +252 -0
  287. data/test-unit/test/test_notification.rb +33 -0
  288. data/test-unit/test/test_omission.rb +81 -0
  289. data/test-unit/test/test_pending.rb +70 -0
  290. data/test-unit/test/test_priority.rb +89 -0
  291. data/test-unit/test/test_testcase.rb +430 -0
  292. data/test-unit/test/test_testresult.rb +113 -0
  293. data/test-unit/test/test_testsuite.rb +129 -0
  294. data/test-unit/test/testunit_test_util.rb +14 -0
  295. data/test-unit/test/ui/test_testrunmediator.rb +20 -0
  296. data/test-unit/test/util/test_backtracefilter.rb +41 -0
  297. data/test-unit/test/util/test_observable.rb +102 -0
  298. data/test-unit/test/util/test_procwrapper.rb +36 -0
  299. data/test/cairo-test-utils.rb +18 -0
  300. data/test/run-test.rb +14 -1
  301. data/test/test_constants.rb +19 -0
  302. data/test/test_context.rb +117 -0
  303. data/test/test_exception.rb +27 -0
  304. data/test/test_font_extents.rb +36 -0
  305. data/test/test_font_face.rb +244 -0
  306. data/test/test_font_options.rb +32 -0
  307. data/test/test_pkg_config.rb +3 -2
  308. data/test/test_scaled_font.rb +34 -0
  309. data/test/test_surface.rb +41 -0
  310. data/test/test_text_cluster.rb +32 -0
  311. data/test/test_text_extents.rb +40 -0
  312. data/test/test_text_to_glyphs_data.rb +47 -0
  313. metadata +129 -109
  314. data/cairo/bin/libpng13.dll +0 -0
  315. data/cairo/lib/libpng13.dll.a +0 -0
  316. data/cairo/lib/pkgconfig/libpng13.pc +0 -14
  317. data/cairo/manifest/cairo-1.6.4-1.mft +0 -6
  318. data/cairo/manifest/libpng-dev-1.2.8.mft +0 -7
  319. data/doc/en/cairo-antialias.rd +0 -16
  320. data/doc/en/cairo-clip-not-representable-error.rd +0 -17
  321. data/doc/en/cairo-color-base.rd +0 -38
  322. data/doc/en/cairo-color-cmyk.rd +0 -107
  323. data/doc/en/cairo-color-hsv.rd +0 -91
  324. data/doc/en/cairo-color-rgb.rd +0 -95
  325. data/doc/en/cairo-color-x11.rd +0 -151
  326. data/doc/en/cairo-color.rd +0 -213
  327. data/doc/en/cairo-content.rd +0 -15
  328. data/doc/en/cairo-context-blur.rd +0 -15
  329. data/doc/en/cairo-context-circle.rd +0 -15
  330. data/doc/en/cairo-context-color.rd +0 -15
  331. data/doc/en/cairo-context-path.rd +0 -19
  332. data/doc/en/cairo-context-rectangle.rd +0 -15
  333. data/doc/en/cairo-context-triangle.rd +0 -15
  334. data/doc/en/cairo-context.rd +0 -491
  335. data/doc/en/cairo-error.rd +0 -16
  336. data/doc/en/cairo-extend.rd +0 -16
  337. data/doc/en/cairo-file-not-found.rd +0 -17
  338. data/doc/en/cairo-fill-rule.rd +0 -14
  339. data/doc/en/cairo-filter.rd +0 -18
  340. data/doc/en/cairo-font-extents.rd +0 -40
  341. data/doc/en/cairo-font-face.rd +0 -14
  342. data/doc/en/cairo-font-options.rd +0 -94
  343. data/doc/en/cairo-font-slant.rd +0 -15
  344. data/doc/en/cairo-font-weight.rd +0 -14
  345. data/doc/en/cairo-format.rd +0 -22
  346. data/doc/en/cairo-glyph.rd +0 -62
  347. data/doc/en/cairo-gradient-pattern.rd +0 -41
  348. data/doc/en/cairo-hint-metrics.rd +0 -15
  349. data/doc/en/cairo-hint-style.rd +0 -17
  350. data/doc/en/cairo-image-surface.rd +0 -47
  351. data/doc/en/cairo-invalid-content-error.rd +0 -17
  352. data/doc/en/cairo-invalid-dash-error.rd +0 -17
  353. data/doc/en/cairo-invalid-dsc-comment-error.rd +0 -17
  354. data/doc/en/cairo-invalid-format-error.rd +0 -17
  355. data/doc/en/cairo-invalid-index-error.rd +0 -17
  356. data/doc/en/cairo-invalid-matrix-error.rd +0 -17
  357. data/doc/en/cairo-invalid-path-data-error.rd +0 -17
  358. data/doc/en/cairo-invalid-pop-group-error.rd +0 -17
  359. data/doc/en/cairo-invalid-restore-error.rd +0 -17
  360. data/doc/en/cairo-invalid-status-error.rd +0 -17
  361. data/doc/en/cairo-invalid-stride-error.rd +0 -17
  362. data/doc/en/cairo-invalid-string-error.rd +0 -17
  363. data/doc/en/cairo-invalid-visual-error.rd +0 -17
  364. data/doc/en/cairo-line-cap.rd +0 -15
  365. data/doc/en/cairo-line-join.rd +0 -15
  366. data/doc/en/cairo-linear-pattern.rd +0 -28
  367. data/doc/en/cairo-matrix.rd +0 -186
  368. data/doc/en/cairo-no-current-point-error.rd +0 -17
  369. data/doc/en/cairo-null-pointer-error.rd +0 -17
  370. data/doc/en/cairo-operator.rd +0 -26
  371. data/doc/en/cairo-paper-parse-error.rd +0 -17
  372. data/doc/en/cairo-paper-unknown-paper-name.rd +0 -30
  373. data/doc/en/cairo-paper-unknown-unit.rd +0 -30
  374. data/doc/en/cairo-paper-unrecognized-paper-description.rd +0 -30
  375. data/doc/en/cairo-paper.rd +0 -141
  376. data/doc/en/cairo-path-close-path.rd +0 -21
  377. data/doc/en/cairo-path-curve-to.rd +0 -21
  378. data/doc/en/cairo-path-data-type.rd +0 -16
  379. data/doc/en/cairo-path-data.rd +0 -62
  380. data/doc/en/cairo-path-line-to.rd +0 -21
  381. data/doc/en/cairo-path-move-to.rd +0 -21
  382. data/doc/en/cairo-path.rd +0 -109
  383. data/doc/en/cairo-pattern-type-mismatch-error.rd +0 -17
  384. data/doc/en/cairo-pattern.rd +0 -62
  385. data/doc/en/cairo-pdf-surface.rd +0 -27
  386. data/doc/en/cairo-point.rd +0 -42
  387. data/doc/en/cairo-ps-level.rd +0 -24
  388. data/doc/en/cairo-ps-surface.rd +0 -55
  389. data/doc/en/cairo-quartz-image-surface.rd +0 -27
  390. data/doc/en/cairo-quartz-surface.rd +0 -27
  391. data/doc/en/cairo-radial-pattern.rd +0 -28
  392. data/doc/en/cairo-read-error.rd +0 -17
  393. data/doc/en/cairo-rectangle.rd +0 -54
  394. data/doc/en/cairo-scaled-font.rd +0 -50
  395. data/doc/en/cairo-solid-pattern.rd +0 -31
  396. data/doc/en/cairo-subpixel-order.rd +0 -17
  397. data/doc/en/cairo-surface-finished-error.rd +0 -17
  398. data/doc/en/cairo-surface-pattern.rd +0 -27
  399. data/doc/en/cairo-surface-type-mismatch-error.rd +0 -17
  400. data/doc/en/cairo-surface.rd +0 -72
  401. data/doc/en/cairo-svg-surface.rd +0 -44
  402. data/doc/en/cairo-svg-version.rd +0 -24
  403. data/doc/en/cairo-temp-file-error.rd +0 -17
  404. data/doc/en/cairo-text-extents.rd +0 -44
  405. data/doc/en/cairo-win32-printing-surface.rd +0 -27
  406. data/doc/en/cairo-win32-surface.rd +0 -31
  407. data/doc/en/cairo-write-error.rd +0 -17
  408. data/doc/en/cairo.rd +0 -95
  409. data/doc/en/index.rd +0 -1051
  410. data/samples/agg/aa_demo.rb +0 -47
@@ -1,9 +1,9 @@
1
1
 
2
2
  /* pngconf.h - machine configurable file for libpng
3
3
  *
4
- * libpng version 1.2.8 - December 3, 2004
4
+ * libpng version 1.2.29 - May 8, 2008
5
5
  * For conditions of distribution and use, see copyright notice in png.h
6
- * Copyright (c) 1998-2004 Glenn Randers-Pehrson
6
+ * Copyright (c) 1998-2008 Glenn Randers-Pehrson
7
7
  * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
8
8
  * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
9
9
  */
@@ -24,9 +24,19 @@
24
24
  * includes the resource compiler for Windows DLL configurations.
25
25
  */
26
26
  #ifdef PNG_USER_CONFIG
27
+ # ifndef PNG_USER_PRIVATEBUILD
28
+ # define PNG_USER_PRIVATEBUILD
29
+ # endif
27
30
  #include "pngusr.h"
28
31
  #endif
29
32
 
33
+ /* PNG_CONFIGURE_LIBPNG is set by the "configure" script. */
34
+ #ifdef PNG_CONFIGURE_LIBPNG
35
+ #ifdef HAVE_CONFIG_H
36
+ #include "config.h"
37
+ #endif
38
+ #endif
39
+
30
40
  /*
31
41
  * Added at libpng-1.2.8
32
42
  *
@@ -55,8 +65,8 @@
55
65
  #endif
56
66
 
57
67
  #ifdef PRIVATEBUILD
58
- # pragma message("PRIVATEBUILD is deprecated. Use\
59
- PNG_USER_PRIVATEBUILD instead.")
68
+ # pragma message("PRIVATEBUILD is deprecated.\
69
+ Use PNG_USER_PRIVATEBUILD instead.")
60
70
  # define PNG_USER_PRIVATEBUILD PRIVATEBUILD
61
71
  #endif
62
72
  #endif /* __STDC__ */
@@ -65,6 +75,14 @@
65
75
 
66
76
  /* End of material added to libpng-1.2.8 */
67
77
 
78
+ /* Added at libpng-1.2.19, removed at libpng-1.2.20 because it caused trouble
79
+ Restored at libpng-1.2.21 */
80
+ #if !defined(PNG_NO_WARN_UNINITIALIZED_ROW) && \
81
+ !defined(PNG_WARN_UNINITIALIZED_ROW)
82
+ # define PNG_WARN_UNINITIALIZED_ROW 1
83
+ #endif
84
+ /* End of material added at libpng-1.2.19/1.2.21 */
85
+
68
86
  /* This is the size of the compression buffer, and thus the size of
69
87
  * an IDAT chunk. Make this whatever size you feel is best for your
70
88
  * machine. One of these will be allocated per png_struct. When this
@@ -266,6 +284,7 @@
266
284
  # define PNGARG(arglist) arglist
267
285
  #endif /* _NO_PROTO */
268
286
 
287
+
269
288
  #endif /* OF */
270
289
 
271
290
  #endif /* PNGARG */
@@ -304,7 +323,7 @@
304
323
  /* If you encounter a compiler error here, see the explanation
305
324
  * near the end of INSTALL.
306
325
  */
307
- __png.h__ already includes setjmp.h;
326
+ __pngconf.h__ already includes setjmp.h;
308
327
  __dont__ include it again.;
309
328
  # endif
310
329
  # endif /* __linux__ */
@@ -314,7 +333,9 @@
314
333
 
315
334
  # ifdef __linux__
316
335
  # ifdef PNG_SAVE_BSD_SOURCE
317
- # define _BSD_SOURCE
336
+ # ifndef _BSD_SOURCE
337
+ # define _BSD_SOURCE
338
+ # endif
318
339
  # undef PNG_SAVE_BSD_SOURCE
319
340
  # endif
320
341
  # endif /* __linux__ */
@@ -453,21 +474,33 @@
453
474
  */
454
475
 
455
476
  /* The size of the png_text structure changed in libpng-1.0.6 when
456
- * iTXt is supported. It is turned off by default, to support old apps
457
- * that malloc the png_text structure instead of calling png_set_text()
458
- * and letting libpng malloc it. It will be turned on by default in
459
- * libpng-1.3.0.
477
+ * iTXt support was added. iTXt support was turned off by default through
478
+ * libpng-1.2.x, to support old apps that malloc the png_text structure
479
+ * instead of calling png_set_text() and letting libpng malloc it. It
480
+ * was turned on by default in libpng-1.3.0.
460
481
  */
461
482
 
462
- #ifndef PNG_iTXt_SUPPORTED
463
- # if !defined(PNG_READ_iTXt_SUPPORTED) && !defined(PNG_NO_READ_iTXt)
483
+ #if defined(PNG_1_0_X) || defined (PNG_1_2_X)
484
+ # ifndef PNG_NO_iTXt_SUPPORTED
485
+ # define PNG_NO_iTXt_SUPPORTED
486
+ # endif
487
+ # ifndef PNG_NO_READ_iTXt
464
488
  # define PNG_NO_READ_iTXt
465
489
  # endif
466
- # if !defined(PNG_WRITE_iTXt_SUPPORTED) && !defined(PNG_NO_WRITE_iTXt)
490
+ # ifndef PNG_NO_WRITE_iTXt
467
491
  # define PNG_NO_WRITE_iTXt
468
492
  # endif
469
493
  #endif
470
494
 
495
+ #if !defined(PNG_NO_iTXt_SUPPORTED)
496
+ # if !defined(PNG_READ_iTXt_SUPPORTED) && !defined(PNG_NO_READ_iTXt)
497
+ # define PNG_READ_iTXt
498
+ # endif
499
+ # if !defined(PNG_WRITE_iTXt_SUPPORTED) && !defined(PNG_NO_WRITE_iTXt)
500
+ # define PNG_WRITE_iTXt
501
+ # endif
502
+ #endif
503
+
471
504
  /* The following support, added after version 1.0.0, can be turned off here en
472
505
  * masse by defining PNG_LEGACY_SUPPORTED in case you need binary compatibility
473
506
  * with old applications that require the length of png_struct and png_info
@@ -572,24 +605,26 @@
572
605
  #endif /* PNG_READ_TRANSFORMS_SUPPORTED */
573
606
 
574
607
  #if !defined(PNG_NO_PROGRESSIVE_READ) && \
575
- !defined(PNG_PROGRESSIVE_READ_NOT_SUPPORTED) /* if you don't do progressive */
576
- # define PNG_PROGRESSIVE_READ_SUPPORTED /* reading. This is not talking */
577
- #endif /* about interlacing capability! You'll */
578
- /* still have interlacing unless you change the following line: */
608
+ !defined(PNG_PROGRESSIVE_READ_SUPPORTED) /* if you don't do progressive */
609
+ # define PNG_PROGRESSIVE_READ_SUPPORTED /* reading. This is not talking */
610
+ #endif /* about interlacing capability! You'll */
611
+ /* still have interlacing unless you change the following line: */
579
612
 
580
- #define PNG_READ_INTERLACING_SUPPORTED /* required for PNG-compliant decoders */
613
+ #define PNG_READ_INTERLACING_SUPPORTED /* required in PNG-compliant decoders */
581
614
 
582
615
  #ifndef PNG_NO_READ_COMPOSITE_NODIV
583
616
  # ifndef PNG_NO_READ_COMPOSITED_NODIV /* libpng-1.0.x misspelling */
584
- # define PNG_READ_COMPOSITE_NODIV_SUPPORTED /* well tested on Intel, SGI */
617
+ # define PNG_READ_COMPOSITE_NODIV_SUPPORTED /* well tested on Intel, SGI */
585
618
  # endif
586
619
  #endif
587
620
 
621
+ #if defined(PNG_1_0_X) || defined (PNG_1_2_X)
588
622
  /* Deprecated, will be removed from version 2.0.0.
589
623
  Use PNG_MNG_FEATURES_SUPPORTED instead. */
590
624
  #ifndef PNG_NO_READ_EMPTY_PLTE
591
625
  # define PNG_READ_EMPTY_PLTE_SUPPORTED
592
626
  #endif
627
+ #endif
593
628
 
594
629
  #endif /* PNG_READ_SUPPORTED */
595
630
 
@@ -633,11 +668,15 @@
633
668
  # endif
634
669
  #endif /* PNG_WRITE_TRANSFORMS_SUPPORTED */
635
670
 
671
+ #if !defined(PNG_NO_WRITE_INTERLACING_SUPPORTED) && \
672
+ !defined(PNG_WRITE_INTERLACING_SUPPORTED)
636
673
  #define PNG_WRITE_INTERLACING_SUPPORTED /* not required for PNG-compliant
637
674
  encoders, but can cause trouble
638
675
  if left undefined */
676
+ #endif
639
677
 
640
678
  #if !defined(PNG_NO_WRITE_WEIGHTED_FILTER) && \
679
+ !defined(PNG_WRITE_WEIGHTED_FILTER) && \
641
680
  defined(PNG_FLOATING_POINT_SUPPORTED)
642
681
  # define PNG_WRITE_WEIGHTED_FILTER_SUPPORTED
643
682
  #endif
@@ -646,10 +685,12 @@
646
685
  # define PNG_WRITE_FLUSH_SUPPORTED
647
686
  #endif
648
687
 
688
+ #if defined(PNG_1_0_X) || defined (PNG_1_2_X)
649
689
  /* Deprecated, see PNG_MNG_FEATURES_SUPPORTED, above */
650
690
  #ifndef PNG_NO_WRITE_EMPTY_PLTE
651
691
  # define PNG_WRITE_EMPTY_PLTE_SUPPORTED
652
692
  #endif
693
+ #endif
653
694
 
654
695
  #endif /* PNG_WRITE_SUPPORTED */
655
696
 
@@ -691,21 +732,46 @@
691
732
  #endif
692
733
 
693
734
  /* PNG_ASSEMBLER_CODE was enabled by default in version 1.2.0
694
- even when PNG_USE_PNGVCRD or PNG_USE_PNGGCCRD is not defined */
735
+ * and removed from version 1.2.20. The following will be removed
736
+ * from libpng-1.4.0
737
+ */
738
+
739
+ #if defined(PNG_READ_SUPPORTED) && !defined(PNG_NO_OPTIMIZED_CODE)
740
+ # ifndef PNG_OPTIMIZED_CODE_SUPPORTED
741
+ # define PNG_OPTIMIZED_CODE_SUPPORTED
742
+ # endif
743
+ #endif
744
+
695
745
  #if defined(PNG_READ_SUPPORTED) && !defined(PNG_NO_ASSEMBLER_CODE)
696
746
  # ifndef PNG_ASSEMBLER_CODE_SUPPORTED
697
747
  # define PNG_ASSEMBLER_CODE_SUPPORTED
698
748
  # endif
749
+
750
+ # if defined(__GNUC__) && defined(__x86_64__) && (__GNUC__ < 4)
751
+ /* work around 64-bit gcc compiler bugs in gcc-3.x */
752
+ # if !defined(PNG_MMX_CODE_SUPPORTED) && !defined(PNG_NO_MMX_CODE)
753
+ # define PNG_NO_MMX_CODE
754
+ # endif
755
+ # endif
756
+
757
+ # if defined(__APPLE__)
758
+ # if !defined(PNG_MMX_CODE_SUPPORTED) && !defined(PNG_NO_MMX_CODE)
759
+ # define PNG_NO_MMX_CODE
760
+ # endif
761
+ # endif
762
+
763
+ # if (defined(__MWERKS__) && ((__MWERKS__ < 0x0900) || macintosh))
764
+ # if !defined(PNG_MMX_CODE_SUPPORTED) && !defined(PNG_NO_MMX_CODE)
765
+ # define PNG_NO_MMX_CODE
766
+ # endif
767
+ # endif
768
+
699
769
  # if !defined(PNG_MMX_CODE_SUPPORTED) && !defined(PNG_NO_MMX_CODE)
700
770
  # define PNG_MMX_CODE_SUPPORTED
701
771
  # endif
702
- #endif
703
772
 
704
- /* If you are sure that you don't need thread safety and you are compiling
705
- with PNG_USE_PNGCCRD for an MMX application, you can define this for
706
- faster execution. See pnggccrd.c.
707
- #define PNG_THREAD_UNSAFE_OK
708
- */
773
+ #endif
774
+ /* end of obsolete code to be removed from libpng-1.4.0 */
709
775
 
710
776
  #if !defined(PNG_1_0_X)
711
777
  #if !defined(PNG_NO_USER_MEM) && !defined(PNG_USER_MEM_SUPPORTED)
@@ -1227,7 +1293,8 @@ typedef z_stream FAR * png_zstreamp;
1227
1293
  * but might be required for some pre-1.0.5c applications.
1228
1294
  */
1229
1295
  #if !defined(PNG_USE_LOCAL_ARRAYS) && !defined(PNG_USE_GLOBAL_ARRAYS)
1230
- # if defined(PNG_NO_GLOBAL_ARRAYS) || (defined(__GNUC__) && defined(PNG_DLL))
1296
+ # if defined(PNG_NO_GLOBAL_ARRAYS) || \
1297
+ (defined(__GNUC__) && defined(PNG_DLL)) || defined(_MSC_VER)
1231
1298
  # define PNG_USE_LOCAL_ARRAYS
1232
1299
  # else
1233
1300
  # define PNG_USE_GLOBAL_ARRAYS
@@ -1364,8 +1431,7 @@ typedef z_stream FAR * png_zstreamp;
1364
1431
  # define NOCHECK 0
1365
1432
  # define CVT_PTR(ptr) (png_far_to_near(png_ptr,ptr,CHECK))
1366
1433
  # define CVT_PTR_NOCHECK(ptr) (png_far_to_near(png_ptr,ptr,NOCHECK))
1367
- # define png_strcpy _fstrcpy
1368
- # define png_strncpy _fstrncpy /* Added to v 1.2.6 */
1434
+ # define png_snprintf _fsnprintf /* Added to v 1.2.19 */
1369
1435
  # define png_strlen _fstrlen
1370
1436
  # define png_memcmp _fmemcmp /* SJT: added */
1371
1437
  # define png_memcpy _fmemcpy
@@ -1373,8 +1439,27 @@ typedef z_stream FAR * png_zstreamp;
1373
1439
  #else /* use the usual functions */
1374
1440
  # define CVT_PTR(ptr) (ptr)
1375
1441
  # define CVT_PTR_NOCHECK(ptr) (ptr)
1376
- # define png_strcpy strcpy
1377
- # define png_strncpy strncpy /* Added to v 1.2.6 */
1442
+ # ifndef PNG_NO_SNPRINTF
1443
+ # ifdef _MSC_VER
1444
+ # define png_snprintf _snprintf /* Added to v 1.2.19 */
1445
+ # define png_snprintf2 _snprintf
1446
+ # define png_snprintf6 _snprintf
1447
+ # else
1448
+ # define png_snprintf snprintf /* Added to v 1.2.19 */
1449
+ # define png_snprintf2 snprintf
1450
+ # define png_snprintf6 snprintf
1451
+ # endif
1452
+ # else
1453
+ /* You don't have or don't want to use snprintf(). Caution: Using
1454
+ * sprintf instead of snprintf exposes your application to accidental
1455
+ * or malevolent buffer overflows. If you don't have snprintf()
1456
+ * as a general rule you should provide one (you can get one from
1457
+ * Portable OpenSSH). */
1458
+ # define png_snprintf(s1,n,fmt,x1) sprintf(s1,fmt,x1)
1459
+ # define png_snprintf2(s1,n,fmt,x1,x2) sprintf(s1,fmt,x1,x2)
1460
+ # define png_snprintf6(s1,n,fmt,x1,x2,x3,x4,x5,x6) \
1461
+ sprintf(s1,fmt,x1,x2,x3,x4,x5,x6)
1462
+ # endif
1378
1463
  # define png_strlen strlen
1379
1464
  # define png_memcmp memcmp /* SJT: added */
1380
1465
  # define png_memcpy memcpy
@@ -1390,47 +1475,6 @@ typedef z_stream FAR * png_zstreamp;
1390
1475
  # define PNG_ZBUF_SIZE 65536L
1391
1476
  #endif
1392
1477
 
1393
- #ifdef PNG_READ_SUPPORTED
1394
- /* Prior to libpng-1.0.9, this block was in pngasmrd.h */
1395
- #if defined(PNG_INTERNAL)
1396
-
1397
- /* These are the default thresholds before the MMX code kicks in; if either
1398
- * rowbytes or bitdepth is below the threshold, plain C code is used. These
1399
- * can be overridden at runtime via the png_set_mmx_thresholds() call in
1400
- * libpng 1.2.0 and later. The values below were chosen by Intel.
1401
- */
1402
-
1403
- #ifndef PNG_MMX_ROWBYTES_THRESHOLD_DEFAULT
1404
- # define PNG_MMX_ROWBYTES_THRESHOLD_DEFAULT 128 /* >= */
1405
- #endif
1406
- #ifndef PNG_MMX_BITDEPTH_THRESHOLD_DEFAULT
1407
- # define PNG_MMX_BITDEPTH_THRESHOLD_DEFAULT 9 /* >= */
1408
- #endif
1409
-
1410
- /* Set this in the makefile for VC++ on Pentium, not here. */
1411
- /* Platform must be Pentium. Makefile must assemble and load pngvcrd.c .
1412
- * MMX will be detected at run time and used if present.
1413
- */
1414
- #ifdef PNG_USE_PNGVCRD
1415
- # define PNG_HAVE_ASSEMBLER_COMBINE_ROW
1416
- # define PNG_HAVE_ASSEMBLER_READ_INTERLACE
1417
- # define PNG_HAVE_ASSEMBLER_READ_FILTER_ROW
1418
- #endif
1419
-
1420
- /* Set this in the makefile for gcc/as on Pentium, not here. */
1421
- /* Platform must be Pentium. Makefile must assemble and load pnggccrd.c .
1422
- * MMX will be detected at run time and used if present.
1423
- */
1424
- #ifdef PNG_USE_PNGGCCRD
1425
- # define PNG_HAVE_ASSEMBLER_COMBINE_ROW
1426
- # define PNG_HAVE_ASSEMBLER_READ_INTERLACE
1427
- # define PNG_HAVE_ASSEMBLER_READ_FILTER_ROW
1428
- #endif
1429
- /* - see pnggccrd.c for info about what is currently enabled */
1430
-
1431
- #endif /* PNG_INTERNAL */
1432
- #endif /* PNG_READ_SUPPORTED */
1433
-
1434
1478
  /* Added at libpng-1.2.8 */
1435
1479
  #endif /* PNG_VERSION_INFO_ONLY */
1436
1480
 
Binary file
Binary file
@@ -1,372 +1,362 @@
1
- ; h:\mingw\3.3.1\bin\dlltool.exe --export-all-symbols --output-def=libpng.def png.dll.o pngset.dll.o pngget.dll.o pngrutil.dll.o pngtrans.dll.o pngwutil.dll.o pngread.dll.o pngrio.dll.o pngwio.dll.o pngwrite.dll.o pngrtran.dll.o pngwtran.dll.o pngmem.dll.o pngerror.dll.o pngpread.dll.o pnggccrd.dll.o libpng-dllversion.dll.o libpng-dll-res.o
1
+ LIBRARY libpng12-0.dll
2
2
  EXPORTS
3
- ActiveMask @ 1 DATA ;
4
- ActiveMask2 @ 2 DATA ;
5
- ActiveMaskEnd @ 3 DATA ;
6
- DllGetVersion @ 4 ;
7
- HBClearMask @ 5 DATA ;
8
- LBCarryMask @ 6 DATA ;
9
- ShiftBpp @ 7 DATA ;
10
- ShiftRem @ 8 DATA ;
11
- png_IDAT @ 9 DATA ;
12
- png_IEND @ 10 DATA ;
13
- png_IHDR @ 11 DATA ;
14
- png_PLTE @ 12 DATA ;
15
- png_access_version_number @ 13 ;
16
- png_bKGD @ 14 DATA ;
17
- png_build_gamma_table @ 15 ;
18
- png_build_grayscale_palette @ 16 ;
19
- png_cHRM @ 17 DATA ;
20
- png_calculate_crc @ 18 ;
21
- png_check_chunk_name @ 19 ;
22
- png_check_keyword @ 20 ;
23
- png_check_sig @ 21 ;
24
- png_chunk_error @ 22 ;
25
- png_chunk_warning @ 23 ;
26
- png_combine_row @ 24 ;
27
- png_convert_from_struct_tm @ 25 ;
28
- png_convert_from_time_t @ 26 ;
29
- png_convert_to_rfc1123 @ 27 ;
30
- png_crc_error @ 28 ;
31
- png_crc_finish @ 29 ;
32
- png_crc_read @ 30 ;
33
- png_create_info_struct @ 31 ;
34
- png_create_read_struct @ 32 ;
35
- png_create_read_struct_2 @ 33 ;
36
- png_create_struct @ 34 ;
37
- png_create_struct_2 @ 35 ;
38
- png_create_write_struct @ 36 ;
39
- png_create_write_struct_2 @ 37 ;
40
- png_data_freer @ 38 ;
41
- png_decompress_chunk @ 39 ;
42
- png_default_flush @ 40 ;
43
- png_default_read_data @ 41 ;
44
- png_default_write_data @ 42 ;
45
- png_destroy_info_struct @ 43 ;
46
- png_destroy_read_struct @ 44 ;
47
- png_destroy_struct @ 45 ;
48
- png_destroy_struct_2 @ 46 ;
49
- png_destroy_write_struct @ 47 ;
50
- png_do_background @ 48 ;
51
- png_do_bgr @ 49 ;
52
- png_do_chop @ 50 ;
53
- png_do_dither @ 51 ;
54
- png_do_expand @ 52 ;
55
- png_do_expand_palette @ 53 ;
56
- png_do_gamma @ 54 ;
57
- png_do_gray_to_rgb @ 55 ;
58
- png_do_invert @ 56 ;
59
- png_do_pack @ 57 ;
60
- png_do_packswap @ 58 ;
61
- png_do_read_filler @ 59 ;
62
- png_do_read_interlace @ 60 ;
63
- png_do_read_intrapixel @ 61 ;
64
- png_do_read_invert_alpha @ 62 ;
65
- png_do_read_swap_alpha @ 63 ;
66
- png_do_read_transformations @ 64 ;
67
- png_do_rgb_to_gray @ 65 ;
68
- png_do_shift @ 66 ;
69
- png_do_strip_filler @ 67 ;
70
- png_do_swap @ 68 ;
71
- png_do_unpack @ 69 ;
72
- png_do_unshift @ 70 ;
73
- png_do_write_interlace @ 71 ;
74
- png_do_write_intrapixel @ 72 ;
75
- png_do_write_invert_alpha @ 73 ;
76
- png_do_write_swap_alpha @ 74 ;
77
- png_do_write_transformations @ 75 ;
78
- png_error @ 76 ;
79
- png_flush @ 77 ;
80
- png_free @ 78 ;
81
- png_free_data @ 79 ;
82
- png_free_default @ 80 ;
83
- png_gAMA @ 81 DATA ;
84
- png_get_IHDR @ 82 ;
85
- png_get_PLTE @ 83 ;
86
- png_get_asm_flagmask @ 84 ;
87
- png_get_asm_flags @ 85 ;
88
- png_get_bKGD @ 86 ;
89
- png_get_bit_depth @ 87 ;
90
- png_get_cHRM @ 88 ;
91
- png_get_cHRM_fixed @ 89 ;
92
- png_get_channels @ 90 ;
93
- png_get_color_type @ 91 ;
94
- png_get_compression_buffer_size @ 92 ;
95
- png_get_compression_type @ 93 ;
96
- png_get_copyright @ 94 ;
97
- png_get_error_ptr @ 95 ;
98
- png_get_filter_type @ 96 ;
99
- png_get_gAMA @ 97 ;
100
- png_get_gAMA_fixed @ 98 ;
101
- png_get_hIST @ 99 ;
102
- png_get_header_ver @ 100 ;
103
- png_get_header_version @ 101 ;
104
- png_get_iCCP @ 102 ;
105
- png_get_image_height @ 103 ;
106
- png_get_image_width @ 104 ;
107
- png_get_int_32 @ 105 ;
108
- png_get_interlace_type @ 106 ;
109
- png_get_io_ptr @ 107 ;
110
- png_get_libpng_ver @ 108 ;
111
- png_get_mem_ptr @ 109 ;
112
- png_get_mmx_bitdepth_threshold @ 110 ;
113
- png_get_mmx_flagmask @ 111 ;
114
- png_get_mmx_rowbytes_threshold @ 112 ;
115
- png_get_oFFs @ 113 ;
116
- png_get_pCAL @ 114 ;
117
- png_get_pHYs @ 115 ;
118
- png_get_pixel_aspect_ratio @ 116 ;
119
- png_get_pixels_per_meter @ 117 ;
120
- png_get_progressive_ptr @ 118 ;
121
- png_get_rgb_to_gray_status @ 119 ;
122
- png_get_rowbytes @ 120 ;
123
- png_get_rows @ 121 ;
124
- png_get_sBIT @ 122 ;
125
- png_get_sCAL @ 123 ;
126
- png_get_sPLT @ 124 ;
127
- png_get_sRGB @ 125 ;
128
- png_get_signature @ 126 ;
129
- png_get_tIME @ 127 ;
130
- png_get_tRNS @ 128 ;
131
- png_get_text @ 129 ;
132
- png_get_uint_16 @ 130 ;
133
- png_get_uint_31 @ 131 ;
134
- png_get_uint_32 @ 132 ;
135
- png_get_unknown_chunks @ 133 ;
136
- png_get_user_chunk_ptr @ 134 ;
137
- png_get_user_height_max @ 135 ;
138
- png_get_user_transform_ptr @ 136 ;
139
- png_get_user_width_max @ 137 ;
140
- png_get_valid @ 138 ;
141
- png_get_x_offset_microns @ 139 ;
142
- png_get_x_offset_pixels @ 140 ;
143
- png_get_x_pixels_per_meter @ 141 ;
144
- png_get_y_offset_microns @ 142 ;
145
- png_get_y_offset_pixels @ 143 ;
146
- png_get_y_pixels_per_meter @ 144 ;
147
- png_hIST @ 145 DATA ;
148
- png_handle_IEND @ 146 ;
149
- png_handle_IHDR @ 147 ;
150
- png_handle_PLTE @ 148 ;
151
- png_handle_as_unknown @ 149 ;
152
- png_handle_bKGD @ 150 ;
153
- png_handle_cHRM @ 151 ;
154
- png_handle_gAMA @ 152 ;
155
- png_handle_hIST @ 153 ;
156
- png_handle_iCCP @ 154 ;
157
- png_handle_oFFs @ 155 ;
158
- png_handle_pCAL @ 156 ;
159
- png_handle_pHYs @ 157 ;
160
- png_handle_sBIT @ 158 ;
161
- png_handle_sCAL @ 159 ;
162
- png_handle_sPLT @ 160 ;
163
- png_handle_sRGB @ 161 ;
164
- png_handle_tEXt @ 162 ;
165
- png_handle_tIME @ 163 ;
166
- png_handle_tRNS @ 164 ;
167
- png_handle_unknown @ 165 ;
168
- png_handle_zTXt @ 166 ;
169
- png_iCCP @ 167 DATA ;
170
- png_iTXt @ 168 DATA ;
171
- png_info_destroy @ 169 ;
172
- png_info_init @ 170 ;
173
- png_info_init_3 @ 171 ;
174
- png_init_io @ 172 ;
175
- png_init_mmx_flags @ 173 ;
176
- png_init_read_transformations @ 174 ;
177
- png_libpng_ver @ 175 DATA ;
178
- png_malloc @ 176 ;
179
- png_malloc_default @ 177 ;
180
- png_malloc_warn @ 178 ;
181
- png_memcpy_check @ 179 ;
182
- png_memset_check @ 180 ;
183
- png_mmx_support @ 181 ;
184
- png_oFFs @ 182 DATA ;
185
- png_pCAL @ 183 DATA ;
186
- png_pHYs @ 184 DATA ;
187
- png_pass_dsp_mask @ 185 DATA ;
188
- png_pass_inc @ 186 DATA ;
189
- png_pass_mask @ 187 DATA ;
190
- png_pass_start @ 188 DATA ;
191
- png_pass_width @ 189 DATA ;
192
- png_pass_yinc @ 190 DATA ;
193
- png_pass_ystart @ 191 DATA ;
194
- png_permit_empty_plte @ 192 ;
195
- png_permit_mng_features @ 193 ;
196
- png_process_IDAT_data @ 194 ;
197
- png_process_data @ 195 ;
198
- png_process_some_data @ 196 ;
199
- png_progressive_combine_row @ 197 ;
200
- png_push_crc_finish @ 198 ;
201
- png_push_crc_skip @ 199 ;
202
- png_push_fill_buffer @ 200 ;
203
- png_push_handle_tEXt @ 201 ;
204
- png_push_handle_unknown @ 202 ;
205
- png_push_handle_zTXt @ 203 ;
206
- png_push_have_end @ 204 ;
207
- png_push_have_info @ 205 ;
208
- png_push_have_row @ 206 ;
209
- png_push_process_row @ 207 ;
210
- png_push_read_IDAT @ 208 ;
211
- png_push_read_chunk @ 209 ;
212
- png_push_read_sig @ 210 ;
213
- png_push_read_tEXt @ 211 ;
214
- png_push_read_zTXt @ 212 ;
215
- png_push_restore_buffer @ 213 ;
216
- png_push_save_buffer @ 214 ;
217
- png_read_data @ 215 ;
218
- png_read_destroy @ 216 ;
219
- png_read_end @ 217 ;
220
- png_read_filter_row @ 218 ;
221
- png_read_finish_row @ 219 ;
222
- png_read_image @ 220 ;
223
- png_read_info @ 221 ;
224
- png_read_init @ 222 ;
225
- png_read_init_2 @ 223 ;
226
- png_read_init_3 @ 224 ;
227
- png_read_png @ 225 ;
228
- png_read_push_finish_row @ 226 ;
229
- png_read_row @ 227 ;
230
- png_read_rows @ 228 ;
231
- png_read_start_row @ 229 ;
232
- png_read_transform_info @ 230 ;
233
- png_read_update_info @ 231 ;
234
- png_reset_crc @ 232 ;
235
- png_reset_zstream @ 233 ;
236
- png_sBIT @ 234 DATA ;
237
- png_sCAL @ 235 DATA ;
238
- png_sPLT @ 236 DATA ;
239
- png_sRGB @ 237 DATA ;
240
- png_save_int_32 @ 238 ;
241
- png_save_uint_16 @ 239 ;
242
- png_save_uint_32 @ 240 ;
243
- png_set_IHDR @ 241 ;
244
- png_set_PLTE @ 242 ;
245
- png_set_add_alpha @ 243 ;
246
- png_set_asm_flags @ 244 ;
247
- png_set_bKGD @ 245 ;
248
- png_set_background @ 246 ;
249
- png_set_bgr @ 247 ;
250
- png_set_cHRM @ 248 ;
251
- png_set_cHRM_fixed @ 249 ;
252
- png_set_compression_buffer_size @ 250 ;
253
- png_set_compression_level @ 251 ;
254
- png_set_compression_mem_level @ 252 ;
255
- png_set_compression_method @ 253 ;
256
- png_set_compression_strategy @ 254 ;
257
- png_set_compression_window_bits @ 255 ;
258
- png_set_crc_action @ 256 ;
259
- png_set_dither @ 257 ;
260
- png_set_error_fn @ 258 ;
261
- png_set_expand @ 259 ;
262
- png_set_filler @ 260 ;
263
- png_set_filter @ 261 ;
264
- png_set_filter_heuristics @ 262 ;
265
- png_set_flush @ 263 ;
266
- png_set_gAMA @ 264 ;
267
- png_set_gAMA_fixed @ 265 ;
268
- png_set_gamma @ 266 ;
269
- png_set_gray_1_2_4_to_8 @ 267 ;
270
- png_set_gray_to_rgb @ 268 ;
271
- png_set_hIST @ 269 ;
272
- png_set_iCCP @ 270 ;
273
- png_set_interlace_handling @ 271 ;
274
- png_set_invalid @ 272 ;
275
- png_set_invert_alpha @ 273 ;
276
- png_set_invert_mono @ 274 ;
277
- png_set_keep_unknown_chunks @ 275 ;
278
- png_set_mem_fn @ 276 ;
279
- png_set_mmx_thresholds @ 277 ;
280
- png_set_oFFs @ 278 ;
281
- png_set_pCAL @ 279 ;
282
- png_set_pHYs @ 280 ;
283
- png_set_packing @ 281 ;
284
- png_set_packswap @ 282 ;
285
- png_set_palette_to_rgb @ 283 ;
286
- png_set_progressive_read_fn @ 284 ;
287
- png_set_read_fn @ 285 ;
288
- png_set_read_status_fn @ 286 ;
289
- png_set_read_user_chunk_fn @ 287 ;
290
- png_set_read_user_transform_fn @ 288 ;
291
- png_set_rgb_to_gray @ 289 ;
292
- png_set_rgb_to_gray_fixed @ 290 ;
293
- png_set_rows @ 291 ;
294
- png_set_sBIT @ 292 ;
295
- png_set_sCAL @ 293 ;
296
- png_set_sPLT @ 294 ;
297
- png_set_sRGB @ 295 ;
298
- png_set_sRGB_gAMA_and_cHRM @ 296 ;
299
- png_set_shift @ 297 ;
300
- png_set_sig_bytes @ 298 ;
301
- png_set_strip_16 @ 299 ;
302
- png_set_strip_alpha @ 300 ;
303
- png_set_strip_error_numbers @ 301 ;
304
- png_set_swap @ 302 ;
305
- png_set_swap_alpha @ 303 ;
306
- png_set_tIME @ 304 ;
307
- png_set_tRNS @ 305 ;
308
- png_set_tRNS_to_alpha @ 306 ;
309
- png_set_text @ 307 ;
310
- png_set_text_2 @ 308 ;
311
- png_set_unknown_chunk_location @ 309 ;
312
- png_set_unknown_chunks @ 310 ;
313
- png_set_user_limits @ 311 ;
314
- png_set_user_transform_info @ 312 ;
315
- png_set_write_fn @ 313 ;
316
- png_set_write_status_fn @ 314 ;
317
- png_set_write_user_transform_fn @ 315 ;
318
- png_sig @ 316 DATA ;
319
- png_sig_cmp @ 317 ;
320
- png_squelch_warnings @ 318 ;
321
- png_start_read_image @ 319 ;
322
- png_tEXt @ 320 DATA ;
323
- png_tIME @ 321 DATA ;
324
- png_tRNS @ 322 DATA ;
325
- png_warning @ 323 ;
326
- png_write_IDAT @ 324 ;
327
- png_write_IEND @ 325 ;
328
- png_write_IHDR @ 326 ;
329
- png_write_PLTE @ 327 ;
330
- png_write_bKGD @ 328 ;
331
- png_write_cHRM @ 329 ;
332
- png_write_cHRM_fixed @ 330 ;
333
- png_write_chunk @ 331 ;
334
- png_write_chunk_data @ 332 ;
335
- png_write_chunk_end @ 333 ;
336
- png_write_chunk_start @ 334 ;
337
- png_write_data @ 335 ;
338
- png_write_destroy @ 336 ;
339
- png_write_end @ 337 ;
340
- png_write_filtered_row @ 338 ;
341
- png_write_find_filter @ 339 ;
342
- png_write_finish_row @ 340 ;
343
- png_write_flush @ 341 ;
344
- png_write_gAMA @ 342 ;
345
- png_write_gAMA_fixed @ 343 ;
346
- png_write_hIST @ 344 ;
347
- png_write_iCCP @ 345 ;
348
- png_write_image @ 346 ;
349
- png_write_info @ 347 ;
350
- png_write_info_before_PLTE @ 348 ;
351
- png_write_init @ 349 ;
352
- png_write_init_2 @ 350 ;
353
- png_write_init_3 @ 351 ;
354
- png_write_oFFs @ 352 ;
355
- png_write_pCAL @ 353 ;
356
- png_write_pHYs @ 354 ;
357
- png_write_png @ 355 ;
358
- png_write_row @ 356 ;
359
- png_write_rows @ 357 ;
360
- png_write_sBIT @ 358 ;
361
- png_write_sCAL @ 359 ;
362
- png_write_sPLT @ 360 ;
363
- png_write_sRGB @ 361 ;
364
- png_write_sig @ 362 ;
365
- png_write_start_row @ 363 ;
366
- png_write_tEXt @ 364 ;
367
- png_write_tIME @ 365 ;
368
- png_write_tRNS @ 366 ;
369
- png_write_zTXt @ 367 ;
370
- png_zTXt @ 368 DATA ;
371
- png_zalloc @ 369 ;
372
- png_zfree @ 370 ;
3
+ png_IDAT DATA
4
+ png_IEND DATA
5
+ png_IHDR DATA
6
+ png_PLTE DATA
7
+ png_access_version_number
8
+ png_bKGD DATA
9
+ png_build_gamma_table
10
+ png_build_grayscale_palette
11
+ png_cHRM DATA
12
+ png_calculate_crc
13
+ png_check_chunk_name
14
+ png_check_keyword
15
+ png_check_sig
16
+ png_chunk_error
17
+ png_chunk_warning
18
+ png_combine_row
19
+ png_convert_from_struct_tm
20
+ png_convert_from_time_t
21
+ png_convert_to_rfc1123
22
+ png_crc_error
23
+ png_crc_finish
24
+ png_crc_read
25
+ png_create_info_struct
26
+ png_create_read_struct
27
+ png_create_read_struct_2
28
+ png_create_struct
29
+ png_create_struct_2
30
+ png_create_write_struct
31
+ png_create_write_struct_2
32
+ png_data_freer
33
+ png_decompress_chunk
34
+ png_default_flush
35
+ png_default_read_data
36
+ png_default_write_data
37
+ png_destroy_info_struct
38
+ png_destroy_read_struct
39
+ png_destroy_struct
40
+ png_destroy_struct_2
41
+ png_destroy_write_struct
42
+ png_do_background
43
+ png_do_bgr
44
+ png_do_chop
45
+ png_do_dither
46
+ png_do_expand
47
+ png_do_expand_palette
48
+ png_do_gamma
49
+ png_do_gray_to_rgb
50
+ png_do_invert
51
+ png_do_pack
52
+ png_do_packswap
53
+ png_do_read_filler
54
+ png_do_read_interlace
55
+ png_do_read_intrapixel
56
+ png_do_read_invert_alpha
57
+ png_do_read_swap_alpha
58
+ png_do_read_transformations
59
+ png_do_rgb_to_gray
60
+ png_do_shift
61
+ png_do_strip_filler
62
+ png_do_swap
63
+ png_do_unpack
64
+ png_do_unshift
65
+ png_do_write_interlace
66
+ png_do_write_intrapixel
67
+ png_do_write_invert_alpha
68
+ png_do_write_swap_alpha
69
+ png_do_write_transformations
70
+ png_error
71
+ png_flush
72
+ png_free
73
+ png_free_data
74
+ png_free_default
75
+ png_gAMA DATA
76
+ png_get_IHDR
77
+ png_get_PLTE
78
+ png_get_asm_flagmask
79
+ png_get_asm_flags
80
+ png_get_bKGD
81
+ png_get_bit_depth
82
+ png_get_cHRM
83
+ png_get_cHRM_fixed
84
+ png_get_channels
85
+ png_get_color_type
86
+ png_get_compression_buffer_size
87
+ png_get_compression_type
88
+ png_get_copyright
89
+ png_get_error_ptr
90
+ png_get_filter_type
91
+ png_get_gAMA
92
+ png_get_gAMA_fixed
93
+ png_get_hIST
94
+ png_get_header_ver
95
+ png_get_header_version
96
+ png_get_iCCP
97
+ png_get_image_height
98
+ png_get_image_width
99
+ png_get_int_32
100
+ png_get_interlace_type
101
+ png_get_io_ptr
102
+ png_get_libpng_ver
103
+ png_get_mem_ptr
104
+ png_get_mmx_bitdepth_threshold
105
+ png_get_mmx_flagmask
106
+ png_get_mmx_rowbytes_threshold
107
+ png_get_oFFs
108
+ png_get_pCAL
109
+ png_get_pHYs
110
+ png_get_pixel_aspect_ratio
111
+ png_get_pixels_per_meter
112
+ png_get_progressive_ptr
113
+ png_get_rgb_to_gray_status
114
+ png_get_rowbytes
115
+ png_get_rows
116
+ png_get_sBIT
117
+ png_get_sCAL
118
+ png_get_sPLT
119
+ png_get_sRGB
120
+ png_get_signature
121
+ png_get_tIME
122
+ png_get_tRNS
123
+ png_get_text
124
+ png_get_uint_16
125
+ png_get_uint_31
126
+ png_get_uint_32
127
+ png_get_unknown_chunks
128
+ png_get_user_chunk_ptr
129
+ png_get_user_height_max
130
+ png_get_user_transform_ptr
131
+ png_get_user_width_max
132
+ png_get_valid
133
+ png_get_x_offset_microns
134
+ png_get_x_offset_pixels
135
+ png_get_x_pixels_per_meter
136
+ png_get_y_offset_microns
137
+ png_get_y_offset_pixels
138
+ png_get_y_pixels_per_meter
139
+ png_hIST DATA
140
+ png_handle_IEND
141
+ png_handle_IHDR
142
+ png_handle_PLTE
143
+ png_handle_as_unknown
144
+ png_handle_bKGD
145
+ png_handle_cHRM
146
+ png_handle_gAMA
147
+ png_handle_hIST
148
+ png_handle_iCCP
149
+ png_handle_oFFs
150
+ png_handle_pCAL
151
+ png_handle_pHYs
152
+ png_handle_sBIT
153
+ png_handle_sCAL
154
+ png_handle_sPLT
155
+ png_handle_sRGB
156
+ png_handle_tEXt
157
+ png_handle_tIME
158
+ png_handle_tRNS
159
+ png_handle_unknown
160
+ png_handle_zTXt
161
+ png_iCCP DATA
162
+ png_iTXt DATA
163
+ png_info_destroy
164
+ png_info_init
165
+ png_info_init_3
166
+ png_init_io
167
+ png_init_read_transformations
168
+ png_libpng_ver DATA
169
+ png_malloc
170
+ png_malloc_default
171
+ png_malloc_warn
172
+ png_memcpy_check
173
+ png_memset_check
174
+ png_mmx_support
175
+ png_oFFs DATA
176
+ png_pCAL DATA
177
+ png_pHYs DATA
178
+ png_pass_dsp_mask DATA
179
+ png_pass_inc DATA
180
+ png_pass_mask DATA
181
+ png_pass_start DATA
182
+ png_pass_yinc DATA
183
+ png_pass_ystart DATA
184
+ png_permit_empty_plte
185
+ png_permit_mng_features
186
+ png_process_IDAT_data
187
+ png_process_data
188
+ png_process_some_data
189
+ png_progressive_combine_row
190
+ png_push_crc_finish
191
+ png_push_crc_skip
192
+ png_push_fill_buffer
193
+ png_push_handle_tEXt
194
+ png_push_handle_unknown
195
+ png_push_handle_zTXt
196
+ png_push_have_end
197
+ png_push_have_info
198
+ png_push_have_row
199
+ png_push_process_row
200
+ png_push_read_IDAT
201
+ png_push_read_chunk
202
+ png_push_read_sig
203
+ png_push_read_tEXt
204
+ png_push_read_zTXt
205
+ png_push_restore_buffer
206
+ png_push_save_buffer
207
+ png_read_data
208
+ png_read_destroy
209
+ png_read_end
210
+ png_read_filter_row
211
+ png_read_finish_row
212
+ png_read_image
213
+ png_read_info
214
+ png_read_init
215
+ png_read_init_2
216
+ png_read_init_3
217
+ png_read_png
218
+ png_read_push_finish_row
219
+ png_read_row
220
+ png_read_rows
221
+ png_read_start_row
222
+ png_read_transform_info
223
+ png_read_update_info
224
+ png_reset_crc
225
+ png_reset_zstream
226
+ png_sBIT DATA
227
+ png_sCAL DATA
228
+ png_sPLT DATA
229
+ png_sRGB DATA
230
+ png_save_int_32
231
+ png_save_uint_16
232
+ png_save_uint_32
233
+ png_set_IHDR
234
+ png_set_PLTE
235
+ png_set_add_alpha
236
+ png_set_asm_flags
237
+ png_set_bKGD
238
+ png_set_background
239
+ png_set_bgr
240
+ png_set_cHRM
241
+ png_set_cHRM_fixed
242
+ png_set_compression_buffer_size
243
+ png_set_compression_level
244
+ png_set_compression_mem_level
245
+ png_set_compression_method
246
+ png_set_compression_strategy
247
+ png_set_compression_window_bits
248
+ png_set_crc_action
249
+ png_set_dither
250
+ png_set_error_fn
251
+ png_set_expand
252
+ png_set_expand_gray_1_2_4_to_8
253
+ png_set_filler
254
+ png_set_filter
255
+ png_set_filter_heuristics
256
+ png_set_flush
257
+ png_set_gAMA
258
+ png_set_gAMA_fixed
259
+ png_set_gamma
260
+ png_set_gray_1_2_4_to_8
261
+ png_set_gray_to_rgb
262
+ png_set_hIST
263
+ png_set_iCCP
264
+ png_set_interlace_handling
265
+ png_set_invalid
266
+ png_set_invert_alpha
267
+ png_set_invert_mono
268
+ png_set_keep_unknown_chunks
269
+ png_set_mem_fn
270
+ png_set_mmx_thresholds
271
+ png_set_oFFs
272
+ png_set_pCAL
273
+ png_set_pHYs
274
+ png_set_packing
275
+ png_set_packswap
276
+ png_set_palette_to_rgb
277
+ png_set_progressive_read_fn
278
+ png_set_read_fn
279
+ png_set_read_status_fn
280
+ png_set_read_user_chunk_fn
281
+ png_set_read_user_transform_fn
282
+ png_set_rgb_to_gray
283
+ png_set_rgb_to_gray_fixed
284
+ png_set_rows
285
+ png_set_sBIT
286
+ png_set_sCAL
287
+ png_set_sPLT
288
+ png_set_sRGB
289
+ png_set_sRGB_gAMA_and_cHRM
290
+ png_set_shift
291
+ png_set_sig_bytes
292
+ png_set_strip_16
293
+ png_set_strip_alpha
294
+ png_set_strip_error_numbers
295
+ png_set_swap
296
+ png_set_swap_alpha
297
+ png_set_tIME
298
+ png_set_tRNS
299
+ png_set_tRNS_to_alpha
300
+ png_set_text
301
+ png_set_text_2
302
+ png_set_unknown_chunk_location
303
+ png_set_unknown_chunks
304
+ png_set_user_limits
305
+ png_set_user_transform_info
306
+ png_set_write_fn
307
+ png_set_write_status_fn
308
+ png_set_write_user_transform_fn
309
+ png_sig DATA
310
+ png_sig_cmp
311
+ png_start_read_image
312
+ png_tEXt DATA
313
+ png_tIME DATA
314
+ png_tRNS DATA
315
+ png_warning
316
+ png_write_IDAT
317
+ png_write_IEND
318
+ png_write_IHDR
319
+ png_write_PLTE
320
+ png_write_bKGD
321
+ png_write_cHRM
322
+ png_write_cHRM_fixed
323
+ png_write_chunk
324
+ png_write_chunk_data
325
+ png_write_chunk_end
326
+ png_write_chunk_start
327
+ png_write_data
328
+ png_write_destroy
329
+ png_write_end
330
+ png_write_filtered_row
331
+ png_write_find_filter
332
+ png_write_finish_row
333
+ png_write_flush
334
+ png_write_gAMA
335
+ png_write_gAMA_fixed
336
+ png_write_hIST
337
+ png_write_iCCP
338
+ png_write_image
339
+ png_write_info
340
+ png_write_info_before_PLTE
341
+ png_write_init
342
+ png_write_init_2
343
+ png_write_init_3
344
+ png_write_oFFs
345
+ png_write_pCAL
346
+ png_write_pHYs
347
+ png_write_png
348
+ png_write_row
349
+ png_write_rows
350
+ png_write_sBIT
351
+ png_write_sCAL
352
+ png_write_sPLT
353
+ png_write_sRGB
354
+ png_write_sig
355
+ png_write_start_row
356
+ png_write_tEXt
357
+ png_write_tIME
358
+ png_write_tRNS
359
+ png_write_zTXt
360
+ png_zTXt DATA
361
+ png_zalloc
362
+ png_zfree