extern MagickExport MagickBooleanType
AccelerateCompositeImage(Image *,const ChannelType,const CompositeOperator,
- const Image *,const ssize_t,const ssize_t,const float,const float,ExceptionInfo *),
+ const Image *,const ssize_t,const ssize_t,const float,const float,
+ ExceptionInfo *),
AccelerateContrastImage(Image *,const MagickBooleanType,ExceptionInfo *),
- AccelerateContrastStretchImageChannel(Image *, const ChannelType, const double, const double,
- ExceptionInfo*),
+ AccelerateContrastStretchImageChannel(Image *, const ChannelType,
+ const double,const double,ExceptionInfo*),
AccelerateEqualizeImage(Image *,const ChannelType,ExceptionInfo *),
AccelerateFunctionImage(Image *,const ChannelType,const MagickFunction,
const size_t,const double *,ExceptionInfo *),
signature;
};
-/* ImageInfo structure
- * Stores an image list, as well as all global settings used by
- * all images held, -- unless overridden for that specific image.
- * See SyncImagesettings() which maps any global setting that always
- * overrides specific image settings.
- */
+/*
+ ImageInfo structure:
+ Stores an image list, as well as all global settings used by all images
+ held, -- unless overridden for that specific image. See SyncImagesettings()
+ which maps any global setting that always overrides specific image settings.
+*/
struct _ImageInfo
{
CompressionType
if (image->progress_monitor == (MagickProgressMonitor) NULL)
return(MagickTrue);
- (void) FormatLocaleString(message,MagickPathExtent,"%s/%s",tag,image->filename);
+ (void) FormatLocaleString(message,MagickPathExtent,"%s/%s",tag,
+ image->filename);
return(image->progress_monitor(message,offset,extent,image->client_data));
}