]>
Commit | Line | Data |
---|---|---|
c801d85f KB |
1 | ;---------------------------------------- |
2 | ; PNGLIB module definition file for OS/2 | |
3 | ;---------------------------------------- | |
4 | ||
5 | LIBRARY PNG | |
6 | DESCRIPTION "PNG image compression library for OS/2" | |
7 | CODE PRELOAD MOVEABLE DISCARDABLE | |
8 | DATA PRELOAD MOVEABLE MULTIPLE | |
9 | ||
10 | EXPORTS | |
11 | png_set_sig_bytes | |
12 | png_sig_cmp | |
13 | png_check_sig | |
14 | png_create_read_struct | |
15 | png_create_write_struct | |
16 | png_write_chunk | |
17 | png_write_chunk_start | |
18 | png_write_chunk_data | |
19 | png_write_chunk_end | |
20 | png_create_info_struct | |
21 | png_info_init | |
22 | png_write_info | |
23 | png_read_info | |
24 | png_convert_to_rfc1123 | |
25 | png_convert_from_struct_tm | |
26 | png_convert_from_time_t | |
27 | png_set_expand | |
28 | png_set_bgr | |
29 | png_set_gray_to_rgb | |
30 | ; png_set_rgb_to_gray | |
31 | png_build_grayscale_palette | |
32 | png_set_strip_alpha | |
33 | png_set_swap_alpha | |
34 | png_set_invert_alpha | |
35 | png_set_filler | |
36 | png_set_swap | |
37 | png_set_packing | |
38 | png_set_packswap | |
39 | png_set_shift | |
40 | png_set_interlace_handling | |
41 | png_set_invert_mono | |
42 | png_set_background | |
43 | png_set_strip_16 | |
44 | png_set_dither | |
45 | png_set_gamma | |
46 | png_set_flush | |
47 | png_write_flush | |
48 | png_start_read_image | |
49 | png_read_update_info | |
50 | png_read_rows | |
51 | png_read_row | |
52 | png_read_image | |
53 | png_write_row | |
54 | png_write_rows | |
55 | png_write_image | |
56 | png_write_end | |
57 | png_read_end | |
58 | png_destroy_info_struct | |
59 | png_destroy_read_struct | |
60 | png_read_destroy | |
61 | png_destroy_write_struct | |
62 | ; png_write_destroy_info | |
63 | png_write_destroy | |
64 | png_set_crc_action | |
65 | png_set_filter | |
66 | png_set_filter_heuristics | |
67 | png_set_compression_level | |
68 | png_set_compression_mem_level | |
69 | png_set_compression_strategy | |
70 | png_set_compression_window_bits | |
71 | png_set_compression_method | |
72 | png_init_io | |
73 | png_set_error_fn | |
74 | png_get_error_ptr | |
75 | png_set_write_fn | |
76 | png_set_read_fn | |
77 | png_set_write_status_fn | |
78 | png_set_read_status_fn | |
79 | png_get_io_ptr | |
80 | png_set_progressive_read_fn | |
81 | png_set_read_status_fn | |
82 | png_set_read_user_transform_fn | |
83 | png_set_write_status_fn | |
84 | png_set_write_user_transform_fn | |
85 | png_get_progressive_ptr | |
86 | png_process_data | |
87 | png_progressive_combine_row | |
88 | png_malloc | |
89 | png_free | |
90 | png_memcpy_check | |
91 | png_memset_check | |
92 | ; png_debug_malloc | |
93 | ; png_debug_free | |
94 | ; png_far_to_near | |
95 | png_error | |
96 | png_chunk_error | |
97 | png_warning | |
98 | png_chunk_warning | |
99 | png_get_valid | |
100 | png_get_rowbytes | |
101 | png_get_channels | |
102 | png_get_image_width | |
103 | png_get_image_height | |
104 | png_get_bit_depth | |
105 | png_get_color_type | |
106 | png_get_filter_type | |
107 | png_get_interlace_type | |
108 | png_get_compression_type | |
109 | png_get_pixels_per_meter | |
110 | png_get_pixel_aspect_ratio | |
111 | png_get_x_offset_pixels | |
112 | png_get_y_offset_pixels | |
113 | png_get_x_offset_microns | |
114 | png_get_y_offset_microns | |
115 | png_get_signature | |
116 | png_get_bKGD | |
117 | png_set_bKGD | |
118 | png_get_cHRM | |
119 | png_set_cHRM | |
120 | png_get_gAMA | |
121 | png_set_gAMA | |
122 | png_get_hIST | |
123 | png_set_hIST | |
124 | png_get_IHDR | |
125 | png_set_IHDR | |
126 | png_get_oFFs | |
127 | png_set_oFFs | |
128 | png_get_pCAL | |
129 | png_set_pCAL | |
130 | png_get_pHYs | |
131 | png_set_pHYs | |
132 | png_get_PLTE | |
133 | png_set_PLTE | |
134 | png_get_sBIT | |
135 | png_set_sBIT | |
136 | png_get_sRGB | |
137 | png_set_sRGB | |
138 | png_set_sRGB_gAMA_and_cHRM | |
139 | png_get_text | |
140 | png_set_text | |
141 | png_get_tIME | |
142 | png_set_tIME | |
143 | png_get_tRNS | |
144 | png_set_tRNS | |
145 | ||
146 | png_create_struct | |
147 | png_destroy_struct | |
148 | png_info_destroy | |
149 | png_zalloc | |
150 | png_zfree | |
151 | png_reset_crc | |
152 | png_write_data | |
153 | png_read_data | |
154 | png_crc_read | |
155 | png_crc_finish | |
156 | png_crc_error | |
157 | png_calculate_crc | |
158 | png_flush | |
159 | png_save_uint_32 | |
160 | png_save_int_32 | |
161 | png_save_uint_16 | |
162 | png_write_sig | |
163 | png_write_IHDR | |
164 | png_write_PLTE | |
165 | png_write_IDAT | |
166 | png_write_IEND | |
167 | png_write_gAMA | |
168 | png_write_sBIT | |
169 | png_write_cHRM | |
170 | png_write_sRGB | |
171 | png_write_tRNS | |
172 | png_write_bKGD | |
173 | png_write_hIST | |
174 | png_check_keyword | |
175 | png_write_tEXt | |
176 | png_write_zTXt | |
177 | png_write_oFFs | |
178 | png_write_pCAL | |
179 | png_write_pHYs | |
180 | png_write_tIME | |
181 | png_write_finish_row | |
182 | png_write_start_row | |
183 | png_build_gamma_table | |
184 | png_combine_row | |
185 | png_do_read_interlace | |
186 | png_do_write_interlace | |
187 | png_read_filter_row | |
188 | png_write_find_filter | |
189 | png_write_filtered_row | |
190 | png_read_finish_row | |
191 | png_read_start_row | |
192 | png_read_transform_info | |
193 | png_do_read_filler | |
194 | png_do_read_swap_alpha | |
195 | png_do_write_swap_alpha | |
196 | png_do_read_invert_alpha | |
197 | png_do_write_invert_alpha | |
198 | png_do_strip_filler | |
199 | png_do_swap | |
200 | png_do_packswap | |
201 | ; png_do_rgb_to_gray | |
202 | png_do_gray_to_rgb | |
203 | png_do_unpack | |
204 | png_do_unshift | |
205 | png_do_invert | |
206 | png_do_chop | |
207 | png_do_dither | |
208 | ; png_correct_palette | |
209 | png_do_bgr | |
210 | png_do_pack | |
211 | png_do_shift | |
212 | png_do_background | |
213 | png_do_gamma | |
214 | png_do_expand_palette | |
215 | png_do_expand | |
216 | png_handle_IHDR | |
217 | png_handle_PLTE | |
218 | png_handle_IEND | |
219 | png_handle_gAMA | |
220 | png_handle_sBIT | |
221 | png_handle_cHRM | |
222 | png_handle_sRGB | |
223 | png_handle_tRNS | |
224 | png_handle_bKGD | |
225 | png_handle_hIST | |
226 | png_handle_oFFs | |
227 | png_handle_pCAL | |
228 | png_handle_pHYs | |
229 | png_handle_tIME | |
230 | png_handle_tEXt | |
231 | png_handle_zTXt | |
232 | png_handle_unknown | |
233 | png_check_chunk_name | |
234 | png_do_read_transformations | |
235 | png_do_write_transformations | |
236 | png_init_read_transformations | |
237 | png_push_read_chunk | |
238 | png_push_read_sig | |
239 | ; png_push_check_crc | |
240 | png_push_crc_skip | |
241 | png_push_crc_finish | |
242 | png_push_fill_buffer | |
243 | png_push_save_buffer | |
244 | png_push_restore_buffer | |
245 | png_push_read_IDAT | |
246 | png_process_IDAT_data | |
247 | png_push_process_row | |
248 | png_push_handle_unknown | |
249 | png_push_have_info | |
250 | png_push_have_end | |
251 | png_push_have_row | |
252 | ; png_push_read_end | |
253 | png_process_some_data | |
254 | png_read_push_finish_row | |
255 | png_push_handle_tEXt | |
256 | png_push_read_tEXt | |
257 | png_push_handle_zTXt | |
258 | png_push_read_zTXt | |
259 | ||
260 | png_libpng_ver | |
261 | png_pass_start | |
262 | png_pass_inc | |
263 | png_pass_ystart | |
264 | png_pass_yinc | |
265 | png_pass_mask | |
266 | png_pass_dsp_mask | |
267 | ; png_pass_width | |
268 | ; png_pass_height | |
269 | ||
270 | png_IHDR | |
271 | png_IDAT | |
272 | png_IEND | |
273 | png_PLTE | |
274 | png_bKGD | |
275 | png_cHRM | |
276 | png_gAMA | |
277 | png_hIST | |
278 | png_oFFs | |
279 | png_pCAL | |
280 | png_pHYs | |
281 | png_sBIT | |
282 | png_sRGB | |
283 | png_tEXt | |
284 | png_tIME | |
285 | png_tRNS | |
286 | png_zTXt |