Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

57 #include "MagickCore/exception.h"
58 #include "MagickCore/exception-private.h"
107 % ExceptionInfo *exception)
117 % o exception: return any errors or warnings in this structure.
148 ExceptionInfo *exception)
170 exception); \
175 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, \
267 (void) ThrowMagickException(exception,GetMagickModule(),
282 status=ExternalDelegateCommand(MagickFalse,verbose,command,message,exception);
342 % Image *ReadPSImage(const ImageInfo *image_info,ExceptionInfo *exception)
348 % o exception: return any errors or warnings in this structure.
399 static Image *ReadPSImage(const ImageInfo *image_info,ExceptionInfo *exception)
510 assert(exception != (ExceptionInfo *) NULL);
511 assert(exception->signature == MagickCoreSignature);
512 image=AcquireImage(image_info,exception);
513 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
522 ThrowFileException(exception,FileOpenError,"UnableToCreateTemporaryFile",
619 (void) SetImageProperty(image,"ps:Level",command+4,exception);
644 (void) SetImageProfile(image,"icc",profile,exception);
666 (void) SetImageProfile(image,"8bim",profile,exception);
693 (void) SetImageProfile(image,"xmp",profile,exception);
736 (void) SetImageProperty(image,property,value,exception);
795 (void) SetImageProperty(image,"ps:HiResBoundingBox",geometry,exception);
813 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
834 ThrowFileException(exception,FileOpenError,"UnableToOpenFile",
858 delegate_info=GetDelegateInfo("ps:mono",(char *) NULL,exception);
861 delegate_info=GetDelegateInfo("ps:cmyk",(char *) NULL,exception);
863 delegate_info=GetDelegateInfo("ps:alpha",(char *) NULL,exception);
912 status=InvokePostscriptDelegate(read_info->verbose,command,message,exception);
914 read_info->filename,exception);
920 exception);
929 read_info->filename,exception);
938 read_info->filename,exception);
943 next=ReadImage(read_info,exception);
954 (void) ThrowMagickException(exception,GetMagickModule(),
964 cmyk_image=ConsolidateCMYKImages(postscript_image,exception);
981 exception);
1139 % Image *image,ExceptionInfo *exception)
1147 % o exception: return any errors or warnings in this structure.
1164 ExceptionInfo *exception)
1553 assert(exception != (ExceptionInfo *) NULL);
1554 assert(exception->signature == MagickCoreSignature);
1555 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
1569 (void) TransformImageColorspace(image,sRGBColorspace,exception);
1617 (void) ParseGravityGeometry(image,page_geometry,&page_info,exception);
1627 value=GetImageProperty(image,"label",exception);
1705 value=GetImageProperty(image,"label",exception);
1747 preview_image=CloneImage(image,0,0,MagickTrue,exception);
1763 exception);
1818 value=GetImageProperty(image,"label",exception);
1854 value=GetImageProperty(image,"label",exception);
1867 value=GetImageProperty(image,"label",exception);
1886 (SetImageGray(image,exception) != MagickFalse))
1888 if (SetImageMonochrome(image,exception) == MagickFalse)
1903 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
1951 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
2024 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
2085 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
2166 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
2227 p=GetVirtualPixels(image,0,y,image->columns,1,exception);