Lines Matching refs:exception
56 #include "MagickCore/exception.h"
57 #include "MagickCore/exception-private.h"
290 % ExceptionInfo *exception)
296 % o exception: return any errors or warnings in this structure.
384 static Image *ReadCINImage(const ImageInfo *image_info,ExceptionInfo *exception)
437 assert(exception != (ExceptionInfo *) NULL);
438 assert(exception->signature == MagickCoreSignature);
439 image=AcquireImage(image_info,exception);
440 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
470 (void) SetImageProperty(image,"dpx:file.version",property,exception);
474 (void) SetImageProperty(image,"dpx:file.filename",property,exception);
479 (void) SetImageProperty(image,"dpx:file.create_date",property,exception);
484 (void) SetImageProperty(image,"dpx:file.create_time",property,exception);
569 (void) SetImageProperty(image,"dpx:image.label",property,exception);
606 (void) SetImageProperty(image,"dpx:origination.filename",property,exception);
612 exception);
618 exception);
623 (void) SetImageProperty(image,"dpx:origination.device",property,exception);
628 (void) SetImageProperty(image,"dpx:origination.model",property,exception);
635 (void) SetImageProperty(image,"dpx:origination.serial",property,exception);
682 (void) SetImageProperty(image,"dpx:film.format",property,exception);
697 (void) SetImageProperty(image,"dpx:film.frame_id",property,exception);
702 (void) SetImageProperty(image,"dpx:film.slate_info",property,exception);
719 (void) SetImageProfile(image,"dpx:user.data",profile,exception);
741 status=SetImageExtent(image,image->columns,image->rows,exception);
762 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
770 quantum_type,pixels,exception);
771 if (SyncAuthenticPixels(image,exception) == MagickFalse)
784 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
786 SetImageColorspace(image,LogColorspace,exception);
870 % Image *image,ExceptionInfo *exception)
878 % o exception: return any errors or warnings in this structure.
883 const Image *image,const char *property,ExceptionInfo *exception)
891 return(GetImageProperty(image,property,exception));
895 ExceptionInfo *exception)
952 assert(exception != (ExceptionInfo *) NULL);
953 assert(exception->signature == MagickCoreSignature);
954 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
958 (void) TransformImageColorspace(image,LogColorspace,exception);
985 value=GetCINProperty(image_info,image,"dpx:file.filename",exception);
1050 value=GetCINProperty(image_info,image,"dpx:image.label",exception);
1078 value=GetCINProperty(image_info,image,"dpx:origination.x_offset",exception);
1083 value=GetCINProperty(image_info,image,"dpx:origination.y_offset",exception);
1087 value=GetCINProperty(image_info,image,"dpx:origination.filename",exception);
1109 value=GetCINProperty(image_info,image,"dpx:origination.device",exception);
1115 value=GetCINProperty(image_info,image,"dpx:origination.model",exception);
1121 value=GetCINProperty(image_info,image,"dpx:origination.serial",exception);
1128 value=GetCINProperty(image_info,image,"dpx:origination.x_pitch",exception);
1133 value=GetCINProperty(image_info,image,"dpx:origination.y_pitch",exception);
1145 value=GetCINProperty(image_info,image,"dpx:film.id",exception);
1150 value=GetCINProperty(image_info,image,"dpx:film.type",exception);
1155 value=GetCINProperty(image_info,image,"dpx:film.offset",exception);
1161 value=GetCINProperty(image_info,image,"dpx:film.prefix",exception);
1166 value=GetCINProperty(image_info,image,"dpx:film.count",exception);
1170 value=GetCINProperty(image_info,image,"dpx:film.format",exception);
1176 value=GetCINProperty(image_info,image,"dpx:film.frame_position",exception);
1181 value=GetCINProperty(image_info,image,"dpx:film.frame_rate",exception);
1185 value=GetCINProperty(image_info,image,"dpx:film.frame_id",exception);
1190 value=GetCINProperty(image_info,image,"dpx:film.slate_info",exception);
1223 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
1227 quantum_type,pixels,exception);