Lines Matching refs:lib

36 def load(lib, IM_VERSION):  argument
62 lib.GetImageFromMagickWand.argtypes = [c_void_p]
63 lib.GetImageFromMagickWand.restype = c_void_p
64 lib.MagickAdaptiveBlurImage.argtypes = [c_void_p, c_double, c_double]
65 lib.MagickAdaptiveBlurImage.restype = c_bool
67 lib.MagickAdaptiveBlurImageChannel.argtypes = [
70 lib.MagickAdaptiveBlurImageChannel.restype = c_bool
71 lib.MagickAdaptiveResizeImage.argtypes = [c_void_p, c_size_t, c_size_t]
72 lib.MagickAdaptiveResizeImage.restype = c_bool
73 lib.MagickAdaptiveSharpenImage.argtypes = [c_void_p, c_double, c_double]
74 lib.MagickAdaptiveSharpenImage.restype = c_bool
76 lib.MagickAdaptiveSharpenImageChannel.argtypes = [
79 lib.MagickAdaptiveSharpenImageChannel.restype = c_bool
81 lib.MagickAdaptiveThresholdImage.argtypes = [
84 lib.MagickAdaptiveThresholdImage.restype = c_bool
86 lib.MagickAdaptiveThresholdImage.argtypes = [
89 lib.MagickAdaptiveThresholdImage.restype = c_bool
90 lib.MagickAddImage.argtypes = [c_void_p, c_void_p]
91 lib.MagickAddImage.restype = c_bool
93 lib.MagickAddNoiseImage.argtypes = [c_void_p, c_int]
94 lib.MagickAddNoiseImage.restype = c_bool
96 lib.MagickAddNoiseImage.argtypes = [c_void_p, c_int, c_double]
97 lib.MagickAddNoiseImage.restype = c_bool
99 lib.MagickAddNoiseImageChannel.argtypes = [c_void_p, c_int, c_int]
100 lib.MagickAddNoiseImageChannel.restype = c_bool
101 lib.MagickAffineTransformImage.argtypes = [c_void_p, c_void_p]
102 lib.MagickAffineTransformImage.restype = c_bool
103 lib.MagickAnnotateImage.argtypes = [
106 lib.MagickAnnotateImage.restype = c_int
107 lib.MagickAnimateImages.argtypes = [c_void_p, c_char_p]
108 lib.MagickAnimateImages.restype = c_bool
109 lib.MagickAppendImages.argtypes = [c_void_p, c_int]
110 lib.MagickAppendImages.restype = c_void_p
111 lib.MagickAutoGammaImage.argtypes = [c_void_p]
112 lib.MagickAutoGammaImage.restype = c_bool
114 lib.MagickAutoGammaImageChannel.argtypes = [c_void_p, c_int]
115 lib.MagickAutoGammaImageChannel.restype = c_bool
116 lib.MagickAutoLevelImage.argtypes = [c_void_p]
117 lib.MagickAutoLevelImage.restype = c_bool
119 lib.MagickAutoLevelImageChannel.argtypes = [c_void_p, c_int]
120 lib.MagickAutoLevelImageChannel.restype = c_bool
122 lib.MagickAutoOrientImage.argtypes = [c_void_p]
129 lib.MagickAutoThresholdImage.argtypes = [c_void_p, c_int]
130 lib.MagickAutoThresholdImage.restype = c_bool
132 lib.MagickAutoThresholdImage = None
134 lib.MagickAutoThresholdImage = None
135 lib.MagickBlackThresholdImage.argtypes = [c_void_p, c_void_p]
136 lib.MagickBlackThresholdImage.restype = c_bool
137 lib.MagickBlueShiftImage.argtypes = [c_void_p, c_double]
138 lib.MagickBlueShiftImage.restype = c_bool
139 lib.MagickBlurImage.argtypes = [c_void_p, c_double, c_double]
140 lib.MagickBlurImage.restype = c_bool
142 lib.MagickBlurImageChannel.argtypes = [c_void_p, c_int, c_double,
144 lib.MagickBlurImageChannel.restype = c_bool
148 lib.MagickBorderImage.argtypes = border_image_args
149 lib.MagickBorderImage.restype = c_bool
150 lib.MagickBrightnessContrastImage.argtypes = [c_void_p, c_double, c_double]
151 lib.MagickBrightnessContrastImage.restype = c_bool
153 lib.MagickBrightnessContrastImageChannel.argtypes = [
156 lib.MagickBrightnessContrastImageChannel.restype = c_bool
159 lib.MagickCannyEdgeImage.argtypes = [c_void_p, c_double, c_double,
161 lib.MagickCannyEdgeImage.restype = c_bool
163 lib.MagickCannyEdgeImage = None
165 lib.MagickCannyEdgeImage = None
166 lib.MagickCharcoalImage.argtypes = [c_void_p, c_double, c_double]
167 lib.MagickCharcoalImage.restype = c_bool
168 lib.MagickChopImage.argtypes = [
171 lib.MagickChopImage.restype = c_bool
174 lib.MagickCLAHEImage.argtypes = [c_void_p, c_size_t, c_size_t,
176 lib.MagickCLAHEImage.restype = c_bool
178 lib.MagickCLAHEImage = None
180 lib.MagickCLAHEImage = None
181 lib.MagickClampImage.argtypes = [c_void_p]
182 lib.MagickClampImage.restype = c_bool
184 lib.MagickClampImageChannel.argtypes = [c_void_p, c_int]
185 lib.MagickClampImageChannel.restype = c_bool
186 lib.MagickClipImage.argtypes = [c_void_p]
187 lib.MagickClipImage.restype = c_bool
188 lib.MagickClipImagePath.argtypes = [c_void_p, c_char_p, c_bool]
189 lib.MagickClipImagePath.restype = c_bool
191 lib.MagickClutImage.argtypes = [c_void_p, c_void_p, c_int]
192 lib.MagickClutImage.restype = c_bool
194 lib.MagickClutImage.argtypes = [c_void_p, c_void_p]
195 lib.MagickClutImage.restype = c_bool
197 lib.MagickClutImageChannel.argtypes = [c_void_p, c_int, c_void_p]
198 lib.MagickClutImageChannel.restype = c_bool
199 lib.MagickCoalesceImages.argtypes = [c_void_p]
200 lib.MagickCoalesceImages.restype = c_void_p
201 lib.MagickColorDecisionListImage.argtypes = [c_void_p, c_char_p]
202 lib.MagickColorDecisionListImage.restype = c_bool
203 lib.MagickColorizeImage.argtypes = [c_void_p, c_void_p, c_void_p]
204 lib.MagickColorizeImage.restype = c_bool
205 lib.MagickColorMatrixImage.argtypes = [c_void_p, c_void_p]
206 lib.MagickColorMatrixImage.restype = c_bool
208 lib.MagickColorThresholdImage.argtypes = [c_void_p, c_void_p, c_void_p]
209 lib.MagickColorThresholdImage.restype = c_bool
211 lib.MagickColorThresholdImage = None
212 lib.MagickCommentImage.argtypes = [c_void_p, c_char_p]
213 lib.MagickCommentImage.restype = c_bool
214 lib.MagickCombineImages.argtypes = [c_void_p, c_int]
215 lib.MagickCombineImages.restype = c_void_p
217 lib.MagickCompareImageChannels.argtypes = [
220 lib.MagickCompareImageChannels.restype = c_void_p
221 lib.MagickCompareImageLayers.argtypes = [c_void_p, c_int]
222 lib.MagickCompareImageLayers.restype = c_void_p
223 lib.MagickCompareImages.argtypes = [
226 lib.MagickCompareImages.restype = c_void_p
229 lib.MagickCompareImageLayers.argtypes = [c_void_p, c_int]
230 lib.MagickCompareImageLayers.restype = c_void_p
232 lib.MagickCompareImageLayers = None
235 lib.MagickCompareImagesLayers.argtypes = [c_void_p, c_int]
236 lib.MagickCompareImagesLayers.restype = c_void_p
238 lib.MagickCompareImagesLayers = None
241 lib.MagickComplexImages.argtypes = [c_void_p, c_int]
242 lib.MagickComplexImages.restype = c_void_p
244 lib.MagickComplexImages = None
246 lib.MagickComplexImages = None
248 lib.MagickCompositeImage.argtypes = [
252 lib.MagickCompositeImage.argtypes = [
255 lib.MagickCompositeImage.restype = c_bool
257 lib.MagickCompositeLayers.argtypes = [
260 lib.MagickCompositeLayers.restype = c_bool
262 lib.MagickCompositeLayers = None
264 lib.MagickCompositeImageChannel.argtypes = [
267 lib.MagickCompositeImageChannel.restype = c_bool
269 lib.MagickCompositeImageChannel = None
272 lib.MagickConnectedComponentsImage.argtypes = [
275 lib.MagickConnectedComponentsImage.restype = c_bool
277 lib.MagickConnectedComponentsImage = None
279 lib.MagickConnectedComponentsImage = None
280 lib.MagickConstituteImage.argtypes = [
283 lib.MagickContrastImage.argtypes = [c_void_p, c_bool]
284 lib.MagickContrastImage.restype = c_bool
285 lib.MagickContrastStretchImage.argtypes = [c_void_p, c_double, c_double]
287 lib.MagickContrastStretchImageChannel.argtypes = [
291 lib.MagickContrastStretchImageChannel = None
292 lib.MagickConvolveImage.argtypes = [c_void_p, c_size_t, c_double]
293 lib.MagickConvolveImage.restype = c_bool
295 lib.MagickConvolveImageChannel.argtypes = [
298 lib.MagickConvolveImageChannel.restype = c_bool
299 lib.MagickCropImage.argtypes = [
302 lib.MagickCropImage.restype = c_bool
303 lib.MagickCycleColormapImage.argtypes = [c_void_p, c_ssize_t]
304 lib.MagickCycleColormapImage.restype = c_bool
305 lib.MagickDecipherImage.argtypes = [c_void_p, c_char_p]
306 lib.MagickDecipherImage.restype = c_bool
307 lib.MagickDeconstructImages.argtypes = [c_void_p]
308 lib.MagickDeconstructImages.restype = c_void_p
309 lib.MagickDeskewImage.argtypes = [c_void_p, c_double]
310 lib.MagickDeskewImage.restype = c_bool
311 lib.MagickDespeckleImage.argtypes = [c_void_p]
312 lib.MagickDespeckleImage.restype = c_bool
313 lib.MagickDestroyImage.argtypes = [c_void_p]
314 lib.MagickDestroyImage.restype = c_void_p
315 lib.MagickDisplayImage.argtypes = [c_void_p, c_char_p]
316 lib.MagickDisplayImage.restype = c_bool
317 lib.MagickDisplayImages.argtypes = [c_void_p, c_char_p]
318 lib.MagickDisplayImages.restype = c_bool
319 lib.MagickDistortImage.argtypes = [
322 lib.MagickDistortImage.restype = c_int
323 lib.MagickDrawImage.argtypes = [c_void_p, c_void_p]
324 lib.MagickDrawImage.restype = c_int
325 lib.MagickEdgeImage.argtypes = [c_void_p, c_double]
326 lib.MagickEdgeImage.restype = c_bool
327 lib.MagickEmbossImage.argtypes = [c_void_p, c_double, c_double]
328 lib.MagickEmbossImage.restype = c_bool
329 lib.MagickEncipherImage.argtypes = [c_void_p, c_char_p]
330 lib.MagickEncipherImage.restype = c_bool
331 lib.MagickEnhanceImage.argtypes = [c_void_p]
332 lib.MagickEnhanceImage.restype = c_bool
333 lib.MagickEqualizeImage.argtypes = [c_void_p]
334 lib.MagickEqualizeImage.restype = c_bool
336 lib.MagickEqualizeImageChannel.argtypes = [c_void_p, c_int]
337 lib.MagickEqualizeImageChannel.restype = c_bool
338 lib.MagickEvaluateImage.argtypes = [c_void_p, c_int, c_double]
340 lib.MagickEvaluateImageChannel.argtypes = [
344 lib.MagickEvaluateImageChannel = None
345 lib.MagickEvaluateImages.argtypes = [c_void_p, c_int]
346 lib.MagickEvaluateImages.restype = c_void_p
347 lib.MagickExportImagePixels.argtypes = [
351 lib.MagickExportImagePixels.restype = c_bool
352 lib.MagickExtentImage.argtypes = [
355 lib.MagickExtentImage.restype = c_bool
357 lib.MagickFilterImage.argtypes = [c_void_p, c_void_p]
358 lib.MagickFilterImage.restype = c_bool
359 lib.MagickFilterImageChannel.argtypes = [c_void_p, c_int, c_void_p]
360 lib.MagickFilterImageChannel.restype = c_bool
361 lib.MagickFlipImage.argtypes = [c_void_p]
362 lib.MagickFlipImage.restype = c_bool
363 lib.MagickFloodfillPaintImage.argtypes = [
367 lib.MagickFloodfillPaintImage.restype = c_bool
368 lib.MagickFlopImage.argtypes = [c_void_p]
369 lib.MagickFlopImage.restype = c_bool
370 lib.MagickForwardFourierTransformImage.argtypes = [c_void_p, c_bool]
371 lib.MagickForwardFourierTransformImage.restype = c_bool
373 lib.MagickFrameImage.argtypes = [
377 lib.MagickFrameImage.argtypes = [
381 lib.MagickFrameImage.restype = c_bool
382 lib.MagickFunctionImage.argtypes = [
385 lib.MagickFunctionImage.restype = c_bool
387 lib.MagickFunctionImageChannel.argtypes = [
390 lib.MagickFunctionImageChannel.restype = c_bool
392 lib.MagickFunctionImageChannel = None
393 lib.MagickFxImage.argtypes = [c_void_p, c_char_p]
394 lib.MagickFxImage.restype = c_void_p
396 lib.MagickFxImageChannel.argtypes = [c_void_p, c_int, c_char_p]
397 lib.MagickFxImageChannel.restype = c_void_p
399 lib.MagickFxImageChannel = None
400 lib.MagickGammaImage.argtypes = [c_void_p, c_double]
401 lib.MagickGammaImage.restype = c_bool
403 lib.MagickGammaImageChannel.argtypes = [c_void_p, c_int, c_double]
404 lib.MagickGammaImageChannel.restype = c_bool
406 lib.MagickGammaImageChannel = None
407 lib.MagickGaussianBlurImage.argtypes = [c_void_p, c_double, c_double]
408 lib.MagickGaussianBlurImage.restype = c_bool
410 lib.MagickGaussianBlurImageChannel.argtypes = [
413 lib.MagickGaussianBlurImageChannel.restype = c_bool
415 lib.MagickGaussianBlurImageChannel = None
416 lib.MagickGetImage.argtypes = [c_void_p]
417 lib.MagickGetImage.restype = c_void_p
418 lib.MagickGetImageAlphaChannel.argtypes = [c_void_p]
419 lib.MagickGetImageAlphaChannel.restype = c_bool
420 lib.MagickGetImageBackgroundColor.argtypes = [c_void_p, c_void_p]
421 lib.MagickGetImageBackgroundColor.restype = c_bool
422 lib.MagickGetImageBlob.argtypes = [c_void_p, POINTER(c_size_t)]
423 lib.MagickGetImageBlob.restype = POINTER(c_ubyte)
425 lib.MagickGetImageBluePrimary.argtypes = [
429 lib.MagickGetImageBluePrimary.argtypes = [
432 lib.MagickGetImageBluePrimary.restype = c_bool
433 lib.MagickGetImageBorderColor.argtypes = [c_void_p, c_void_p]
434 lib.MagickGetImageBorderColor.restype = c_bool
436 lib.MagickGetImageChannelDepth.argtypes = [c_void_p, c_int]
437 lib.MagickGetImageChannelDepth.restype = c_size_t
438 lib.MagickGetImageChannelFeatures.argtypes = [c_void_p, c_size_t]
439 lib.MagickGetImageChannelFeatures.restype = c_void_p
440 lib.MagickGetImageChannelKurtosis.argtypes = [
443 lib.MagickGetImageChannelKurtosis.restype = c_bool
444 lib.MagickGetImageChannelMean.argtypes = [
447 lib.MagickGetImageChannelMean.restype = c_bool
448 lib.MagickGetImageChannelRange.argtypes = [
451 lib.MagickGetImageChannelRange.restype = c_bool
452 lib.MagickGetImageChannelStatistics.argtypes = [c_void_p]
453 lib.MagickGetImageChannelStatistics.restype = c_void_p
454 lib.MagickGetImageClipMask.argtypes = [c_void_p]
455 lib.MagickGetImageClipMask.restype = c_void_p
457 lib.MagickGetImageChannelDepth = None
458 lib.MagickGetImageColormapColor.argtypes = [c_void_p, c_size_t, c_void_p]
459 lib.MagickGetImageColormapColor.restype = c_bool
460 lib.MagickGetImageColors.argtypes = [c_void_p]
461 lib.MagickGetImageColors.restype = c_size_t
462 lib.MagickGetImageColorspace.argtypes = [c_void_p]
463 lib.MagickGetImageColorspace.restype = c_int
464 lib.MagickGetImageCompose.argtypes = [c_void_p]
465 lib.MagickGetImageCompose.restype = c_int
466 lib.MagickGetImageCompression.argtypes = [c_void_p]
467 lib.MagickGetImageCompression.restype = c_int
468 lib.MagickGetImageCompressionQuality.argtypes = [c_void_p]
469 lib.MagickGetImageCompressionQuality.restype = c_ssize_t
471 lib.MagickGetImageEndian.argtypes = [c_void_p]
472 lib.MagickGetImageEndian.restype = c_int
474 lib.MagickGetImageEndian = None
475 lib.MagickGetImageDelay.argtypes = [c_void_p]
476 lib.MagickGetImageDelay.restype = c_size_t
477 lib.MagickGetImageDepth.argtypes = [c_void_p]
478 lib.MagickGetImageDepth.restype = c_size_t
479 lib.MagickGetImageDispose.argtypes = [c_void_p]
480 lib.MagickGetImageDispose.restype = c_int
481 lib.MagickGetImageDistortion.argtypes = [
484 lib.MagickGetImageDistortion.restype = c_bool
486 lib.MagickGetImageFeatures.argtypes = [c_void_p, c_size_t]
487 lib.MagickGetImageFeatures.restype = c_void_p
488 lib.MagickGetImageFilename.argtypes = [c_void_p]
489 lib.MagickGetImageFilename.restype = c_void_p
490 lib.MagickGetImageFormat.argtypes = [c_void_p]
491 lib.MagickGetImageFormat.restype = c_void_p
492 lib.MagickGetImageFuzz.argtypes = [c_void_p]
493 lib.MagickGetImageFuzz.restype = c_double
494 lib.MagickGetImageGamma.argtypes = [c_void_p]
495 lib.MagickGetImageGamma.restype = c_double
496 lib.MagickGetImageGravity.argtypes = [c_void_p]
497 lib.MagickGetImageGravity.restype = c_int
499 lib.MagickGetImageGreenPrimary.argtypes = [
503 lib.MagickGetImageGreenPrimary.argtypes = [
506 lib.MagickGetImageGreenPrimary.restype = c_bool
507 lib.MagickGetImageHeight.argtypes = [c_void_p]
508 lib.MagickGetImageHeight.restype = c_size_t
509 lib.MagickGetImageHistogram.argtypes = [c_void_p, POINTER(c_size_t)]
510 lib.MagickGetImageHistogram.restype = POINTER(c_void_p)
511 lib.MagickGetImageInterlaceScheme.argtypes = [c_void_p]
512 lib.MagickGetImageInterlaceScheme.restype = c_int
513 lib.MagickGetImageIterations.argtypes = [c_void_p]
514 lib.MagickGetImageIterations.restype = c_size_t
515 lib.MagickGetImageInterpolateMethod.argtypes = [c_void_p]
516 lib.MagickGetImageInterpolateMethod.restype = c_int
518 lib.MagickGetImageKurtosis.argtypes = [
521 lib.MagickGetImageKurtosis.restype = c_bool
522 lib.MagickGetImageLength.argtypes = [c_void_p, POINTER(c_size_t)]
523 lib.MagickGetImageLength.restype = c_bool
525 lib.MagickGetImageMask.argtypes = [c_void_p, c_int]
526 lib.MagickGetImageMask.restype = c_void_p
528 lib.MagickGetImageMask = None
529 lib.MagickGetImageMatteColor.argtypes = [c_void_p, c_void_p]
530 lib.MagickGetImageMatteColor.restype = c_bool
532 lib.MagickGetImageMean.argtypes = [
535 lib.MagickGetImageMean.restype = c_bool
536 lib.MagickGetImageOrientation.argtypes = [c_void_p]
537 lib.MagickGetImageOrientation.restype = c_int
538 lib.MagickGetImagePage.argtypes = [
542 lib.MagickGetImagePage.restype = c_bool
543 lib.MagickGetImagePixelColor.argtypes = [
546 lib.MagickGetImagePixelColor.restype = c_bool
547 lib.MagickGetImageRange.argtypes = [
550 lib.MagickGetImageRange.restype = c_bool
552 lib.MagickGetImageRedPrimary.argtypes = [
556 lib.MagickGetImageRedPrimary.argtypes = [
559 lib.MagickGetImageRedPrimary.restype = c_bool
560 lib.MagickGetImageRegion.argtypes = [
563 lib.MagickGetImageRegion.restype = c_void_p
564 lib.MagickGetImageResolution.argtypes = [
567 lib.MagickGetImageRenderingIntent.argtypes = [c_void_p]
568 lib.MagickGetImageRenderingIntent.restype = c_int
569 lib.MagickGetImageResolution.argtypes = [
572 lib.MagickGetImageResolution.restype = c_bool
573 lib.MagickGetImagesBlob.argtypes = [c_void_p, POINTER(c_size_t)]
574 lib.MagickGetImagesBlob.restype = POINTER(c_ubyte)
575 lib.MagickGetImageScene.argtypes = [c_void_p]
576 lib.MagickGetImageScene.restype = c_size_t
577 lib.MagickGetImageSignature.argtypes = [c_void_p]
578 lib.MagickGetImageSignature.restype = c_void_p
579 lib.MagickGetImageTicksPerSecond.argtypes = [c_void_p]
580 lib.MagickGetImageTicksPerSecond.restype = c_size_t
581 lib.MagickGetImageTotalInkDensity.argtypes = [c_void_p]
582 lib.MagickGetImageTotalInkDensity.restype = c_double
583 lib.MagickGetImageType.argtypes = [c_void_p]
584 lib.MagickGetImageType.restype = c_int
585 lib.MagickGetImageUnits.argtypes = [c_void_p]
586 lib.MagickGetImageVirtualPixelMethod.argtypes = [c_void_p]
588 lib.MagickGetImageWhitePoint.argtypes = [
592 lib.MagickGetImageWhitePoint.argtypes = [
595 lib.MagickGetImageWhitePoint.restype = c_bool
596 lib.MagickGetImageWidth.argtypes = [c_void_p]
597 lib.MagickGetImageWidth.restype = c_size_t
598 lib.MagickGetNumberImages.argtypes = [c_void_p]
599 lib.MagickGetNumberImages.restype = c_size_t
600 lib.MagickHaldClutImage.argtypes = [c_void_p, c_void_p]
601 lib.MagickHaldClutImage.restype = c_bool
603 lib.MagickHaldClutImageChannel.argtypes = [c_void_p, c_int, c_void_p]
604 lib.MagickHaldClutImageChannel.restype = c_bool
606 lib.MagickHaldClutImageChannel = None
607 lib.MagickHasNextImage.argtypes = [c_void_p]
608 lib.MagickHasNextImage.restype = c_bool
609 lib.MagickHasPreviousImage.argtypes = [c_void_p]
610 lib.MagickHasPreviousImage.restype = c_bool
613 lib.MagickHoughLineImage.argtypes = [c_void_p, c_size_t, c_size_t,
615 lib.MagickHoughLineImage.restype = c_bool
617 lib.MagickHoughLineImage = None
619 lib.MagickHoughLineImage = None
620 lib.MagickIdentifyImage.argtypes = [c_void_p]
621 lib.MagickIdentifyImage.restype = c_void_p
623 lib.MagickImplodeImage.argtypes = [c_void_p, c_double]
625 lib.MagickImplodeImage.argtypes = [c_void_p, c_double, c_int]
626 lib.MagickImplodeImage.restype = c_bool
627 lib.MagickImportImagePixels.argtypes = [
631 lib.MagickImportImagePixels.restype = c_bool
632 lib.MagickInverseFourierTransformImage.argtypes = [
635 lib.MagickInverseFourierTransformImage.restype = c_bool
638 lib.MagickKmeansImage.argtypes = [
641 lib.MagickKmeansImage.restype = c_bool
643 lib.MagickKmeansImage = None
645 lib.MagickKmeansImage = None
648 lib.MagickKuwaharaImage.argtypes = [c_void_p, c_double, c_double]
649 lib.MagickKuwaharaImage.restype = c_bool
651 lib.MagickKuwaharaImage = None
653 lib.MagickKuwaharaImage = None
654 lib.MagickLabelImage.argtypes = [c_void_p, c_char_p]
655 lib.MagickLabelImage.restype = c_bool
656 lib.MagickLevelImage.argtypes = [c_void_p, c_double, c_double, c_double]
657 lib.MagickLevelImage.restype = c_bool
659 lib.MagickLevelImageChannel.argtypes = [
662 lib.MagickLevelImageChannel.restype = c_bool
664 lib.MagickLevelImageChannel = None
667 lib.MagickLevelImageColors.argtypes = [
670 lib.MagickLevelImageColors.restype = c_bool
672 lib.MagickLevelImageColors = None
674 lib.MagickLevelizeImage.argtypes = [c_void_p, c_double, c_double,
676 lib.MagickLevelizeImage.restype = c_bool
678 lib.MagickLevelizeImage = None
680 lib.MagickLevelImageColors = None
681 lib.MagickLevelizeImage = None
682 lib.MagickLinearStretchImage.argtypes = [c_void_p, c_double, c_double]
683 lib.MagickLinearStretchImage.restype = c_bool
684 lib.MagickLiquidRescaleImage.argtypes = [
687 lib.MagickLiquidRescaleImage.restype = c_bool
689 lib.MagickLocalContrastImage.argtypes = [c_void_p, c_double, c_double]
690 lib.MagickLocalContrastImage.restype = c_bool
692 lib.MagickLocalContrastImage = None
693 lib.MagickMagnifyImage.argtypes = [c_void_p]
694 lib.MagickMagnifyImage.restype = c_bool
697 lib.MagickMeanShiftImage.argtypes = [c_void_p, c_size_t, c_size_t,
699 lib.MagickMeanShiftImage.restype = c_bool
701 lib.MagickMeanShiftImage = None
703 lib.MagickMeanShiftImage = None
705 lib.MagickMedianFilterImage.argtypes = [c_void_p, c_double]
706 lib.MagickMedianFilterImage.restype = c_bool
707 lib.MagickMergeImageLayers.argtypes = [c_void_p, c_int]
708 lib.MagickMergeImageLayers.restype = c_void_p
709 lib.MagickMinifyImage.argtypes = [c_void_p]
710 lib.MagickMinifyImage.restype = c_bool
712 lib.MagickModeImage.argtypes = [c_void_p, c_double]
713 lib.MagickModeImage.restype = c_bool
716 lib.MagickModulateImage.argtypes = [c_void_p, c_double, c_double, c_double]
717 lib.MagickModulateImage.restype = c_bool
718 lib.MagickMontageImage.argtypes = [
721 lib.MagickMontageImage.restype = c_void_p
722 lib.MagickMorphImages.argtypes = [c_void_p, c_size_t]
723 lib.MagickMorphImages.restype = c_void_p
724 lib.MagickMorphologyImage.argtypes = [c_void_p, c_int, c_ssize_t, c_void_p]
725 lib.MagickMorphologyImage.restype = c_bool
727 lib.MagickMorphologyImageChannel.argtypes = [
730 lib.MagickMorphologyImageChannel.restype = c_bool
732 lib.MagickMorphologyImageChannel = None
733 lib.MagickMotionBlurImage.argtypes = [
736 lib.MagickMotionBlurImage.restype = c_bool
738 lib.MagickMotionBlurImageChannel.argtypes = [
741 lib.MagickMotionBlurImageChannel.restype = c_bool
743 lib.MagickMotionBlurImageChannel = None
744 lib.MagickNegateImage.argtypes = [c_void_p, c_int]
745 lib.MagickNegateImage.restype = c_bool
747 lib.MagickNegateImageChannel.argtypes = [c_void_p, c_int, c_int]
748 lib.MagickNegateImageChannel.restype = c_bool
750 lib.MagickNegateImageChannel = None
751 lib.MagickNewImage.argtypes = [c_void_p, c_int, c_int, c_void_p]
752 lib.MagickNewImage.restype = c_bool
753 lib.MagickNextImage.argtypes = [c_void_p]
754 lib.MagickNextImage.restype = c_bool
755 lib.MagickNormalizeImage.argtypes = [c_void_p]
756 lib.MagickNormalizeImage.restype = c_bool
758 lib.MagickNormalizeImageChannel.argtypes = [c_void_p, c_int]
759 lib.MagickNormalizeImageChannel.restype = c_bool
761 lib.MagickNormalizeImageChannel = None
763 lib.MagickOilPaintImage.argtypes = [c_void_p, c_double]
764 lib.MagickOilPaintImage.restype = c_bool
766 lib.MagickOilPaintImage.argtypes = [c_void_p, c_double, c_double]
767 lib.MagickOilPaintImage.restype = c_bool
768 lib.MagickOpaquePaintImage.argtypes = [
771 lib.MagickOpaquePaintImage.restype = c_bool
773 lib.MagickOpaquePaintImageChannel.argtypes = [
776 lib.MagickOpaquePaintImageChannel.restype = c_bool
777 lib.MagickOptimizeImageLayers.argtypes = [c_void_p]
778 lib.MagickOptimizeImageLayers.restype = c_void_p
780 lib.MagickOptimizeImageTransparency.argtypes = [c_void_p]
781 lib.MagickOptimizeImageTransparency.restype = c_bool
783 lib.MagickOptimizeImageTransparency = None
785 lib.MagickOrderedDitherImage.argtypes = [c_void_p, c_char_p]
786 lib.MagickOrderedDitherImage.restype = c_bool
788 lib.MagickOrderedPosterizeImage.argtypes = [c_void_p, c_char_p]
789 lib.MagickOrderedPosterizeImage.restype = c_bool
790 lib.MagickOrderedPosterizeImageChannel.argtypes = [
793 lib.MagickOrderedPosterizeImageChannel.restype = c_bool
794 lib.MagickPingImage.argtypes = [c_void_p, c_char_p]
795 lib.MagickPingImage.restype = c_bool
796 lib.MagickPingImageBlob.argtypes = [c_void_p, c_void_p, c_size_t]
797 lib.MagickPingImageBlob.restype = c_bool
798 lib.MagickPingImageFile.argtypes = [c_void_p, c_void_p]
799 lib.MagickPingImageFile.restype = c_bool
801 lib.MagickPolaroidImage.argtypes = [c_void_p, c_void_p, c_double]
802 lib.MagickPolaroidImage.restype = c_bool
804 lib.MagickPolaroidImage.argtypes = [
807 lib.MagickPolaroidImage.restype = c_bool
810 lib.MagickPolynomialImage.argtypes = [c_void_p, c_size_t,
812 lib.MagickPolynomialImage.restype = c_bool
814 lib.MagickPolynomialImage = None
816 lib.MagickPolynomialImage = None
817 lib.MagickPosterizeImage.argtypes = [c_void_p, c_size_t, c_bool]
818 lib.MagickPosterizeImage.restype = c_bool
819 lib.MagickPreviewImages.argtypes = [c_void_p, c_int]
820 lib.MagickPreviewImages.restype = c_void_p
821 lib.MagickPreviousImage.argtypes = [c_void_p]
822 lib.MagickPreviousImage.restype = c_bool
824 lib.MagickQuantizeImage.argtypes = [
827 lib.MagickQuantizeImage.restypes = c_bool
828 lib.MagickQuantizeImages.argtypes = [
831 lib.MagickQuantizeImages.restype = c_bool
833 lib.MagickQuantizeImage.argtypes = [
836 lib.MagickQuantizeImage.restypes = c_bool
837 lib.MagickQuantizeImages.argtypes = [
840 lib.MagickQuantizeImages.restype = c_bool
841 lib.MagickRaiseImage.argtypes = [
844 lib.MagickRandomThresholdImage.argtypes = [c_void_p, c_double, c_double]
845 lib.MagickRandomThresholdImage.restype = c_bool
847 lib.MagickRandomThresholdImageChannel.argtypes = [
850 lib.MagickRandomThresholdImageChannel.restype = c_bool
853 lib.MagickRangeThresholdImage.argtypes = [c_void_p, c_double,
856 lib.MagickRangeThresholdImage.restype = c_bool
858 lib.MagickRangeThresholdImage = None
860 lib.MagickRangeThresholdImage = None
861 lib.MagickReadImage.argtypes = [c_void_p, c_char_p]
862 lib.MagickReadImage.restype = c_bool
863 lib.MagickReadImageBlob.argtypes = [c_void_p, c_void_p, c_size_t]
864 lib.MagickReadImageBlob.restype = c_bool
865 lib.MagickReadImageFile.argtypes = [c_void_p, c_void_p]
866 lib.MagickReadImageFile.restype = c_bool
868 lib.MagickReduceNoiseImage.argtypes = [c_void_p, c_double]
869 lib.MagickReduceNoiseImage.restype = c_bool
872 lib.MagickRemapImage.argtypes = [c_void_p, c_void_p, c_int]
873 lib.MagickRemapImage.restype = c_bool
874 lib.MagickRemoveImage.argtypes = [c_void_p]
875 lib.MagickRemoveImage.restype = c_bool
876 lib.MagickResampleImage.argtypes = [
879 lib.MagickResampleImage.restype = c_bool
880 lib.MagickResetImagePage.argtypes = [c_void_p, c_char_p]
881 lib.MagickResetImagePage.restype = c_bool
882 lib.MagickResizeImage.argtypes = [
885 lib.MagickResizeImage.restype = c_bool
886 lib.MagickRollImage.argtypes = [c_void_p, c_ssize_t, c_ssize_t]
887 lib.MagickRollImage.restype = c_bool
888 lib.MagickRotateImage.argtypes = [c_void_p, c_void_p, c_double]
889 lib.MagickRotateImage.restype = c_bool
891 lib.MagickRotationalBlurImage.argtypes = [c_void_p, c_double]
892 lib.MagickRotationalBlurImage.restype = c_bool
894 lib.MagickRotationalBlurImageChannel.argtypes = [
897 lib.MagickRotationalBlurImageChannel.restype = c_bool
899 lib.MagickRotationalBlurImage = None
901 lib.MagickSampleImage.argtypes = [c_void_p, c_size_t, c_size_t]
902 lib.MagickSampleImage.restype = c_bool
903 lib.MagickScaleImage.argtypes = [c_void_p, c_size_t, c_size_t]
904 lib.MagickScaleImage.restype = c_bool
905 lib.MagickSegmentImage.argtypes = [
908 lib.MagickSegmentImage.restype = c_bool
909 lib.MagickSelectiveBlurImage.argtypes = [
912 lib.MagickSelectiveBlurImage.restype = c_bool
914 lib.MagickSelectiveBlurImageChannel.argtypes = [
917 lib.MagickSelectiveBlurImageChannel.restype = c_bool
918 lib.MagickSepiaToneImage.argtypes = [c_void_p, c_double]
919 lib.MagickSepiaToneImage.restype = c_bool
921 lib.MagickSeparateImage = None
922 lib.MagickSeparateImageChannel.argtypes = [c_void_p, c_int]
923 lib.MagickSeparateImageChannel.restype = c_bool
925 lib.MagickSeparateImage.argtypes = [c_void_p, c_int]
926 lib.MagickSeparateImage.restype = c_bool
927 lib.MagickSeparateImageChannel = None
928 lib.MagickSetImage.argtypes = [c_void_p, c_void_p]
929 lib.MagickSetImage.restype = c_bool
930 lib.MagickSetImageAlphaChannel.argtypes = [c_void_p, c_int]
931 lib.MagickSetImageAlphaChannel.restype = c_bool
932 lib.MagickSetImageBackgroundColor.argtypes = [c_void_p, c_void_p]
933 lib.MagickSetImageBackgroundColor.restype = c_bool
935 lib.MagickSetImageBias.argtypes = [c_void_p, c_double]
936 lib.MagickSetImageBias.restype = c_bool
938 lib.MagickSetImageBias = None
940 lib.MagickSetImageBluePrimary.argtypes = [
944 lib.MagickSetImageBluePrimary.argtypes = [
947 lib.MagickSetImageBluePrimary.restype = c_bool
948 lib.MagickSetImageBorderColor.argtypes = [c_void_p, c_void_p]
949 lib.MagickSetImageBorderColor.restype = c_bool
951 lib.MagickSetImageChannelDepth.argtypes = [c_void_p, c_int, c_size_t]
952 lib.MagickSetImageClipMask.argtypes = [c_void_p, c_void_p]
953 lib.MagickSetImageClipMask.restype = c_bool
955 lib.MagickSetImageChannelDepth = None
956 lib.MagickSetImageClipMask = None
958 lib.MagickSetImageChannelMask.argtypes = [c_void_p, c_int]
959 lib.MagickSetImageChannelMask.restype = c_int
960 lib.MagickSetImageColor.argtypes = [c_void_p, c_void_p]
961 lib.MagickSetImageColor.restype = c_bool
962 lib.MagickSetImageColormapColor.argtypes = [c_void_p, c_size_t, c_void_p]
963 lib.MagickSetImageColormapColor.restype = c_bool
964 lib.MagickSetImageColorspace.argtypes = [c_void_p, c_int]
965 lib.MagickSetImageColorspace.restype = c_bool
966 lib.MagickSetImageCompose.argtypes = [c_void_p, c_int]
967 lib.MagickSetImageCompose.restype = c_bool
968 lib.MagickSetImageCompression.argtypes = [c_void_p, c_int]
969 lib.MagickSetImageCompression.restype = c_bool
970 lib.MagickSetImageCompressionQuality.argtypes = [c_void_p, c_ssize_t]
971 lib.MagickSetImageCompressionQuality.restype = c_bool
972 lib.MagickSetImageDelay.argtypes = [c_void_p, c_ssize_t]
973 lib.MagickSetImageDelay.restype = c_bool
974 lib.MagickSetImageDepth.argtypes = [c_void_p]
975 lib.MagickSetImageDepth.restype = c_bool
976 lib.MagickSetImageDispose.argtypes = [c_void_p, c_int]
977 lib.MagickSetImageDispose.restype = c_bool
979 lib.MagickSetImageEndian.argtypes = [c_void_p, c_int]
980 lib.MagickSetImageEndian.restype = c_bool
982 lib.MagickSetImageEndian = None
983 lib.MagickSetImageExtent.argtypes = [c_void_p, c_size_t, c_size_t]
984 lib.MagickSetImageExtent.restype = c_bool
985 lib.MagickSetImageFilename.argtypes = [c_void_p, c_char_p]
986 lib.MagickSetImageFilename.restype = c_bool
987 lib.MagickSetImageFormat.argtypes = [c_void_p, c_char_p]
988 lib.MagickSetImageFormat.restype = c_bool
989 lib.MagickSetImageFuzz.argtypes = [c_void_p, c_double]
990 lib.MagickSetImageFuzz.restype = c_bool
991 lib.MagickSetImageGamma.argtypes = [c_void_p, c_double]
992 lib.MagickSetImageGamma.restype = c_bool
993 lib.MagickSetImageGravity.argtypes = [c_void_p, c_int]
994 lib.MagickSetImageGravity.restype = c_bool
996 lib.MagickSetImageGreenPrimary.argtypes = [
1000 lib.MagickSetImageGreenPrimary.argtypes = [
1003 lib.MagickSetImageGreenPrimary.restype = c_bool
1004 lib.MagickSetImageInterlaceScheme.argtypes = [c_void_p, c_int]
1005 lib.MagickSetImageInterlaceScheme.restype = c_bool
1006 lib.MagickSetImageInterpolateMethod.argtypes = [c_void_p, c_int]
1007 lib.MagickSetImageInterpolateMethod.restype = c_bool
1008 lib.MagickSetImageIterations.argtypes = [c_void_p, c_size_t]
1009 lib.MagickSetImageIterations.restype = c_bool
1011 lib.MagickSetImageMask.argtypes = [c_void_p, c_int, c_void_p]
1012 lib.MagickSetImageMask.restype = c_bool
1014 lib.MagickSetImageMask = None
1015 lib.MagickSetImageMatte.argtypes = [c_void_p, c_bool]
1016 lib.MagickSetImageMatteColor.argtypes = [c_void_p, c_void_p]
1018 lib.MagickSetImageOpacity.argtypes = [c_void_p, c_double]
1019 lib.MagickSetImageOpacity.restype = c_bool
1021 lib.MagickSetImageOpacity = None
1022 lib.MagickSetImageOrientation.argtypes = [c_void_p, c_int]
1023 lib.MagickSetImagePage.argtypes = [
1026 lib.MagickSetImagePage.restype = c_int
1027 lib.MagickSetImageProgressMonitor.argtypes = [
1031 lib.MagickSetImageRedPrimary.argtypes = [
1035 lib.MagickSetImageRedPrimary.argtypes = [
1038 lib.MagickSetImageRedPrimary.restype = c_bool
1039 lib.MagickSetImageRenderingIntent.argtypes = [c_void_p, c_int]
1040 lib.MagickSetImageRenderingIntent.restype = c_bool
1041 lib.MagickSetImageResolution.argtypes = [c_void_p, c_double, c_double]
1042 lib.MagickSetImageScene.argtypes = [c_void_p, c_size_t]
1043 lib.MagickSetImageScene.restype = c_bool
1044 lib.MagickSetImageTicksPerSecond.argtypes = [c_void_p, c_ssize_t]
1045 lib.MagickSetImageTicksPerSecond.restype = c_bool
1046 lib.MagickSetImageType.argtypes = [c_void_p, c_int]
1047 lib.MagickSetImageUnits.argtypes = [c_void_p, c_int]
1048 lib.MagickSetImageVirtualPixelMethod.argtypes = [c_void_p, c_int]
1050 lib.MagickSetImageWhitePoint.argtypes = [
1054 lib.MagickSetImageWhitePoint.argtypes = [
1057 lib.MagickSetImageWhitePoint.restype = c_bool
1058 lib.MagickShadeImage.argtypes = [c_void_p, c_bool, c_double, c_double]
1059 lib.MagickShadeImage.restype = c_bool
1060 lib.MagickShadowImage.argtypes = [
1063 lib.MagickShadowImage.restype = c_bool
1064 lib.MagickSharpenImage.argtypes = [c_void_p, c_double, c_double]
1065 lib.MagickSharpenImage.restype = c_bool
1067 lib.MagickSharpenImageChannel.argtypes = [
1070 lib.MagickSharpenImageChannel.restype = c_bool
1072 lib.MagickSharpenImageChannel = None
1073 lib.MagickShaveImage.argtypes = [c_void_p, c_size_t, c_size_t]
1074 lib.MagickShaveImage.restype = c_void_p
1075 lib.MagickShearImage.argtypes = [c_void_p, c_void_p, c_double, c_double]
1076 lib.MagickShearImage.restype = c_bool
1077 lib.MagickSigmoidalContrastImage.argtypes = [
1080 lib.MagickSigmoidalContrastImage.restype = c_bool
1082 lib.MagickSigmoidalContrastImageChannel.argtypes = [
1085 lib.MagickSigmoidalContrastImageChannel.restype = c_bool
1087 lib.MagickSigmoidalContrastImageChannel = None
1089 lib.MagickSimilarityImage.argtypes = [
1092 lib.MagickSimilarityImage.restype = c_void_p
1094 lib.MagickSimilarityImage.argtypes = [
1097 lib.MagickSimilarityImage.restype = c_void_p
1098 lib.MagickSketchImage.argtypes = [c_void_p, c_double, c_double, c_double]
1099 lib.MagickSketchImage.restype = c_bool
1100 lib.MagickSmushImages.argtypes = [c_void_p, c_bool, c_ssize_t]
1101 lib.MagickSmushImages.restype = c_void_p
1102 lib.MagickSolarizeImage.argtypes = [c_void_p, c_double]
1103 lib.MagickSolarizeImage.restype = c_bool
1105 lib.MagickSolarizeImageChannel.argtypes = [c_void_p, c_int, c_double]
1106 lib.MagickSolarizeImageChannel.restype = c_bool
1108 lib.MagickSolarizeImageChannel = None
1110 lib.MagickSparseColorImage.argtypes = [
1114 lib.MagickSparseColorImage.argtypes = [
1117 lib.MagickSparseColorImage.restype = c_bool
1118 lib.MagickSpliceImage.argtypes = [
1121 lib.MagickSpliceImage.restype = c_bool
1123 lib.MagickSpreadImage.argtypes = [c_void_p, c_double]
1124 lib.MagickSpreadImage.restype = c_bool
1126 lib.MagickSpreadImage.argtypes = [c_void_p, c_int, c_double]
1127 lib.MagickSpreadImage.restype = c_bool
1128 lib.MagickStatisticImage.argtypes = [c_void_p, c_int, c_size_t, c_size_t]
1129 lib.MagickStatisticImage.restype = c_bool
1135 lib.MagickStatisticImageChannel.argtypes = [
1138 lib.MagickStatisticImageChannel.restype = c_bool
1140 lib.MagickStatisticImageChannel = None
1142 lib.MagickStatisticImageChannel = None
1143 lib.MagickSteganoImage.argtypes = [c_void_p, c_void_p, c_ssize_t]
1144 lib.MagickSteganoImage.restype = c_void_p
1145 lib.MagickStereoImage.argtypes = [c_void_p, c_void_p]
1146 lib.MagickStereoImage.restype = c_void_p
1147 lib.MagickStripImage.argtypes = [c_void_p]
1148 lib.MagickStripImage.restype = c_bool
1150 lib.MagickSwirlImage.argtypes = [c_void_p, c_double]
1151 lib.MagickSwirlImage.restype = c_bool
1153 lib.MagickSwirlImage.argtypes = [c_void_p, c_double, c_int]
1154 lib.MagickSwirlImage.restype = c_bool
1155 lib.MagickTextureImage.argtypes = [c_void_p, c_void_p]
1156 lib.MagickTextureImage.restype = c_void_p
1157 lib.MagickTintImage.argtypes = [c_void_p, c_void_p, c_void_p]
1158 lib.MagickTintImage.restype = c_bool
1159 lib.MagickThresholdImage.argtypes = [c_void_p, c_double]
1160 lib.MagickThresholdImage.restype = c_bool
1161 lib.MagickThresholdImageChannel.argtypes = [c_void_p, c_int, c_double]
1162 lib.MagickThresholdImageChannel.restype = c_bool
1163 lib.MagickThumbnailImage.argtypes = [c_void_p, c_size_t, c_size_t]
1164 lib.MagickThumbnailImage.restype = c_bool
1166 lib.MagickTransformImage.argtypes = [c_void_p, c_char_p, c_char_p]
1167 lib.MagickTransformImage.restype = c_void_p
1169 lib.MagickTransformImage = None
1170 lib.MagickTransformImageColorspace.argtypes = [c_void_p, c_int]
1171 lib.MagickTransformImageColorspace.restype = c_bool
1172 lib.MagickTransparentPaintImage.argtypes = [
1175 lib.MagickTransparentPaintImage.restype = c_bool
1176 lib.MagickTransposeImage.argtypes = [c_void_p]
1177 lib.MagickTransposeImage.restype = c_bool
1178 lib.MagickTransverseImage.argtypes = [c_void_p]
1179 lib.MagickTransverseImage.restype = c_bool
1180 lib.MagickTrimImage.argtypes = [c_void_p, c_double]
1181 lib.MagickTrimImage.restype = c_bool
1182 lib.MagickUniqueImageColors.argtypes = [c_void_p]
1183 lib.MagickUniqueImageColors.restype = c_bool
1184 lib.MagickUnsharpMaskImage.argtypes = [
1187 lib.MagickUnsharpMaskImage.restype = c_bool
1189 lib.MagickUnsharpMaskImageChannel.argtypes = [
1192 lib.MagickUnsharpMaskImageChannel.restype = c_bool
1194 lib.MagickUnsharpMaskImageChannel = None
1195 lib.MagickVignetteImage.argtypes = [
1198 lib.MagickVignetteImage.restype = c_bool
1200 lib.MagickWaveImage.argtypes = [c_void_p, c_double, c_double]
1201 lib.MagickWaveImage.restype = c_bool
1203 lib.MagickWaveImage.argtypes = [c_void_p, c_double, c_double, c_int]
1204 lib.MagickWaveImage.restype = c_bool
1207 lib.MagickWaveletDenoiseImage.argtypes = [c_void_p, c_double,
1209 lib.MagickWaveletDenoiseImage.restype = c_bool
1211 lib.MagickWaveletDenoiseImage = None
1213 lib.MagickWaveletDenoiseImage = None
1216 lib.MagickWhiteBalanceImage.argtypes = [c_void_p]
1217 lib.MagickWhiteBalanceImage.restype = c_bool
1219 lib.MagickWhiteBalanceImage = None
1221 lib.MagickWhiteBalanceImage = None
1222 lib.MagickWhiteThresholdImage.argtypes = [c_void_p, c_void_p]
1223 lib.MagickWhiteThresholdImage.restype = c_bool
1224 lib.MagickWriteImage.argtypes = [c_void_p, c_char_p]
1225 lib.MagickWriteImage.restype = c_bool
1226 lib.MagickWriteImageFile.argtypes = [c_void_p, c_void_p]
1227 lib.MagickWriteImageFile.restype = c_bool
1228 lib.MagickWriteImages.argtypes = [c_void_p, c_char_p, c_int]
1229 lib.MagickWriteImages.restype = c_bool
1230 lib.MagickWriteImagesFile.argtypes = [c_void_p, c_void_p]
1231 lib.MagickWriteImagesFile.restype = c_bool