Lines Matching refs:exception
50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
394 % Image *ReadDPXImage(const ImageInfo *image_info,ExceptionInfo *exception)
400 % o exception: return any errors or warnings in this structure.
659 static Image *ReadDPXImage(const ImageInfo *image_info,ExceptionInfo *exception)
707 assert(exception != (ExceptionInfo *) NULL);
708 assert(exception->signature == MagickCoreSignature);
709 image=AcquireImage(image_info,exception);
710 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
863 SetImageColorspace(image,RGBColorspace,exception);
1022 (void) SetImageProperty(image,"dpx:television.time.code",value,exception);
1026 (void) SetImageProperty(image,"dpx:television.user.bits",value,exception);
1121 (void) SetImageProfile(image,"dpx:user-data",profile,exception);
1132 status=SetImageExtent(image,image->columns,image->rows,exception);
1199 SetImageColorspace(image,Rec709YCbCrColorspace,exception);
1204 SetImageColorspace(image,GRAYColorspace,exception);
1209 SetImageColorspace(image,sRGBColorspace,exception);
1211 SetImageColorspace(image,LogColorspace,exception);
1213 SetImageColorspace(image,LogColorspace,exception);
1266 q=QueueAuthenticPixels(image,0,offset,image->columns,1,exception);
1273 quantum_type,pixels,exception);
1275 sync=SyncAuthenticPixels(image,exception);
1284 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
1291 AcquireNextImage(image_info,image,exception);
1397 % Image *image,ExceptionInfo *exception)
1405 % o exception: return any errors or warnings in this structure.
1439 const char *property,ExceptionInfo *exception)
1447 return(GetImageProperty(image,property,exception));
1451 ExceptionInfo *exception)
1528 assert(exception != (ExceptionInfo *) NULL);
1529 assert(exception->signature == MagickCoreSignature);
1530 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
1568 value=GetDPXProperty(image,"dpx:file.filename",exception);
1580 value=GetDPXProperty(image,"dpx:file.creator",exception);
1585 value=GetDPXProperty(image,"dpx:file.project",exception);
1590 value=GetDPXProperty(image,"dpx:file.copyright",exception);
1654 (SetImageGray(image,exception) != MagickFalse))
1708 value=GetDPXProperty(image,"dpx:orientation.x_offset",exception);
1713 value=GetDPXProperty(image,"dpx:orientation.y_offset",exception);
1718 value=GetDPXProperty(image,"dpx:orientation.x_center",exception);
1723 value=GetDPXProperty(image,"dpx:orientation.y_center",exception);
1728 value=GetDPXProperty(image,"dpx:orientation.x_size",exception);
1733 value=GetDPXProperty(image,"dpx:orientation.y_size",exception);
1737 value=GetDPXProperty(image,"dpx:orientation.filename",exception);
1745 value=GetDPXProperty(image,"dpx:orientation.device",exception);
1751 value=GetDPXProperty(image,"dpx:orientation.serial",exception);
1759 value=GetDPXProperty(image,"dpx:orientation.border",exception);
1774 value=GetDPXProperty(image,"dpx:orientation.aspect_ratio",exception);
1791 value=GetDPXProperty(image,"dpx:film.id",exception);
1796 value=GetDPXProperty(image,"dpx:film.type",exception);
1802 value=GetDPXProperty(image,"dpx:film.offset",exception);
1808 value=GetDPXProperty(image,"dpx:film.prefix",exception);
1814 value=GetDPXProperty(image,"dpx:film.count",exception);
1820 value=GetDPXProperty(image,"dpx:film.format",exception);
1826 value=GetDPXProperty(image,"dpx:film.frame_position",exception);
1831 value=GetDPXProperty(image,"dpx:film.sequence_extent",exception);
1836 value=GetDPXProperty(image,"dpx:film.held_count",exception);
1841 value=GetDPXProperty(image,"dpx:film.frame_rate",exception);
1846 value=GetDPXProperty(image,"dpx:film.shutter_angle",exception);
1851 value=GetDPXProperty(image,"dpx:film.frame_id",exception);
1856 value=GetDPXProperty(image,"dpx:film.slate",exception);
1866 value=GetDPXProperty(image,"dpx:television.time.code",exception);
1870 value=GetDPXProperty(image,"dpx:television.user.bits",exception);
1874 value=GetDPXProperty(image,"dpx:television.interlace",exception);
1878 value=GetDPXProperty(image,"dpx:television.field_number",exception);
1883 value=GetDPXProperty(image,"dpx:television.video_signal",exception);
1888 value=GetDPXProperty(image,"dpx:television.padding",exception);
1894 exception);
1899 exception);
1904 value=GetDPXProperty(image,"dpx:television.frame_rate",exception);
1909 value=GetDPXProperty(image,"dpx:television.time_offset",exception);
1914 value=GetDPXProperty(image,"dpx:television.gamma",exception);
1919 value=GetDPXProperty(image,"dpx:television.black_level",exception);
1924 value=GetDPXProperty(image,"dpx:television.black_gain",exception);
1929 value=GetDPXProperty(image,"dpx:television.break_point",exception);
1934 value=GetDPXProperty(image,"dpx:television.white_level",exception);
1939 value=GetDPXProperty(image,"dpx:television.integration_times",exception);
1948 value=GetDPXProperty(image,"dpx:user.id",exception);
1960 ThrowFileException(exception,FileOpenError,"UnableToWriteFile",
1989 (SetImageGray(image,exception) != MagickFalse))
1998 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
2002 quantum_type,pixels,exception);