Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
116 *exception;
442 *exception;
450 exception=cms_exception->exception;
451 if (exception == (ExceptionInfo *) NULL)
456 (void) ThrowMagickException(exception,GetMagickModule(),ImageWarning,
463 (void) ThrowMagickException(exception,GetMagickModule(),ImageWarning,
469 ExceptionInfo *exception)
756 status=SetImageProfile(image,"icc",profile,exception);
762 const void *datum,const size_t length,ExceptionInfo *exception)
812 status=SetImageProfile(image,name,profile,exception);
825 value=GetImageProperty(image,"exif:ColorSpace",exception);
828 (void) SetsRGBImageProfile(image,exception);
829 value=GetImageProperty(image,"exif:InteroperabilityIndex",exception);
831 (void) SetsRGBImageProfile(image,exception);
833 value=GetImageProperty(image,"exif:InteroperabilityIndex",exception);
835 (void) SetAdobeRGB1998ImageProfile(image,exception);
846 (void) ThrowMagickException(exception,GetMagickModule(),
862 cms_exception.exception=exception;
872 status=SetImageProfile(image,name,profile,exception);
1050 (SetImageGray(image,exception) == MagickFalse))
1102 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
1114 (void) SetImageColorspace(image,target_colorspace,exception);
1116 image_view=AcquireAuthenticCacheView(image,exception);
1141 exception);
1185 sync=SyncCacheViewAuthenticPixels(image_view,exception);
1203 (void) SetImageColorspace(image,target_colorspace,exception);
1232 status=SetImageProfile(image,name,profile,exception);
1509 const StringInfo *resource_block,ExceptionInfo *exception)
1593 exception);
1614 exception);
1627 exception);
1640 exception);
1658 ExceptionInfo *exception)
1681 GetProfilesFromResourceBlock(image,profile,exception);
1689 (void) GetImageProperty(image,property,exception);
1694 const StringInfo *profile,ExceptionInfo *exception)
1696 return(SetImageProfileInternal(image,name,profile,MagickFalse,exception));