Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

67 #include "MagickCore/exception.h"
68 #include "MagickCore/exception-private.h"
115 % ExceptionInfo *exception)
124 % o exception: return any errors or warnings in this structure.
128 ExceptionInfo *exception)
158 image_view=AcquireVirtualCacheView(image,exception);
159 r=GetCacheViewVirtualPixels(image_view,0,0,1,1,exception);
168 exception);
173 exception);
202 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
242 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning,
268 % size_t GetImageDepth(const Image *image,ExceptionInfo *exception)
274 % o exception: return any errors or warnings in this structure.
277 MagickExport size_t GetImageDepth(const Image *image,ExceptionInfo *exception)
358 image_view=AcquireVirtualCacheView(image,exception);
408 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
465 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
638 % ImageType IdentifyImageGray(const Image *image,ExceptionInfo *exception)
644 % o exception: return any errors or warnings in this structure.
648 ExceptionInfo *exception)
675 image_view=AcquireVirtualCacheView(image,exception);
678 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
721 % ExceptionInfo *exception)
727 % o exception: return any errors or warnings in this structure.
731 ExceptionInfo *exception)
757 image_view=AcquireVirtualCacheView(image,exception);
760 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
801 % (void) SetImageType(image,IdentifyImageType(image,exception),exception);
805 % ImageType IdentifyImageType(const Image *image,ExceptionInfo *exception)
811 % o exception: return any errors or warnings in this structure.
815 ExceptionInfo *exception)
827 if (IdentifyImageMonochrome(image,exception) != MagickFalse)
829 if (IdentifyImageGray(image,exception) != UndefinedType)
835 if (IdentifyPaletteImage(image,exception) != MagickFalse)
932 % ExceptionInfo *exception)
938 % o exception: return any errors or warnings in this structure.
942 ExceptionInfo *exception)
965 image_view=AcquireVirtualCacheView(image,exception);
968 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
1001 % ExceptionInfo *exception)
1011 % o exception: return any errors or warnings in this structure.
1015 const size_t depth,ExceptionInfo *exception)
1065 image_view=AcquireAuthenticCacheView(image,exception);
1099 exception);
1133 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
1163 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
1196 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
1230 % ExceptionInfo *exception)
1238 % o exception: return any errors or warnings in this structure.
1242 ExceptionInfo *exception)
1270 if (SetImageMonochrome(image,exception) == MagickFalse)
1272 status=TransformImageColorspace(image,GRAYColorspace,exception);
1273 (void) NormalizeImage(image,exception);
1277 status=QuantizeImage(quantize_info,image,exception);
1286 if (SetImageGray(image,exception) == MagickFalse)
1287 status=TransformImageColorspace(image,GRAYColorspace,exception);
1293 if (SetImageGray(image,exception) == MagickFalse)
1294 status=TransformImageColorspace(image,GRAYColorspace,exception);
1296 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception);
1302 status=TransformImageColorspace(image,sRGBColorspace,exception);
1307 status=QuantizeImage(quantize_info,image,exception);
1319 status=TransformImageColorspace(image,sRGBColorspace,exception);
1321 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception);
1323 (void) BilevelImage(image,(double) QuantumRange/2.0,exception);
1326 status=QuantizeImage(quantize_info,image,exception);
1333 status=TransformImageColorspace(image,sRGBColorspace,exception);
1335 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception);
1338 status=QuantizeImage(quantize_info,image,exception);
1345 status=TransformImageColorspace(image,sRGBColorspace,exception);
1347 status=SetImageStorageClass(image,DirectClass,exception);
1354 status=TransformImageColorspace(image,sRGBColorspace,exception);
1356 status=SetImageStorageClass(image,DirectClass,exception);
1358 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception);
1366 status=TransformImageColorspace(image,sRGBColorspace,exception);
1367 status=TransformImageColorspace(image,CMYKColorspace,exception);
1370 status=SetImageStorageClass(image,DirectClass,exception);
1379 status=TransformImageColorspace(image,sRGBColorspace,exception);
1380 status=TransformImageColorspace(image,CMYKColorspace,exception);
1383 status=SetImageStorageClass(image,DirectClass,exception);
1385 status=SetImageAlphaChannel(image,OpaqueAlphaChannel,exception);