Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
154 % ExceptionInfo *exception)
160 % o exception: return any errors or warnings in this structure.
181 ExceptionInfo *exception)
226 (void) ThrowMagickException(exception,GetMagickModule(),
232 image_view=AcquireVirtualCacheView(image,exception);
235 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
254 (void) ThrowMagickException(exception,GetMagickModule(),
281 (void) ThrowMagickException(exception,GetMagickModule(),
521 % size_t *number_colors,ExceptionInfo *exception)
529 % o exception: return any errors or warnings in this structure.
533 size_t *number_colors,ExceptionInfo *exception)
543 cube_info=ClassifyImageColors(image,exception);
549 (void) ThrowMagickException(exception,GetMagickModule(),
637 % ExceptionInfo *exception)
643 % o exception: return any errors or warnings in this structure.
648 ExceptionInfo *exception,size_t max_colors)
688 (void) ThrowMagickException(exception,GetMagickModule(),
694 image_view=AcquireVirtualCacheView(image,exception);
697 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
716 (void) ThrowMagickException(exception,GetMagickModule(),
748 (void) ThrowMagickException(exception,GetMagickModule(),
777 ExceptionInfo *exception)
783 return(CheckImageColors(image,exception,256));
804 % ExceptionInfo *exception)
810 % o exception: return any errors or warnings in this structure.
814 ExceptionInfo *exception)
822 return(CheckImageColors(image,exception,MaximumUniqueColors));
895 % const double white,const double gamma,ExceptionInfo *exception)
906 % o exception: return any errors or warnings in this structure.
911 ExceptionInfo *exception)
929 (void) GetImageRange(image,&min,&max,exception);
933 status&=LevelImage(image,min,max,gamma,exception);
949 status&=GetImageRange(image,&min,&max,exception);
953 status&=LevelImage(image,min,max,gamma,exception);
976 % ExceptionInfo *exception)
984 % o exception: return any errors or warnings in this structure.
1014 ExceptionInfo *exception)
1047 cube_info=ClassifyImageColors(image,exception);
1053 histogram=GetImageHistogram(image,&number_colors,exception);
1083 (void) QueryColorname(image,&pixel,SVGCompliance,color,exception);
1123 % Image *UniqueImageColors(const Image *image,ExceptionInfo *exception)
1129 % o exception: return any errors or warnings in this structure.
1134 CubeInfo *cube_info,const NodeInfo *node_info,ExceptionInfo *exception)
1154 node_info->child[i],exception);
1168 exception);
1177 if (SyncCacheViewAuthenticPixels(unique_view,exception) == MagickFalse)
1199 ExceptionInfo *exception)
1210 cube_info=ClassifyImageColors(image,exception);
1213 unique_image=CloneImage(image,cube_info->colors,1,MagickTrue,exception);
1216 if (SetImageStorageClass(unique_image,DirectClass,exception) == MagickFalse)
1221 unique_view=AcquireAuthenticCacheView(unique_image,exception);
1223 exception);