Lines Matching refs:exception

135     *exception;  member
166 ExceptionInfo *exception) in AcquireFxInfo() argument
182 fx_info->exception=AcquireExceptionInfo(); in AcquireFxInfo()
196 fx_info->view[i]=AcquireVirtualCacheView(next,exception); in AcquireFxInfo()
268 const double attenuate,ExceptionInfo *exception) in AddNoiseImage() argument
303 assert(exception != (ExceptionInfo *) NULL); in AddNoiseImage()
304 assert(exception->signature == MagickCoreSignature); in AddNoiseImage()
306 noise_image=AccelerateAddNoiseImage(image,noise_type,attenuate,exception); in AddNoiseImage()
310 noise_image=CloneImage(image,0,0,MagickTrue,exception); in AddNoiseImage()
313 if (SetImageStorageClass(noise_image,DirectClass,exception) == MagickFalse) in AddNoiseImage()
324 image_view=AcquireVirtualCacheView(image,exception); in AddNoiseImage()
325 noise_view=AcquireAuthenticCacheView(noise_image,exception); in AddNoiseImage()
350 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in AddNoiseImage()
352 exception); in AddNoiseImage()
383 sync=SyncCacheViewAuthenticPixels(noise_view,exception); in AddNoiseImage()
437 ExceptionInfo *exception) in BlueShiftImage() argument
464 assert(exception != (ExceptionInfo *) NULL); in BlueShiftImage()
465 assert(exception->signature == MagickCoreSignature); in BlueShiftImage()
466 shift_image=CloneImage(image,0,0,MagickTrue,exception); in BlueShiftImage()
469 if (SetImageStorageClass(shift_image,DirectClass,exception) == MagickFalse) in BlueShiftImage()
479 image_view=AcquireVirtualCacheView(image,exception); in BlueShiftImage()
480 shift_view=AcquireAuthenticCacheView(shift_image,exception); in BlueShiftImage()
507 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in BlueShiftImage()
509 exception); in BlueShiftImage()
539 sync=SyncCacheViewAuthenticPixels(shift_view,exception); in BlueShiftImage()
595 const double sigma,ExceptionInfo *exception) in CharcoalImage() argument
608 assert(exception != (ExceptionInfo *) NULL); in CharcoalImage()
609 assert(exception->signature == MagickCoreSignature); in CharcoalImage()
610 edge_image=EdgeImage(image,radius,exception); in CharcoalImage()
614 status=ClampImage(edge_image,exception); in CharcoalImage()
616 charcoal_image=BlurImage(edge_image,radius,sigma,exception); in CharcoalImage()
620 status=NormalizeImage(charcoal_image,exception); in CharcoalImage()
622 status=NegateImage(charcoal_image,MagickFalse,exception); in CharcoalImage()
624 status=GrayscaleImage(charcoal_image,image->intensity,exception); in CharcoalImage()
664 const PixelInfo *colorize,ExceptionInfo *exception) in ColorizeImage() argument
701 assert(exception != (ExceptionInfo *) NULL); in ColorizeImage()
702 assert(exception->signature == MagickCoreSignature); in ColorizeImage()
703 colorize_image=CloneImage(image,0,0,MagickTrue,exception); in ColorizeImage()
706 if (SetImageStorageClass(colorize_image,DirectClass,exception) == MagickFalse) in ColorizeImage()
713 (void) SetImageColorspace(colorize_image,sRGBColorspace,exception); in ColorizeImage()
716 (void) SetImageAlpha(colorize_image,OpaqueAlpha,exception); in ColorizeImage()
744 image_view=AcquireVirtualCacheView(colorize_image,exception); in ColorizeImage()
763 exception); in ColorizeImage()
788 sync=SyncCacheViewAuthenticPixels(image_view,exception); in ColorizeImage()
851 const KernelInfo *color_matrix,ExceptionInfo *exception) in ColorMatrixImage() argument
894 assert(exception != (ExceptionInfo *) NULL); in ColorMatrixImage()
895 assert(exception->signature == MagickCoreSignature); in ColorMatrixImage()
907 color_image=CloneImage(image,0,0,MagickTrue,exception); in ColorMatrixImage()
910 if (SetImageStorageClass(color_image,DirectClass,exception) == MagickFalse) in ColorMatrixImage()
944 image_view=AcquireVirtualCacheView(image,exception); in ColorMatrixImage()
945 color_view=AcquireAuthenticCacheView(color_image,exception); in ColorMatrixImage()
966 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in ColorMatrixImage()
968 exception); in ColorMatrixImage()
1011 if (SyncCacheViewAuthenticPixels(color_view,exception) == MagickFalse) in ColorMatrixImage()
1062 fx_info->exception=DestroyExceptionInfo(fx_info->exception); in DestroyFxInfo()
1111 PixelChannel channel,const char *symbol,ExceptionInfo *exception) in FxChannelStatistics() argument
1156 depth=GetImageDepth(image,exception); in FxChannelStatistics()
1166 (void) GetImageKurtosis(image,&kurtosis,&skewness,exception); in FxChannelStatistics()
1175 (void) GetImageRange(image,&minima,&maxima,exception); in FxChannelStatistics()
1184 (void) GetImageMean(image,&mean,&standard_deviation,exception); in FxChannelStatistics()
1193 (void) GetImageRange(image,&minima,&maxima,exception); in FxChannelStatistics()
1202 (void) GetImageKurtosis(image,&kurtosis,&skewness,exception); in FxChannelStatistics()
1211 (void) GetImageMean(image,&mean,&standard_deviation,exception); in FxChannelStatistics()
1234 ExceptionInfo *exception) in FxSubexpression() argument
1255 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, in FxSubexpression()
1262 ExceptionInfo *exception) in FxGetSymbol() argument
1338 depth,&beta,exception); in FxGetSymbol()
1368 depth,&beta,exception); in FxGetSymbol()
1394 depth,&beta,exception); in FxGetSymbol()
1408 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, in FxGetSymbol()
1415 point.x,point.y,&pixel,exception); in FxGetSymbol()
1454 fx_info->exception); in FxGetSymbol()
1477 (void) ThrowMagickException(exception,GetMagickModule(), in FxGetSymbol()
1504 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, in FxGetSymbol()
1616 return(FxChannelStatistics(fx_info,image,channel,symbol,exception)); in FxGetSymbol()
1641 return(FxChannelStatistics(fx_info,image,channel,symbol,exception)); in FxGetSymbol()
1646 (void) ThrowMagickException(exception,GetMagickModule(), in FxGetSymbol()
1683 return(FxChannelStatistics(fx_info,image,channel,symbol+6,exception)); in FxGetSymbol()
1743 return(FxChannelStatistics(fx_info,image,channel,symbol,exception)); in FxGetSymbol()
1745 return(FxChannelStatistics(fx_info,image,channel,symbol,exception)); in FxGetSymbol()
1747 return(FxChannelStatistics(fx_info,image,channel,symbol,exception)); in FxGetSymbol()
1816 return(FxChannelStatistics(fx_info,image,channel,symbol,exception)); in FxGetSymbol()
1818 return(FxChannelStatistics(fx_info,image,channel,symbol,exception)); in FxGetSymbol()
1846 return((double) GetImageDepth(image,fx_info->exception)); in FxGetSymbol()
1855 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, in FxGetSymbol()
1861 ExceptionInfo *exception) in FxOperatorPrecedence() argument
2111 expression=FxSubexpression(expression,exception); in FxOperatorPrecedence()
2120 ExceptionInfo *exception) in FxEvaluateSubexpression() argument
2146 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, in FxEvaluateSubexpression()
2150 if (exception->severity >= ErrorException) in FxEvaluateSubexpression()
2156 p=FxOperatorPrecedence(expression,exception); in FxEvaluateSubexpression()
2162 beta,exception); in FxEvaluateSubexpression()
2168 exception); in FxEvaluateSubexpression()
2175 exception); in FxEvaluateSubexpression()
2181 depth+1,beta,exception)); in FxEvaluateSubexpression()
2188 exception); in FxEvaluateSubexpression()
2194 exception); in FxEvaluateSubexpression()
2197 (void) ThrowMagickException(exception,GetMagickModule(), in FxEvaluateSubexpression()
2206 exception); in FxEvaluateSubexpression()
2210 (void) ThrowMagickException(exception,GetMagickModule(), in FxEvaluateSubexpression()
2219 exception); in FxEvaluateSubexpression()
2225 exception); in FxEvaluateSubexpression()
2231 exception); in FxEvaluateSubexpression()
2234 (void) ThrowMagickException(exception,GetMagickModule(), in FxEvaluateSubexpression()
2244 exception); in FxEvaluateSubexpression()
2247 (void) ThrowMagickException(exception,GetMagickModule(), in FxEvaluateSubexpression()
2257 exception); in FxEvaluateSubexpression()
2263 exception); in FxEvaluateSubexpression()
2269 exception); in FxEvaluateSubexpression()
2275 exception); in FxEvaluateSubexpression()
2281 exception); in FxEvaluateSubexpression()
2287 exception); in FxEvaluateSubexpression()
2293 exception); in FxEvaluateSubexpression()
2300 exception); in FxEvaluateSubexpression()
2313 exception); in FxEvaluateSubexpression()
2326 exception); in FxEvaluateSubexpression()
2337 (void) ThrowMagickException(exception,GetMagickModule(), in FxEvaluateSubexpression()
2343 exception); in FxEvaluateSubexpression()
2346 exception); in FxEvaluateSubexpression()
2359 (void) ThrowMagickException(exception,GetMagickModule(), in FxEvaluateSubexpression()
2363 ClearMagickException(exception); in FxEvaluateSubexpression()
2365 exception); in FxEvaluateSubexpression()
2375 exception); in FxEvaluateSubexpression()
2381 exception); in FxEvaluateSubexpression()
2387 beta,exception); in FxEvaluateSubexpression()
2395 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, in FxEvaluateSubexpression()
2401 beta,exception); in FxEvaluateSubexpression()
2409 beta,exception); in FxEvaluateSubexpression()
2415 beta,exception); in FxEvaluateSubexpression()
2421 beta,exception); in FxEvaluateSubexpression()
2430 depth+1,beta,exception); in FxEvaluateSubexpression()
2437 depth+1,beta,exception); in FxEvaluateSubexpression()
2444 depth+1,beta,exception); in FxEvaluateSubexpression()
2451 depth+1,beta,exception); in FxEvaluateSubexpression()
2462 depth+1,beta,exception); in FxEvaluateSubexpression()
2469 depth+1,beta,exception); in FxEvaluateSubexpression()
2475 depth+1,beta,exception); in FxEvaluateSubexpression()
2481 depth+1,beta,exception); in FxEvaluateSubexpression()
2488 depth+1,beta,exception); in FxEvaluateSubexpression()
2495 depth+1,beta,exception); in FxEvaluateSubexpression()
2499 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2506 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2515 depth+1,beta,exception); in FxEvaluateSubexpression()
2521 depth+1,beta,exception); in FxEvaluateSubexpression()
2531 depth+1,beta,exception); in FxEvaluateSubexpression()
2537 depth+1,beta,exception); in FxEvaluateSubexpression()
2541 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2553 depth+1,beta,exception); in FxEvaluateSubexpression()
2588 depth+1,beta,exception); in FxEvaluateSubexpression()
2602 depth+1,beta,exception); in FxEvaluateSubexpression()
2609 depth+1,beta,exception); in FxEvaluateSubexpression()
2622 depth+1,beta,exception); in FxEvaluateSubexpression()
2633 depth+1,beta,exception); in FxEvaluateSubexpression()
2643 depth+1,beta,exception); in FxEvaluateSubexpression()
2649 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2656 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2658 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2662 depth+1,beta,exception); in FxEvaluateSubexpression()
2671 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2678 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2682 depth+1,beta,exception); in FxEvaluateSubexpression()
2688 depth+1,beta,exception); in FxEvaluateSubexpression()
2692 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2699 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2704 depth+1,beta,exception); in FxEvaluateSubexpression()
2712 depth+1,beta,exception); in FxEvaluateSubexpression()
2720 depth+1,beta,exception); in FxEvaluateSubexpression()
2735 depth+1,beta,exception); in FxEvaluateSubexpression()
2741 depth+1,beta,exception); in FxEvaluateSubexpression()
2747 depth+1,beta,exception); in FxEvaluateSubexpression()
2751 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2764 depth+1,beta,exception); in FxEvaluateSubexpression()
2772 depth+1,beta,exception); in FxEvaluateSubexpression()
2778 depth+1,beta,exception); in FxEvaluateSubexpression()
2783 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2792 depth+1,beta,exception); in FxEvaluateSubexpression()
2796 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2805 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2818 depth+1,beta,exception); in FxEvaluateSubexpression()
2822 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2848 depth+1,beta,exception); in FxEvaluateSubexpression()
2852 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2859 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2863 depth+1,beta,exception); in FxEvaluateSubexpression()
2869 depth+1,beta,exception); in FxEvaluateSubexpression()
2878 depth+1,beta,exception); in FxEvaluateSubexpression()
2884 depth+1,beta,exception); in FxEvaluateSubexpression()
2890 depth+1,beta,exception); in FxEvaluateSubexpression()
2896 depth+1,beta,exception); in FxEvaluateSubexpression()
2900 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2909 depth+1,beta,exception); in FxEvaluateSubexpression()
2915 depth+1,beta,exception); in FxEvaluateSubexpression()
2923 depth+1,beta,exception); in FxEvaluateSubexpression()
2929 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2936 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2943 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2954 depth+1,beta,exception); in FxEvaluateSubexpression()
2959 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2966 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2973 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2983 FxReturn(FxGetSymbol(fx_info,channel,x,y,expression,depth+1,exception)); in FxEvaluateSubexpression()
2988 double *alpha,ExceptionInfo *exception) in FxEvaluateExpression() argument
2994 exception); in FxEvaluateExpression()
2999 double *alpha,ExceptionInfo *exception) in FxPreprocessExpression() argument
3010 exception); in FxPreprocessExpression()
3017 double *alpha,ExceptionInfo *exception) in FxEvaluateChannelExpression() argument
3024 &beta,exception); in FxEvaluateChannelExpression()
3025 return(exception->severity == OptionError ? MagickFalse : MagickTrue); in FxEvaluateChannelExpression()
3070 ExceptionInfo *exception) in AcquireFxThreadSet() argument
3091 (void) ThrowMagickException(exception,GetMagickModule(), in AcquireFxThreadSet()
3099 fx_expression=FileToString(expression+1,~0UL,exception); in AcquireFxThreadSet()
3105 fx_info[i]=AcquireFxInfo(image,fx_expression,exception); in AcquireFxThreadSet()
3108 status=FxPreprocessExpression(fx_info[i],&alpha,exception); in AcquireFxThreadSet()
3119 ExceptionInfo *exception) in FxImage() argument
3147 return(CloneImage(image,0,0,MagickTrue,exception)); in FxImage()
3148 fx_info=AcquireFxThreadSet(image,expression,exception); in FxImage()
3151 fx_image=CloneImage(image,0,0,MagickTrue,exception); in FxImage()
3157 if (SetImageStorageClass(fx_image,DirectClass,exception) == MagickFalse) in FxImage()
3168 image_view=AcquireVirtualCacheView(image,exception); in FxImage()
3169 fx_view=AcquireAuthenticCacheView(fx_image,exception); in FxImage()
3190 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in FxImage()
3191 q=QueueCacheViewAuthenticPixels(fx_view,0,y,fx_image->columns,1,exception); in FxImage()
3220 exception); in FxImage()
3226 if (SyncCacheViewAuthenticPixels(fx_view,exception) == MagickFalse) in FxImage()
3287 const PixelInterpolateMethod method,ExceptionInfo *exception) in ImplodeImage() argument
3323 assert(exception != (ExceptionInfo *) NULL); in ImplodeImage()
3324 assert(exception->signature == MagickCoreSignature); in ImplodeImage()
3325 canvas_image=CloneImage(image,0,0,MagickTrue,exception); in ImplodeImage()
3330 (void) SetImageAlphaChannel(canvas_image,OpaqueAlphaChannel,exception); in ImplodeImage()
3331 implode_image=CloneImage(canvas_image,0,0,MagickTrue,exception); in ImplodeImage()
3337 if (SetImageStorageClass(implode_image,DirectClass,exception) == MagickFalse) in ImplodeImage()
3364 canvas_view=AcquireVirtualCacheView(canvas_image,exception); in ImplodeImage()
3365 interpolate_view=AcquireVirtualCacheView(canvas_image,exception); in ImplodeImage()
3366 implode_view=AcquireAuthenticCacheView(implode_image,exception); in ImplodeImage()
3391 exception); in ImplodeImage()
3393 exception); in ImplodeImage()
3435 (double) (factor*delta.y/scale.y+center.y),q,exception); in ImplodeImage()
3442 if (SyncCacheViewAuthenticPixels(implode_view,exception) == MagickFalse) in ImplodeImage()
3499 ExceptionInfo *exception) in MorphImages() argument
3533 assert(exception != (ExceptionInfo *) NULL); in MorphImages()
3534 assert(exception->signature == MagickCoreSignature); in MorphImages()
3535 morph_images=CloneImage(image,0,0,MagickTrue,exception); in MorphImages()
3545 morph_image=CloneImage(image,0,0,MagickTrue,exception); in MorphImages()
3583 GetNextImageInList(next)->rows+0.5),next->filter,exception); in MorphImages()
3589 status=SetImageStorageClass(morph_image,DirectClass,exception); in MorphImages()
3598 morph_images->rows,GetNextImageInList(next)->filter,exception); in MorphImages()
3604 image_view=AcquireVirtualCacheView(morph_image,exception); in MorphImages()
3605 morph_view=AcquireAuthenticCacheView(morph_images,exception); in MorphImages()
3627 exception); in MorphImages()
3629 exception); in MorphImages()
3659 sync=SyncCacheViewAuthenticPixels(morph_view,exception); in MorphImages()
3672 morph_image=CloneImage(GetNextImageInList(next),0,0,MagickTrue,exception); in MorphImages()
3752 ExceptionInfo *exception) in PlasmaImageProxy() argument
3795 &local_info,attenuate,depth,exception); in PlasmaImageProxy()
3800 &local_info,attenuate,depth,exception); in PlasmaImageProxy()
3805 &local_info,attenuate,depth,exception); in PlasmaImageProxy()
3810 &local_info,attenuate,depth,exception); in PlasmaImageProxy()
3832 exception); in PlasmaImageProxy()
3834 exception); in PlasmaImageProxy()
3835 q=QueueCacheViewAuthenticPixels(image_view,x,y_mid,1,1,exception); in PlasmaImageProxy()
3847 (void) SyncCacheViewAuthenticPixels(image_view,exception); in PlasmaImageProxy()
3855 1,1,exception); in PlasmaImageProxy()
3857 1,1,exception); in PlasmaImageProxy()
3858 q=QueueCacheViewAuthenticPixels(image_view,x,y_mid,1,1,exception); in PlasmaImageProxy()
3870 (void) SyncCacheViewAuthenticPixels(image_view,exception); in PlasmaImageProxy()
3884 1,1,exception); in PlasmaImageProxy()
3886 1,1,exception); in PlasmaImageProxy()
3887 q=QueueCacheViewAuthenticPixels(image_view,x_mid,y,1,1,exception); in PlasmaImageProxy()
3899 (void) SyncCacheViewAuthenticPixels(image_view,exception); in PlasmaImageProxy()
3908 1,1,exception); in PlasmaImageProxy()
3910 1,1,exception); in PlasmaImageProxy()
3911 q=QueueCacheViewAuthenticPixels(image_view,x_mid,y,1,1,exception); in PlasmaImageProxy()
3923 (void) SyncCacheViewAuthenticPixels(image_view,exception); in PlasmaImageProxy()
3934 u=GetCacheViewVirtualPixels(u_view,x,y,1,1,exception); in PlasmaImageProxy()
3937 v=GetCacheViewVirtualPixels(v_view,x,y,1,1,exception); in PlasmaImageProxy()
3938 q=QueueCacheViewAuthenticPixels(image_view,x_mid,y_mid,1,1,exception); in PlasmaImageProxy()
3950 (void) SyncCacheViewAuthenticPixels(image_view,exception); in PlasmaImageProxy()
3960 ExceptionInfo *exception) in PlasmaImage() argument
3979 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse) in PlasmaImage()
3981 image_view=AcquireAuthenticCacheView(image,exception); in PlasmaImage()
3982 u_view=AcquireVirtualCacheView(image,exception); in PlasmaImage()
3983 v_view=AcquireVirtualCacheView(image,exception); in PlasmaImage()
3986 attenuate,depth,exception); in PlasmaImage()
4030 ExceptionInfo *exception) in PolaroidImage() argument
4054 assert(exception != (ExceptionInfo *) NULL); in PolaroidImage()
4055 assert(exception->signature == MagickCoreSignature); in PolaroidImage()
4068 caption_image=CloneImage(image,image->columns,1,MagickTrue,exception); in PolaroidImage()
4072 exception); in PolaroidImage()
4093 &metrics,&text,exception); in PolaroidImage()
4095 ((count+1)*(metrics.ascent-metrics.descent)+0.5),exception); in PolaroidImage()
4101 (void) SetImageBackgroundColor(caption_image,exception); in PolaroidImage()
4108 (void) AnnotateImage(caption_image,annotate_info,exception); in PolaroidImage()
4116 exception); in PolaroidImage()
4124 (void) SetImageBackgroundColor(picture_image,exception); in PolaroidImage()
4126 quantum,exception); in PolaroidImage()
4130 MagickTrue,quantum,(ssize_t) (image->rows+3*quantum/2),exception); in PolaroidImage()
4134 &picture_image->background_color,exception); in PolaroidImage()
4135 (void) SetImageAlphaChannel(picture_image,OpaqueAlphaChannel,exception); in PolaroidImage()
4136 rotate_image=RotateImage(picture_image,90.0,exception); in PolaroidImage()
4142 picture_image->columns,method,exception); in PolaroidImage()
4147 rotate_image=RotateImage(picture_image,-90.0,exception); in PolaroidImage()
4154 exception); in PolaroidImage()
4160 flop_image=FlopImage(polaroid_image,exception); in PolaroidImage()
4169 MagickTrue,(ssize_t) (-0.01*picture_image->columns/2.0),0L,exception); in PolaroidImage()
4172 &polaroid_image->background_color,exception); in PolaroidImage()
4173 rotate_image=RotateImage(polaroid_image,angle,exception); in PolaroidImage()
4178 trim_image=TrimImage(polaroid_image,exception); in PolaroidImage()
4217 ExceptionInfo *exception) in SepiaToneImage() argument
4244 assert(exception != (ExceptionInfo *) NULL); in SepiaToneImage()
4245 assert(exception->signature == MagickCoreSignature); in SepiaToneImage()
4246 sepia_image=CloneImage(image,0,0,MagickTrue,exception); in SepiaToneImage()
4249 if (SetImageStorageClass(sepia_image,DirectClass,exception) == MagickFalse) in SepiaToneImage()
4259 image_view=AcquireVirtualCacheView(image,exception); in SepiaToneImage()
4260 sepia_view=AcquireAuthenticCacheView(sepia_image,exception); in SepiaToneImage()
4278 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in SepiaToneImage()
4280 exception); in SepiaToneImage()
4310 if (SyncCacheViewAuthenticPixels(sepia_view,exception) == MagickFalse) in SepiaToneImage()
4328 (void) NormalizeImage(sepia_image,exception); in SepiaToneImage()
4329 (void) ContrastImage(sepia_image,MagickTrue,exception); in SepiaToneImage()
4371 ExceptionInfo *exception) in ShadowImage() argument
4402 assert(exception != (ExceptionInfo *) NULL); in ShadowImage()
4403 assert(exception->signature == MagickCoreSignature); in ShadowImage()
4404 clone_image=CloneImage(image,0,0,MagickTrue,exception); in ShadowImage()
4408 (void) SetImageColorspace(clone_image,sRGBColorspace,exception); in ShadowImage()
4410 exception); in ShadowImage()
4416 exception); in ShadowImage()
4418 border_image=BorderImage(clone_image,&border_info,OverCompositeOp,exception); in ShadowImage()
4423 (void) SetImageAlphaChannel(border_image,OpaqueAlphaChannel,exception); in ShadowImage()
4430 image_view=AcquireAuthenticCacheView(border_image,exception); in ShadowImage()
4442 exception); in ShadowImage()
4455 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in ShadowImage()
4465 shadow_image=BlurImage(border_image,0.0,sigma,exception); in ShadowImage()
4518 const double sigma,const double angle,ExceptionInfo *exception) in SketchImage() argument
4548 MagickTrue,exception); in SketchImage()
4553 random_view=AcquireAuthenticCacheView(random_image,exception); in SketchImage()
4573 exception); in SketchImage()
4598 if (SyncCacheViewAuthenticPixels(random_view,exception) == MagickFalse) in SketchImage()
4608 blur_image=MotionBlurImage(random_image,radius,sigma,angle,exception); in SketchImage()
4612 dodge_image=EdgeImage(blur_image,radius,exception); in SketchImage()
4616 status=ClampImage(dodge_image,exception); in SketchImage()
4618 status=NormalizeImage(dodge_image,exception); in SketchImage()
4620 status=NegateImage(dodge_image,MagickFalse,exception); in SketchImage()
4622 status=TransformImage(&dodge_image,(char *) NULL,"50%",exception); in SketchImage()
4623 sketch_image=CloneImage(image,0,0,MagickTrue,exception); in SketchImage()
4630 MagickTrue,0,0,exception); in SketchImage()
4632 blend_image=CloneImage(image,0,0,MagickTrue,exception); in SketchImage()
4639 (void) SetImageAlpha(blend_image,TransparentAlpha,exception); in SketchImage()
4642 0,0,exception); in SketchImage()
4678 const double threshold,ExceptionInfo *exception) in SolarizeImage() argument
4699 (void) SetImageColorspace(image,sRGBColorspace,exception); in SolarizeImage()
4723 image_view=AcquireAuthenticCacheView(image,exception); in SolarizeImage()
4738 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in SolarizeImage()
4760 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SolarizeImage()
4810 ExceptionInfo *exception) in SteganoImage() argument
4858 assert(exception != (ExceptionInfo *) NULL); in SteganoImage()
4859 assert(exception->signature == MagickCoreSignature); in SteganoImage()
4861 stegano_image=CloneImage(image,0,0,MagickTrue,exception); in SteganoImage()
4865 if (SetImageStorageClass(stegano_image,DirectClass,exception) == MagickFalse) in SteganoImage()
4879 watermark_view=AcquireVirtualCacheView(watermark,exception); in SteganoImage()
4880 stegano_view=AcquireAuthenticCacheView(stegano_image,exception); in SteganoImage()
4891 exception); in SteganoImage()
4897 exception); in SteganoImage()
4921 if (SyncCacheViewAuthenticPixels(stegano_view,exception) == MagickFalse) in SteganoImage()
4991 const Image *right_image,ExceptionInfo *exception) in StereoImage() argument
4993 return(StereoAnaglyphImage(left_image,right_image,0,0,exception)); in StereoImage()
4998 ExceptionInfo *exception) in StereoAnaglyphImage() argument
5021 assert(exception != (ExceptionInfo *) NULL); in StereoAnaglyphImage()
5022 assert(exception->signature == MagickCoreSignature); in StereoAnaglyphImage()
5031 MagickTrue,exception); in StereoAnaglyphImage()
5034 if (SetImageStorageClass(stereo_image,DirectClass,exception) == MagickFalse) in StereoAnaglyphImage()
5039 (void) SetImageColorspace(stereo_image,sRGBColorspace,exception); in StereoAnaglyphImage()
5057 exception); in StereoAnaglyphImage()
5058 q=GetVirtualPixels(right_image,0,y,right_image->columns,1,exception); in StereoAnaglyphImage()
5059 r=QueueAuthenticPixels(stereo_image,0,y,stereo_image->columns,1,exception); in StereoAnaglyphImage()
5075 if (SyncAuthenticPixels(stereo_image,exception) == MagickFalse) in StereoAnaglyphImage()
5125 const PixelInterpolateMethod method,ExceptionInfo *exception) in SwirlImage() argument
5161 assert(exception != (ExceptionInfo *) NULL); in SwirlImage()
5162 assert(exception->signature == MagickCoreSignature); in SwirlImage()
5163 canvas_image=CloneImage(image,0,0,MagickTrue,exception); in SwirlImage()
5168 (void) SetImageAlphaChannel(canvas_image,OpaqueAlphaChannel,exception); in SwirlImage()
5169 swirl_image=CloneImage(canvas_image,0,0,MagickTrue,exception); in SwirlImage()
5175 if (SetImageStorageClass(swirl_image,DirectClass,exception) == MagickFalse) in SwirlImage()
5200 canvas_view=AcquireVirtualCacheView(canvas_image,exception); in SwirlImage()
5201 interpolate_view=AcquireVirtualCacheView(image,exception); in SwirlImage()
5202 swirl_view=AcquireAuthenticCacheView(swirl_image,exception); in SwirlImage()
5227 exception); in SwirlImage()
5229 exception); in SwirlImage()
5276 exception); in SwirlImage()
5283 if (SyncCacheViewAuthenticPixels(swirl_view,exception) == MagickFalse) in SwirlImage()
5341 const PixelInfo *tint,ExceptionInfo *exception) in TintImage() argument
5380 assert(exception != (ExceptionInfo *) NULL); in TintImage()
5381 assert(exception->signature == MagickCoreSignature); in TintImage()
5382 tint_image=CloneImage(image,0,0,MagickTrue,exception); in TintImage()
5385 if (SetImageStorageClass(tint_image,DirectClass,exception) == MagickFalse) in TintImage()
5392 (void) SetImageColorspace(tint_image,sRGBColorspace,exception); in TintImage()
5429 image_view=AcquireVirtualCacheView(image,exception); in TintImage()
5430 tint_view=AcquireAuthenticCacheView(tint_image,exception); in TintImage()
5448 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in TintImage()
5450 exception); in TintImage()
5482 if (SyncCacheViewAuthenticPixels(tint_view,exception) == MagickFalse) in TintImage()
5538 const double sigma,const ssize_t x,const ssize_t y,ExceptionInfo *exception) in VignetteImage() argument
5556 assert(exception != (ExceptionInfo *) NULL); in VignetteImage()
5557 assert(exception->signature == MagickCoreSignature); in VignetteImage()
5558 canvas=CloneImage(image,0,0,MagickTrue,exception); in VignetteImage()
5561 if (SetImageStorageClass(canvas,DirectClass,exception) == MagickFalse) in VignetteImage()
5568 exception); in VignetteImage()
5575 &oval_image->background_color,exception); in VignetteImage()
5576 (void) SetImageBackgroundColor(oval_image,exception); in VignetteImage()
5579 exception); in VignetteImage()
5581 exception); in VignetteImage()
5586 (void) DrawImage(oval_image,draw_info,exception); in VignetteImage()
5588 blur_image=BlurImage(oval_image,radius,sigma,exception); in VignetteImage()
5597 0,0,exception); in VignetteImage()
5599 vignette_image=MergeImageLayers(canvas,FlattenLayer,exception); in VignetteImage()
5602 (void) TransformImageColorspace(vignette_image,image->colorspace,exception); in VignetteImage()
5641 ExceptionInfo *exception) in WaveImage() argument
5675 assert(exception != (ExceptionInfo *) NULL); in WaveImage()
5676 assert(exception->signature == MagickCoreSignature); in WaveImage()
5677 canvas_image=CloneImage(image,0,0,MagickTrue,exception); in WaveImage()
5682 (void) SetImageAlpha(canvas_image,OpaqueAlpha,exception); in WaveImage()
5684 (canvas_image->rows+2.0*fabs(amplitude)),MagickTrue,exception); in WaveImage()
5690 if (SetImageStorageClass(wave_image,DirectClass,exception) == MagickFalse) in WaveImage()
5715 canvas_image_view=AcquireVirtualCacheView(canvas_image,exception); in WaveImage()
5716 wave_view=AcquireAuthenticCacheView(wave_image,exception); in WaveImage()
5737 exception); in WaveImage()
5739 exception); in WaveImage()
5748 wave_image,method,(double) x,(double) (y-sine_map[x]),q,exception); in WaveImage()
5754 if (SyncCacheViewAuthenticPixels(wave_view,exception) == MagickFalse) in WaveImage()
5853 const double threshold,const double softness,ExceptionInfo *exception) in WaveletDenoiseImage() argument
5889 assert(exception != (ExceptionInfo *) NULL); in WaveletDenoiseImage()
5890 assert(exception->signature == MagickCoreSignature); in WaveletDenoiseImage()
5892 noise_image=AccelerateWaveletDenoiseImage(image,threshold,exception); in WaveletDenoiseImage()
5896 noise_image=CloneImage(image,0,0,MagickTrue,exception); in WaveletDenoiseImage()
5899 if (SetImageStorageClass(noise_image,DirectClass,exception) == MagickFalse) in WaveletDenoiseImage()
5921 image_view=AcquireAuthenticCacheView(image,exception); in WaveletDenoiseImage()
5922 noise_view=AcquireAuthenticCacheView(noise_image,exception); in WaveletDenoiseImage()
5964 p=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in WaveletDenoiseImage()
6079 exception); in WaveletDenoiseImage()
6096 sync=SyncCacheViewAuthenticPixels(noise_view,exception); in WaveletDenoiseImage()