Lines Matching refs:exception
60 #include "MagickCore/exception.h"
61 #include "MagickCore/exception-private.h"
185 double MaxVal,ExceptionInfo *exception)
197 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
241 if (!SyncAuthenticPixels(image,exception))
248 double MaxVal,ExceptionInfo *exception)
259 q = QueueAuthenticPixels(image, 0, y, image->columns, 1,exception);
304 if (!SyncAuthenticPixels(image,exception))
477 static Image *DecompressBlock(Image *orig, MagickOffsetType Size, ImageInfo *clone_info, ExceptionInfo *exception)
528 (void) ThrowMagickException(exception,GetMagickModule(),CorruptImageError,
569 if( (image2 = AcquireImage(clone_info,exception))==NULL ) goto EraseFile;
570 status = OpenBlob(clone_info,image2,ReadBinaryBlobMode,exception);
587 ExceptionInfo *exception)
673 SetImageColorspace(image,GRAYColorspace,exception);
679 status=SetImageExtent(image,image->columns,image->rows,exception);
730 q=QueueAuthenticPixels(image,0,image->rows-y-1,image->columns,1,exception);
734 GrayQuantum,pixels,exception);
737 if (SyncAuthenticPixels(image,exception) == MagickFalse)
757 InsertComplexDoubleRow(image,(double *) pixels,y,0,0,exception);
759 InsertComplexFloatRow(image,(float *) pixels,y,0,0,exception);
762 rotate_image=RotateImage(image,90.0,exception);
789 % Image *ReadMATImage(const ImageInfo *image_info,ExceptionInfo *exception)
799 % o exception: return any errors or warnings in this structure.
802 static Image *ReadMATImage(const ImageInfo *image_info,ExceptionInfo *exception)
834 assert(exception != (ExceptionInfo *) NULL);
835 assert(exception->signature == MagickCoreSignature);
841 image = AcquireImage(image_info,exception);
843 status = OpenBlob(image_info, image, ReadBinaryBlobMode, exception);
857 image2=ReadMATImageV4(image_info,image,exception);
909 image2 = DecompressBlock(image,MATLAB_HDR.ObjectSize,clone_info,exception);
1062 SetImageColorspace(image,GRAYColorspace,exception);
1077 status=SetImageExtent(image,image->columns,image->rows,exception);
1100 q=GetAuthenticPixels(image,0,MATLAB_HDR.SizeY-i-1,image->columns,1,exception);
1116 if(ImportQuantumPixels(image,(CacheView *) NULL,quantum_info,z2qtype[z],BImgBuff,exception) <= 0)
1126 if(ImportQuantumPixels(image,(CacheView *) NULL,quantum_info,z2qtype[z],BImgBuff,exception) <= 0)
1135 if (!SyncAuthenticPixels(image,exception))
1163 exception);
1171 exception);
1186 rotated_image = RotateImage(image, 90.0, exception);
1219 AcquireNextImage(image_info,image,exception);
1382 % Image *image,ExceptionInfo *exception)
1390 % o exception: return any errors or warnings in this structure.
1394 ExceptionInfo *exception)
1425 assert(exception != (ExceptionInfo *) NULL);
1426 assert(exception->signature == MagickCoreSignature);
1427 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
1452 (void) TransformImageColorspace(image,sRGBColorspace,exception);
1453 is_gray = SetImageGray(image,exception);
1495 p=GetVirtualPixels(image,y,0,1,image->rows,exception);
1499 z2qtype[z],pixels,exception);
1502 if (SyncAuthenticPixels(image,exception) == MagickFalse)