draw_info->affine.ry=(-sin((double) DegreesToRadians(fmod(angle,360.0))));
draw_info->affine.sy=cos((double) DegreesToRadians(fmod(angle,360.0)));
(void) CloneString(&draw_info->geometry,geometry);
- status=AnnotateImage(wand->images,draw_info,&wand->images->exception);
+ status=AnnotateImage(wand->images,draw_info,wand->exception);
draw_info=DestroyDrawInfo(draw_info);
return(status);
}
if (wand->debug != MagickFalse)
(void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
(void) CloneString(&wand->image_info->server_name,server_name);
- status=AnimateImages(wand->image_info,wand->images,&wand->images->exception);
+ status=AnimateImages(wand->image_info,wand->images,wand->exception);
return(status);
}
\f
(void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
- status=AutoGammaImage(wand->images,&wand->images->exception);
+ status=AutoGammaImage(wand->images,wand->exception);
return(status);
}
\f
(void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
- status=AutoLevelImage(wand->images,&wand->images->exception);
+ status=AutoLevelImage(wand->images,wand->exception);
return(status);
}
\f
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
status=BrightnessContrastImage(wand->images,brightness,contrast,
- &wand->images->exception);
+ wand->exception);
return(status);
}
\f
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
status=ColorDecisionListImage(wand->images,color_correction_collection,
- &wand->images->exception);
+ wand->exception);
return(status);
}
\f
return((MagickWand *) NULL);
}
compare_image=CompareImages(wand->images,reference->images,metric,distortion,
- &wand->images->exception);
+ wand->exception);
if (compare_image == (Image *) NULL)
return((MagickWand *) NULL);
return(CloneMagickWandFromImages(wand,compare_image));
(void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
- status=ContrastImage(wand->images,sharpen,&wand->images->exception);
+ status=ContrastImage(wand->images,sharpen,wand->exception);
return(status);
}
\f
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
status=ContrastStretchImage(wand->images,black_point,white_point,
- &wand->images->exception);
+ wand->exception);
return(status);
}
\f
(void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
- return(DecipherImage(wand->images,passphrase,&wand->images->exception));
+ return(DecipherImage(wand->images,passphrase,wand->exception));
}
\f
/*
if (image == (Image *) NULL)
return(MagickFalse);
(void) CloneString(&wand->image_info->server_name,server_name);
- status=DisplayImages(wand->image_info,image,&image->exception);
+ status=DisplayImages(wand->image_info,image,wand->exception);
image=DestroyImage(image);
return(status);
}
if (wand->debug != MagickFalse)
(void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
(void) CloneString(&wand->image_info->server_name,server_name);
- status=DisplayImages(wand->image_info,wand->images,&wand->images->exception);
+ status=DisplayImages(wand->image_info,wand->images,wand->exception);
return(status);
}
\f
(void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
- return(EncipherImage(wand->images,passphrase,&wand->images->exception));
+ return(EncipherImage(wand->images,passphrase,wand->exception));
}
\f
/*
(void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
- status=EqualizeImage(wand->images,&wand->images->exception);
+ status=EqualizeImage(wand->images,wand->exception);
return(status);
}
\f
(void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
- status=EvaluateImage(wand->images,op,value,&wand->images->exception);
+ status=EvaluateImage(wand->images,op,value,wand->exception);
return(status);
}
\f
PixelGetMagickColor(bordercolor,&target);
wand->images->fuzz=fuzz;
status=FloodfillPaintImage(wand->images,draw_info,&target,x,y,invert,
- &wand->images->exception);
+ wand->exception);
draw_info=DestroyDrawInfo(draw_info);
return(status);
}
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
status=FunctionImage(wand->images,function,number_arguments,arguments,
- &wand->images->exception);
+ wand->exception);
return(status);
}
\f
if ((wand->images == (Image *) NULL) || (reference->images == (Image *) NULL))
ThrowWandException(WandError,"ContainsNoImages",wand->name);
status=GetImageDistortion(wand->images,reference->images,metric,distortion,
- &wand->images->exception);
+ wand->exception);
return(status);
}
\f
return((double *) NULL);
}
channel_distortion=GetImageDistortions(wand->images,reference->images,
- metric,&wand->images->exception);
+ metric,wand->exception);
return(channel_distortion);
}
\f
(void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
if ((wand->images == (Image *) NULL) || (hald_wand->images == (Image *) NULL))
ThrowWandException(WandError,"ContainsNoImages",wand->name);
- status=HaldClutImage(wand->images,hald_wand->images,&wand->images->exception);
+ status=HaldClutImage(wand->images,hald_wand->images,wand->exception);
return(status);
}
\f
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
status=LevelImage(wand->images,black_point,white_point,gamma,
- &wand->images->exception);
+ wand->exception);
return(status);
}
\f
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
status=LinearStretchImage(wand->images,black_point,white_point,
- &wand->images->exception);
+ wand->exception);
return(status);
}
\f
ThrowWandException(WandError,"ContainsNoImages",wand->name);
(void) FormatLocaleString(modulate,MaxTextExtent,"%g,%g,%g",
brightness,saturation,hue);
- status=ModulateImage(wand->images,modulate,&wand->images->exception);
+ status=ModulateImage(wand->images,modulate,wand->exception);
return(status);
}
\f
(void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
- status=NormalizeImage(wand->images,&wand->images->exception);
+ status=NormalizeImage(wand->images,wand->exception);
return(status);
}
\f
PixelGetMagickColor(fill,&fill_pixel);
wand->images->fuzz=fuzz;
status=OpaquePaintImage(wand->images,&target_pixel,&fill_pixel,invert,
- &wand->images->exception);
+ wand->exception);
return(status);
}
\f
raise_info.height=height;
raise_info.x=x;
raise_info.y=y;
- status=RaiseImage(wand->images,&raise_info,raise,&wand->images->exception);
+ status=RaiseImage(wand->images,&raise_info,raise,wand->exception);
return(status);
}
\f
(void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
- return(SetImageAlphaChannel(wand->images,alpha_type,&wand->images->exception));
+ return(SetImageAlphaChannel(wand->images,alpha_type,wand->exception));
}
\f
/*
(void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
- return(SetImageColorspace(wand->images,colorspace,&wand->images->exception));
+ return(SetImageColorspace(wand->images,colorspace,wand->exception));
}
\f
/*
(void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
- return(SetImageExtent(wand->images,columns,rows,&wand->images->exception));
+ return(SetImageExtent(wand->images,columns,rows,wand->exception));
}
\f
/*
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
status=SigmoidalContrastImage(wand->images,sharpen,alpha,beta,
- &wand->images->exception);
+ wand->exception);
return(status);
}
\f
return((MagickWand *) NULL);
}
similarity_image=SimilarityImage(wand->images,reference->images,offset,
- similarity,&wand->images->exception);
+ similarity,wand->exception);
if (similarity_image == (Image *) NULL)
return((MagickWand *) NULL);
return(CloneMagickWandFromImages(wand,similarity_image));
(void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
if (wand->images == (Image *) NULL)
ThrowWandException(WandError,"ContainsNoImages",wand->name);
- status=SolarizeImage(wand->images,threshold,&wand->images->exception);
+ status=SolarizeImage(wand->images,threshold,wand->exception);
return(status);
}
\f
PixelGetMagickColor(target,&target_pixel);
wand->images->fuzz=fuzz;
status=TransparentPaintImage(wand->images,&target_pixel,ClampToQuantum(
- QuantumRange*alpha),invert,&wand->images->exception);
+ QuantumRange*alpha),invert,wand->exception);
return(status);
}
\f