|
MagickCore
6.7.5
|
#include "MagickCore/studio.h"#include "MagickCore/cache-view.h"#include "MagickCore/exception.h"#include "MagickCore/exception-private.h"#include "MagickCore/hashmap.h"#include "MagickCore/image.h"#include "MagickCore/list.h"#include "MagickCore/memory_.h"#include "MagickCore/pixel-accessor.h"#include "MagickCore/prepress.h"#include "MagickCore/registry.h"#include "MagickCore/semaphore.h"#include "MagickCore/splay-tree.h"#include "MagickCore/string_.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 84 of file prepress.c.
References _Image::debug, MagickFalse, LogMagickEvent(), TraceEvent, GetMagickModule, _Image::signature, MagickSignature, _Image::colorspace, CMYKColorspace, ThrowMagickException(), ImageError, _Image::filename, MagickTrue, AcquireCacheView(), _Image::rows, GetCacheViewVirtualPixels(), _Image::columns, GetPixelRed(), GetPixelGreen(), GetPixelBlue(), GetPixelBlack(), GetPixelChannels(), and DestroyCacheView().
Referenced by IdentifyImage().