blob: e76ff88d4b6c2ccbfc1f1d9daaa6526931ac12e1 [file] [log] [blame]
Glenn Randers-Pehrsond029a752004-08-09 21:50:32 -05001.TH LIBPNGPF 3 "August 10, 2004"
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06002.SH NAME
Glenn Randers-Pehrson36d7bc72004-08-10 06:55:02 -05003libpng \- Portable Network Graphics (PNG) Reference Library 1.2.6rc4
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06004(private functions)
5.SH SYNOPSIS
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05006\fB\fB#include <png.h>\fP\fP
7
8\fI\fB
9
10\fI\fB\fI\fB
11
12\fI\fB
13
14\fB\fBvoid png_build_gamma_table (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
15
16\fI\fB
17
18\fI\fB\fI\fB
19
20\fI\fB
21
22\fB\fBvoid png_build_grayscale_palette (int \fP\fI\fP\fIbit_depth\fP\fB\fP\fB, png_colorp \fI\fIpalette\fP\fB\fP\fB);\fP\fP
23
24\fI\fB
25
26\fI\fB\fI\fB
27
28\fI\fB
29
30\fB\fBvoid png_calculate_crc (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIptr\fP\fB\fP\fB, png_size_t \fI\fIlength\fP\fB\fP\fB);\fP\fP
31
32\fI\fB
33
34\fI\fB\fI\fB
35
36\fI\fB
37
38\fB\fBvoid png_check_chunk_name (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_bytep \fI\fIchunk_name\fP\fB\fP\fB);\fP\fP
39
40\fI\fB
41
42\fI\fB\fI\fB
43
44\fI\fB
45
46\fB\fBpng_size_t png_check_keyword (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_charp \fP\fI\fP\fIkey\fP\fB\fP\fB, png_charpp \fI\fInew_key\fP\fB\fP\fB);\fP\fP
47
48\fI\fB
49
50\fI\fB\fI\fB
51
52\fI\fB
53
54\fB\fBvoid png_combine_row (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIrow\fP\fB\fP\fB, int \fI\fImask\fP\fB\fP\fB);\fP\fP
55
56\fI\fB
57
58\fI\fB\fI\fB
59
60\fI\fB
61
62\fB\fBvoid png_correct_palette (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_colorp \fP\fI\fP\fIpalette\fP\fB\fP\fB, int \fI\fInum_palette\fP\fB\fP\fB);\fP\fP
63
64\fI\fB
65
66\fI\fB\fI\fB
67
68\fI\fB
69
70\fB\fBint png_crc_error (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
71
72\fI\fB
73
74\fI\fB\fI\fB
75
76\fI\fB
77
78\fB\fBint png_crc_finish (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIskip\fP\fB\fP\fB);\fP\fP
79
80\fI\fB
81
82\fI\fB\fI\fB
83
84\fI\fB
85
86\fB\fBvoid png_crc_read (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIbuf\fP\fB\fP\fB, png_size_t \fI\fIlength\fP\fB\fP\fB);\fP\fP
87
88\fI\fB
89
90\fI\fB\fI\fB
91
92\fI\fB
93
94\fB\fBpng_voidp png_create_struct (int \fI\fItype\fP\fB\fP\fB);\fP\fP
95
96\fI\fB
97
98\fI\fB\fI\fB
99
100\fI\fB
101
102\fB\fBpng_voidp png_create_struct_2 (int \fP\fI\fP\fItype\fP\fB\fP\fB, png_malloc_ptr \fP\fI\fP\fImalloc_fn\fP\fB\fP\fB, png_voidp \fI\fImem_ptr\fP\fB\fP\fB);\fP\fP
103
104\fI\fB
105
106\fI\fB\fI\fB
107
108\fI\fB
109
110\fB\fBpng_charp png_decompress_chunk (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, int \fP\fI\fP\fIcomp_type\fP\fB\fP\fB, png_charp \fP\fI\fP\fIchunkdata\fP\fB\fP\fB, png_size_t \fP\fI\fP\fIchunklength\fP\fB\fP\fB, png_size_t \fP\fI\fP\fIprefix_length\fP\fB\fP\fB, png_size_t \fI\fI*data_length\fP\fB\fP\fB);\fP\fP
111
112\fI\fB
113
114\fI\fB\fI\fB
115
116\fI\fB
117
118\fB\fBvoid png_destroy_struct (png_voidp \fI\fIstruct_ptr\fP\fB\fP\fB);\fP\fP
119
120\fI\fB
121
122\fI\fB\fI\fB
123
124\fI\fB
125
126\fB\fBvoid png_destroy_struct_2 (png_voidp \fP\fI\fP\fIstruct_ptr\fP\fB\fP\fB, png_free_ptr \fP\fI\fP\fIfree_fn\fP\fB\fP\fB, png_voidp \fI\fImem_ptr\fP\fB\fP\fB);\fP\fP
127
128\fI\fB
129
130\fI\fB\fI\fB
131
132\fI\fB
133
134\fB\fBvoid png_do_background (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIrow\fP\fB\fP\fB, png_color_16p \fP\fI\fP\fItrans_values\fP\fB\fP\fB, png_color_16p \fP\fI\fP\fIbackground\fP\fB\fP\fB, png_color_16p \fP\fI\fP\fIbackground_1\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIgamma_table\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIgamma_from_1\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIgamma_to_1\fP\fB\fP\fB, png_uint_16pp \fP\fI\fP\fIgamma_16\fP\fB\fP\fB, png_uint_16pp \fP\fI\fP\fIgamma_16_from_1\fP\fB\fP\fB, png_uint_16pp \fP\fI\fP\fIgamma_16_to_1\fP\fB\fP\fB, int \fI\fIgamma_shift\fP\fB\fP\fB);\fP\fP
135
136\fI\fB
137
138\fI\fB\fI\fB
139
140\fI\fB
141
142\fB\fBvoid png_do_bgr (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fI\fIrow\fP\fB\fP\fB);\fP\fP
143
144\fI\fB
145
146\fI\fB\fI\fB
147
148\fI\fB
149
150\fB\fBvoid png_do_chop (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fI\fIrow\fP\fB\fP\fB);\fP\fP
151
152\fI\fB
153
154\fI\fB\fI\fB
155
156\fI\fB
157
158\fB\fBvoid png_do_dither (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIrow\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIpalette_lookup\fP\fB\fP\fB, png_bytep \fI\fIdither_lookup\fP\fB\fP\fB);\fP\fP
159
160\fI\fB
161
162\fI\fB\fI\fB
163
164\fI\fB
165
166\fB\fBvoid png_do_expand (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIrow\fP\fB\fP\fB, png_color_16p \fI\fItrans_value\fP\fB\fP\fB);\fP\fP
167
168\fI\fB
169
170\fI\fB\fI\fB
171
172\fI\fB
173
174\fB\fBvoid png_do_expand_palette (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIrow\fP\fB\fP\fB, png_colorp \fP\fI\fP\fIpalette\fP\fB\fP\fB, png_bytep \fP\fI\fP\fItrans\fP\fB\fP\fB, int \fI\fInum_trans\fP\fB\fP\fB);\fP\fP
175
176\fI\fB
177
178\fI\fB\fI\fB
179
180\fI\fB
181
182\fB\fBvoid png_do_gamma (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIrow\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIgamma_table\fP\fB\fP\fB, png_uint_16pp \fP\fI\fP\fIgamma_16_table\fP\fB\fP\fB, int \fI\fIgamma_shift\fP\fB\fP\fB);\fP\fP
183
184\fI\fB
185
186\fI\fB\fI\fB
187
188\fI\fB
189
190\fB\fBvoid png_do_gray_to_rgb (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fI\fIrow\fP\fB\fP\fB);\fP\fP
191
192\fI\fB
193
194\fI\fB\fI\fB
195
196\fI\fB
197
198\fB\fBvoid png_do_invert (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fI\fIrow\fP\fB\fP\fB);\fP\fP
199
200\fI\fB
201
202\fI\fB\fI\fB
203
204\fI\fB
205
206\fB\fBvoid png_do_pack (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIrow\fP\fB\fP\fB, png_uint_32 \fI\fIbit_depth\fP\fB\fP\fB);\fP\fP
207
208\fI\fB
209
210\fI\fB\fI\fB
211
212\fI\fB
213
214\fB\fBvoid png_do_packswap (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fI\fIrow\fP\fB\fP\fB);\fP\fP
215
216\fI\fB
217
218\fI\fB\fI\fB
219
220\fI\fB
221
222\fB\fBvoid png_do_read_filler (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIrow\fP\fB\fP\fB, png_uint_32 \fP\fI\fP\fIfiller\fP\fB\fP\fB, png_uint_32 \fI\fIflags\fP\fB\fP\fB);\fP\fP
223
224\fI\fB
225
226\fI\fB\fI\fB
227
228\fI\fB
229
230\fB\fBvoid png_do_read_interlace (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIrow\fP\fB\fP\fB, int \fP\fI\fP\fIpass\fP\fB\fP\fB, png_uint_32 \fI\fItransformations\fP\fB\fP\fB);\fP\fP
231
232\fI\fB
233
234\fI\fB\fI\fB
235
236\fI\fB
237
238\fB\fBvoid png_do_read_invert_alpha (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fI\fIrow\fP\fB\fP\fB);\fP\fP
239
240\fI\fB
241
242\fI\fB\fI\fB
243
244\fI\fB
245
246\fB\fBvoid png_do_read_swap_alpha (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fI\fIrow\fP\fB\fP\fB);\fP\fP
247
248\fI\fB
249
250\fI\fB\fI\fB
251
252\fI\fB
253
254\fB\fBvoid png_do_read_transformations (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
255
256\fI\fB
257
258\fI\fB\fI\fB
259
260\fI\fB
261
262\fB\fBint png_do_rgb_to_gray (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fI\fIrow\fP\fB\fP\fB);\fP\fP
263
264\fI\fB
265
266\fI\fB\fI\fB
267
268\fI\fB
269
270\fB\fBvoid png_do_shift (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIrow\fP\fB\fP\fB, png_color_8p \fI\fIbit_depth\fP\fB\fP\fB);\fP\fP
271
272\fI\fB
273
274\fI\fB\fI\fB
275
276\fI\fB
277
278\fB\fBvoid png_do_strip_filler (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIrow\fP\fB\fP\fB, png_uint_32 \fI\fIflags\fP\fB\fP\fB);\fP\fP
279
280\fI\fB
281
282\fI\fB\fI\fB
283
284\fI\fB
285
286\fB\fBvoid png_do_swap (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fI\fIrow\fP\fB\fP\fB);\fP\fP
287
288\fI\fB
289
290\fI\fB\fI\fB
291
292\fI\fB
293
294\fB\fBvoid png_do_unpack (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fI\fIrow\fP\fB\fP\fB);\fP\fP
295
296\fI\fB
297
298\fI\fB\fI\fB
299
300\fI\fB
301
302\fB\fBvoid png_do_unshift (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIrow\fP\fB\fP\fB, png_color_8p \fI\fIsig_bits\fP\fB\fP\fB);\fP\fP
303
304\fI\fB
305
306\fI\fB\fI\fB
307
308\fI\fB
309
310\fB\fBvoid png_do_write_interlace (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIrow\fP\fB\fP\fB, int \fI\fIpass\fP\fB\fP\fB);\fP\fP
311
312\fI\fB
313
314\fI\fB\fI\fB
315
316\fI\fB
317
318\fB\fBvoid png_do_write_invert_alpha (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fI\fIrow\fP\fB\fP\fB);\fP\fP
319
320\fI\fB
321
322\fI\fB\fI\fB
323
324\fI\fB
325
326\fB\fBvoid png_do_write_swap_alpha (png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fI\fIrow\fP\fB\fP\fB);\fP\fP
327
328\fI\fB
329
330\fI\fB\fI\fB
331
332\fI\fB
333
334\fB\fBvoid png_do_write_transformations (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
335
336\fI\fB
337
338\fI\fB\fI\fB
339
340\fI\fB
341
342\fB\fBvoid *png_far_to_near (png_structp png_ptr,png_voidp \fP\fI\fP\fIptr\fP\fB\fP\fB, int \fI\fIcheck\fP\fB\fP\fB);\fP\fP
343
344\fI\fB
345
346\fI\fB\fI\fB
347
348\fI\fB
349
350\fB\fBvoid png_flush (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
351
352\fI\fB
353
354\fI\fB\fI\fB
355
356\fI\fB
357
358\fB\fBpng_int_32 png_get_int_32 (png_bytep \fI\fIbuf\fP\fB\fP\fB);\fP\fP
359
360\fI\fB
361
362\fI\fB\fI\fB
363
364\fI\fB
365
366\fB\fBpng_uint_16 png_get_uint_16 (png_bytep \fI\fIbuf\fP\fB\fP\fB);\fP\fP
367
368\fI\fB
369
370\fI\fB\fI\fB
371
372\fI\fB
373
Glenn Randers-Pehrson5fea36f2004-07-28 08:20:44 -0500374\fB\fBpng_uint_32 png_get_uint_31 (png_bytep \fI\fIbuf\fP\fB\fP\fB);\fP\fP
375
376\fI\fB
377
378\fI\fB\fI\fB
379
380\fI\fB
381
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500382\fB\fBpng_uint_32 png_get_uint_32 (png_bytep \fI\fIbuf\fP\fB\fP\fB);\fP\fP
383
384\fI\fB
385
386\fI\fB\fI\fB
387
388\fI\fB
389
390\fB\fBvoid png_handle_bKGD (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
391
392\fI\fB
393
394\fI\fB\fI\fB
395
396\fI\fB
397
398\fB\fBvoid png_handle_cHRM (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
399
400\fI\fB
401
402\fI\fB\fI\fB
403
404\fI\fB
405
406\fB\fBvoid png_handle_gAMA (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
407
408\fI\fB
409
410\fI\fB\fI\fB
411
412\fI\fB
413
414\fB\fBvoid png_handle_hIST (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
415
416\fI\fB
417
418\fI\fB\fI\fB
419
420\fI\fB
421
422\fB\fBvoid png_handle_IEND (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
423
424\fI\fB
425
426\fI\fB\fI\fB
427
428\fI\fB
429
430\fB\fBvoid png_handle_IHDR (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
431
432\fI\fB
433
434\fI\fB\fI\fB
435
436\fI\fB
437
438\fB\fBvoid png_handle_iCCP (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
439
440\fI\fB
441
442\fI\fB\fI\fB
443
444\fI\fB
445
446\fB\fBvoid png_handle_iTXt (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
447
448\fI\fB
449
450\fI\fB\fI\fB
451
452\fI\fB
453
454\fB\fBvoid png_handle_oFFs (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
455
456\fI\fB
457
458\fI\fB\fI\fB
459
460\fI\fB
461
462\fB\fBvoid png_handle_pCAL (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
463
464\fI\fB
465
466\fI\fB\fI\fB
467
468\fI\fB
469
470\fB\fBvoid png_handle_pHYs (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
471
472\fI\fB
473
474\fI\fB\fI\fB
475
476\fI\fB
477
478\fB\fBvoid png_handle_PLTE (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
479
480\fI\fB
481
482\fI\fB\fI\fB
483
484\fI\fB
485
486\fB\fBvoid png_handle_sBIT (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
487
488\fI\fB
489
490\fI\fB\fI\fB
491
492\fI\fB
493
494\fB\fBvoid png_handle_sCAL (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
495
496\fI\fB
497
498\fI\fB\fI\fB
499
500\fI\fB
501
502\fB\fBvoid png_handle_sPLT (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
503
504\fI\fB
505
506\fI\fB\fI\fB
507
508\fI\fB
509
510\fB\fBvoid png_handle_sRGB (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
511
512\fI\fB
513
514\fI\fB\fI\fB
515
516\fI\fB
517
518\fB\fBvoid png_handle_tEXt (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
519
520\fI\fB
521
522\fI\fB\fI\fB
523
524\fI\fB
525
526\fB\fBvoid png_handle_tIME (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
527
528\fI\fB
529
530\fI\fB\fI\fB
531
532\fI\fB
533
534\fB\fBvoid png_handle_tRNS (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
535
536\fI\fB
537
538\fI\fB\fI\fB
539
540\fI\fB
541
542\fB\fBvoid png_handle_unknown (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
543
544\fI\fB
545
546\fI\fB\fI\fB
547
548\fI\fB
549
550\fB\fBvoid png_handle_zTXt (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600551
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500552\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600553
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500554\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600555
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500556\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600557
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500558\fB\fBvoid png_info_destroy (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fI\fIinfo_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600559
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500560\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600561
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500562\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600563
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500564\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600565
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500566\fB\fBvoid png_init_mmx_flags (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600567
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500568\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600569
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500570\fI\fB\fI\fB
Glenn Randers-Pehrsonf7d1a171998-06-06 15:31:35 -0500571
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500572\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600573
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500574\fB\fBvoid png_init_read_transformations (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600575
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500576\fI\fB
Glenn Randers-Pehrsonf7d1a171998-06-06 15:31:35 -0500577
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500578\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500579
580\fI\fB
581
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500582\fB\fBvoid png_process_IDAT_data (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIbuffer\fP\fB\fP\fB, png_size_t \fI\fIbuffer_length\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500583
584\fI\fB
585
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500586\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500587
588\fI\fB
589
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500590\fB\fBvoid png_process_some_data (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fI\fIinfo_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500591
592\fI\fB
593
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500594\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500595
596\fI\fB
597
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500598\fB\fBvoid png_push_check_crc (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500599
600\fI\fB
601
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500602\fI\fB\fI\fB
Glenn Randers-Pehrson68ea2432000-04-01 21:10:05 -0600603
604\fI\fB
605
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500606\fB\fBvoid png_push_crc_finish (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500607
608\fI\fB
609
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500610\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500611
612\fI\fB
613
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500614\fB\fBvoid png_push_crc_skip (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500615
616\fI\fB
617
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500618\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500619
620\fI\fB
621
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500622\fB\fBvoid png_push_fill_buffer (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIbuffer\fP\fB\fP\fB, png_size_t \fI\fIlength\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500623
624\fI\fB
625
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500626\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500627
628\fI\fB
629
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500630\fB\fBvoid png_push_handle_tEXt (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500631
632\fI\fB
633
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500634\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500635
636\fI\fB
637
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500638\fB\fBvoid png_push_handle_unknown (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500639
640\fI\fB
641
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500642\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500643
644\fI\fB
645
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500646\fB\fBvoid png_push_handle_zTXt (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIlength\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500647
648\fI\fB
649
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500650\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500651
652\fI\fB
653
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500654\fB\fBvoid png_push_have_end (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fI\fIinfo_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500655
656\fI\fB
657
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500658\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500659
660\fI\fB
661
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500662\fB\fBvoid png_push_have_info (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fI\fIinfo_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500663
664\fI\fB
665
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500666\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500667
668\fI\fB
669
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500670\fB\fBvoid png_push_have_row (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_bytep \fI\fIrow\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500671
672\fI\fB
673
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500674\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500675
676\fI\fB
677
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500678\fB\fBvoid png_push_process_row (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500679
680\fI\fB
681
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500682\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500683
684\fI\fB
685
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500686\fB\fBvoid png_push_read_chunk (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fI\fIinfo_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500687
688\fI\fB
689
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500690\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500691
692\fI\fB
693
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500694\fB\fBvoid png_push_read_end (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fI\fIinfo_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500695
696\fI\fB
697
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500698\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500699
700\fI\fB
701
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500702\fB\fBvoid png_push_read_IDAT (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500703
704\fI\fB
705
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500706\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500707
708\fI\fB
709
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500710\fB\fBvoid png_push_read_sig (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fI\fIinfo_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500711
712\fI\fB
713
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500714\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500715
716\fI\fB
717
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500718\fB\fBvoid png_push_read_tEXt (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fI\fIinfo_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500719
720\fI\fB
721
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500722\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500723
724\fI\fB
725
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500726\fB\fBvoid png_push_read_zTXt (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fI\fIinfo_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500727
728\fI\fB
729
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500730\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500731
732\fI\fB
733
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500734\fB\fBvoid png_push_restore_buffer (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIbuffer\fP\fB\fP\fB, png_size_t \fI\fIbuffer_length\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500735
736\fI\fB
737
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500738\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500739
740\fI\fB
741
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500742\fB\fBvoid png_push_save_buffer (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500743
744\fI\fB
745
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500746\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500747
748\fI\fB
749
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500750\fB\fBvoid png_read_data (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIdata\fP\fB\fP\fB, png_size_t \fI\fIlength\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500751
752\fI\fB
753
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500754\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500755
756\fI\fB
757
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500758\fB\fBvoid png_read_filter_row (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_row_infop \fP\fI\fP\fIrow_info\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIrow\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIprev_row\fP\fB\fP\fB, int \fI\fIfilter\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500759
760\fI\fB
761
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500762\fI\fB\fI\fB
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -0600763
764\fI\fB
765
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500766\fB\fBvoid png_read_finish_row (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -0600767
768\fI\fB
769
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500770\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500771
772\fI\fB
773
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500774\fB\fBvoid png_read_push_finish_row (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500775
776\fI\fB
777
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500778\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500779
780\fI\fB
781
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500782\fB\fBvoid png_read_start_row (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500783
784\fI\fB
785
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500786\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500787
788\fI\fB
789
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500790\fB\fBvoid png_read_transform_info (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fI\fIinfo_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -0600791
792\fI\fB
793
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500794\fI\fB\fI\fB
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -0600795
796\fI\fB
797
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500798\fB\fBvoid png_reset_crc (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500799
800\fI\fB
801
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500802\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500803
804\fI\fB
805
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500806\fB\fBvoid png_save_int_32 (png_bytep \fP\fI\fP\fIbuf\fP\fB\fP\fB, png_int_32 \fI\fIi\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500807
808\fI\fB
809
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500810\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500811
812\fI\fB
813
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500814\fB\fBvoid png_save_uint_16 (png_bytep \fP\fI\fP\fIbuf\fP\fB\fP\fB, unsigned int \fI\fIi\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500815
816\fI\fB
817
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500818\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500819
820\fI\fB
821
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500822\fB\fBvoid png_save_uint_32 (png_bytep \fP\fI\fP\fIbuf\fP\fB\fP\fB, png_uint_32 \fI\fIi\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500823
824\fI\fB
825
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500826\fI\fB\fI\fB
Glenn Randers-Pehrson1fd5fb32001-05-06 05:34:26 -0500827
828\fI\fB
829
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500830\fB\fBint png_set_text_2 (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_infop \fP\fI\fP\fIinfo_ptr\fP\fB\fP\fB, png_textp \fP\fI\fP\fItext_ptr\fP\fB\fP\fB, int \fI\fInum_text)\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500831
832\fI\fB
833
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500834\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500835
836\fI\fB
837
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500838\fB\fBvoid png_write_cHRM (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, double \fP\fI\fP\fIwhite_x\fP\fB\fP\fB, double \fP\fI\fP\fIwhite_y\fP\fB\fP\fB, double \fP\fI\fP\fIred_x\fP\fB\fP\fB, double \fP\fI\fP\fIred_y\fP\fB\fP\fB, double \fP\fI\fP\fIgreen_x\fP\fB\fP\fB, double \fP\fI\fP\fIgreen_y\fP\fB\fP\fB, double \fP\fI\fP\fIblue_x\fP\fB\fP\fB, double \fI\fIblue_y\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500839
840\fI\fB
841
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500842\fI\fB\fI\fB
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500843
844\fI\fB
845
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500846\fB\fBvoid png_write_cHRM_fixed (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_uint_32 \fP\fI\fP\fIwhite_x\fP\fB\fP\fB, png_uint_32 \fP\fI\fP\fIwhite_y\fP\fB\fP\fB, png_uint_32 \fP\fI\fP\fIred_x\fP\fB\fP\fB, png_uint_32 \fP\fI\fP\fIred_y\fP\fB\fP\fB, png_uint_32 \fP\fI\fP\fIgreen_x\fP\fB\fP\fB, png_uint_32 \fP\fI\fP\fIgreen_y\fP\fB\fP\fB, png_uint_32 \fP\fI\fP\fIblue_x\fP\fB\fP\fB, png_uint_32 \fI\fIblue_y\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500847
848\fI\fB
849
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500850\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600851
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500852\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600853
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500854\fB\fBvoid png_write_data (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIdata\fP\fB\fP\fB, png_size_t \fI\fIlength\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600855
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500856\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600857
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500858\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600859
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500860\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600861
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500862\fB\fBvoid png_write_filtered_row (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_bytep \fI\fIfiltered_row\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600863
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500864\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600865
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500866\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600867
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500868\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600869
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500870\fB\fBvoid png_write_find_filter (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_row_infop \fI\fIrow_info\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600871
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500872\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600873
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500874\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600875
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500876\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600877
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500878\fB\fBvoid png_write_finish_row (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600879
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500880\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600881
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500882\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600883
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500884\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600885
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500886\fB\fBvoid png_write_gAMA (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, double \fI\fIfile_gamma\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600887
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500888\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600889
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500890\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600891
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500892\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600893
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500894\fB\fBvoid png_write_gAMA_fixed (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_uint_32 \fI\fIint_file_gamma\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600895
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500896\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600897
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500898\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600899
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500900\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600901
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500902\fB\fBvoid png_write_hIST (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_uint_16p \fP\fI\fP\fIhist\fP\fB\fP\fB, int \fI\fInum_hist\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600903
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500904\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600905
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500906\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600907
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500908\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600909
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500910\fB\fBvoid png_write_iCCP (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_charp \fP\fI\fP\fIname\fP\fB\fP\fB, int \fP\fI\fP\fIcompression_type\fP\fB\fP\fB, png_charp \fP\fI\fP\fIprofile\fP\fB\fP\fB, int \fI\fIproflen\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600911
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500912\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600913
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500914\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600915
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500916\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600917
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500918\fB\fBvoid png_write_IDAT (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_bytep \fP\fI\fP\fIdata\fP\fB\fP\fB, png_size_t \fI\fIlength\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600919
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500920\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600921
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500922\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600923
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500924\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600925
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500926\fB\fBvoid png_write_IEND (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600927
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500928\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600929
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500930\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600931
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500932\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600933
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500934\fB\fBvoid png_write_IHDR (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_uint_32 \fP\fI\fP\fIwidth\fP\fB\fP\fB, png_uint_32 \fP\fI\fP\fIheight\fP\fB\fP\fB, int \fP\fI\fP\fIbit_depth\fP\fB\fP\fB, int \fP\fI\fP\fIcolor_type\fP\fB\fP\fB, int \fP\fI\fP\fIcompression_type\fP\fB\fP\fB, int \fP\fI\fP\fIfilter_type\fP\fB\fP\fB, int \fI\fIinterlace_type\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600935
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500936\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600937
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500938\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600939
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500940\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600941
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500942\fB\fBvoid png_write_iTXt (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, int \fP\fI\fP\fIcompression\fP\fB\fP\fB, png_charp \fP\fI\fP\fIkey\fP\fB\fP\fB, png_charp \fP\fI\fP\fIlang\fP\fB\fP\fB, png_charp \fP\fI\fP\fItranslated_key\fP\fB\fP\fB, png_charp \fI\fItext)\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600943
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500944\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600945
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500946\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600947
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500948\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600949
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500950\fB\fBvoid png_write_oFFs (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_uint_32 \fP\fI\fP\fIx_offset\fP\fB\fP\fB, png_uint_32 \fP\fI\fP\fIy_offset\fP\fB\fP\fB, int \fI\fIunit_type\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600951
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500952\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600953
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500954\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600955
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500956\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600957
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500958\fB\fBvoid png_write_pCAL (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_charp \fP\fI\fP\fIpurpose\fP\fB\fP\fB, png_int_32 \fP\fI\fP\fIX0\fP\fB\fP\fB, png_int_32 \fP\fI\fP\fIX1\fP\fB\fP\fB, int \fP\fI\fP\fItype\fP\fB\fP\fB, int \fP\fI\fP\fInparams\fP\fB\fP\fB, png_charp \fP\fI\fP\fIunits\fP\fB\fP\fB, png_charpp \fI\fIparams\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600959
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500960\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600961
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500962\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600963
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500964\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600965
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500966\fB\fBvoid png_write_pHYs (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_uint_32 \fP\fI\fP\fIx_pixels_per_unit\fP\fB\fP\fB, png_uint_32 \fP\fI\fP\fIy_pixels_per_unit\fP\fB\fP\fB, int \fI\fIunit_type\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -0600967
968\fI\fB
969
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500970\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600971
Glenn Randers-Pehrson8b6a8892001-05-18 04:54:50 -0500972\fI\fB
973
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500974\fB\fBvoid png_write_PLTE (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_colorp \fP\fI\fP\fIpalette\fP\fB\fP\fB, png_uint_32 \fI\fInum_pal\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600975
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500976\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600977
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500978\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600979
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500980\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600981
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500982\fB\fBvoid png_write_sBIT (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_color_8p \fP\fI\fP\fIsbit\fP\fB\fP\fB, int \fI\fIcolor_type\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600983
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500984\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600985
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500986\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600987
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500988\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600989
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500990\fB\fBvoid png_write_sCAL (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_charp \fP\fI\fP\fIunit\fP\fB\fP\fB, double \fP\fI\fP\fIwidth\fP\fB\fP\fB, double \fI\fIheight\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -0600991
992\fI\fB
993
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500994\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600995
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500996\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600997
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500998\fB\fBvoid png_write_sCAL_s (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_charp \fP\fI\fP\fIunit\fP\fB\fP\fB, png_charp \fP\fI\fP\fIwidth\fP\fB\fP\fB, png_charp \fI\fIheight\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600999
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05001000\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001001
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001002\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001003
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05001004\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001005
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001006\fB\fBvoid png_write_sig (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001007
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05001008\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001009
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001010\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001011
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05001012\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001013
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001014\fB\fBvoid png_write_sRGB (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, int \fI\fIintent\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06001015
1016\fI\fB
1017
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001018\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001019
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05001020\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001021
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001022\fB\fBvoid png_write_sPLT (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_spalette_p \fI\fIpalette\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001023
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05001024\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001025
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001026\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001027
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05001028\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001029
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001030\fB\fBvoid png_write_start_row (png_structp \fI\fIpng_ptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001031
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05001032\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001033
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001034\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001035
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05001036\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001037
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001038\fB\fBvoid png_write_tEXt (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_charp \fP\fI\fP\fIkey\fP\fB\fP\fB, png_charp \fP\fI\fP\fItext\fP\fB\fP\fB, png_size_t \fI\fItext_len\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06001039
1040\fI\fB
1041
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001042\fI\fB\fI\fB
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06001043
1044\fI\fB
1045
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001046\fB\fBvoid png_write_tIME (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_timep \fI\fImod_time\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001047
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05001048\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001049
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001050\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001051
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05001052\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001053
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001054\fB\fBvoid png_write_tRNS (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_bytep \fP\fI\fP\fItrans\fP\fB\fP\fB, png_color_16p \fP\fI\fP\fIvalues\fP\fB\fP\fB, int \fP\fI\fP\fInumber\fP\fB\fP\fB, int \fI\fIcolor_type\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06001055
1056\fI\fB
1057
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001058\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001059
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05001060\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001061
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001062\fB\fBvoid png_write_zTXt (png_structp \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, png_charp \fP\fI\fP\fIkey\fP\fB\fP\fB, png_charp \fP\fI\fP\fItext\fP\fB\fP\fB, png_size_t \fP\fI\fP\fItext_len\fP\fB\fP\fB, int \fI\fIcompression\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001063
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05001064\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001065
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001066\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001067
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05001068\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001069
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001070\fB\fBvoidpf png_zalloc (voidpf \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, uInt \fP\fI\fP\fIitems\fP\fB\fP\fB, uInt \fI\fIsize\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001071
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05001072\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001073
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001074\fI\fB\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001075
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05001076\fI\fB
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001077
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001078\fB\fBvoid png_zfree (voidpf \fP\fI\fP\fIpng_ptr\fP\fB\fP\fB, voidpf \fI\fIptr\fP\fB\fP\fB);\fP\fP
Glenn Randers-Pehrson03008a02002-04-27 10:11:25 -05001079
1080\fI\fB
1081
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -05001082\fI\fB\fI\fB
Glenn Randers-Pehrson03008a02002-04-27 10:11:25 -05001083
1084\fI\fB
1085
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001086.SH DESCRIPTION
1087The functions listed above are used privately by libpng
Glenn Randers-Pehrson8b6a8892001-05-18 04:54:50 -05001088and are not recommended for use by applications. They are
1089not "exported" to applications using shared libraries. They
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001090are listed alphabetically here as an aid to libpng maintainers.
1091See png.h for more information on these functions.
1092
1093.SH SEE ALSO
1094libpng(3), png(5)
1095.SH AUTHOR
1096Glenn Randers-Pehrson