|
MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
|
#include "MagickCore/studio.h"#include "MagickCore/cache-view.h"#include "MagickCore/exception.h"#include "MagickCore/exception-private.h"#include "MagickCore/image.h"#include "MagickCore/linked-list.h"#include "MagickCore/list.h"#include "MagickCore/memory_.h"#include "MagickCore/pixel-accessor.h"#include "MagickCore/prepress.h"#include "MagickCore/resource_.h"#include "MagickCore/registry.h"#include "MagickCore/semaphore.h"#include "MagickCore/splay-tree.h"#include "MagickCore/string_.h"#include "MagickCore/thread-private.h"Go to the source code of this file.
Functions | |
| MagickExport double | GetImageTotalInkDensity (Image *image, ExceptionInfo *exception) |
| MagickExport double GetImageTotalInkDensity | ( | Image * | image, |
| ExceptionInfo * | exception | ||
| ) |
Definition at line 86 of file prepress.c.
References AcquireVirtualCacheView(), CMYKColorspace, _Image::colorspace, _Image::columns, DestroyCacheView(), _Image::filename, GetCacheViewVirtualPixels(), GetMagickModule, GetPixelBlack(), GetPixelBlue(), GetPixelChannels(), GetPixelGreen(), GetPixelRed(), ImageError, IsEventLogging(), LogMagickEvent(), MagickCoreSignature, MagickFalse, MagickTrue, _Image::rows, _Image::signature, ThrowMagickException(), and TraceEvent.
Referenced by IdentifyImage().