#include "magick/studio.h"#include "magick/cache-view.h"#include "magick/exception.h"#include "magick/exception-private.h"#include "magick/hashmap.h"#include "magick/image.h"#include "magick/list.h"#include "magick/memory_.h"#include "magick/prepress.h"#include "magick/registry.h"#include "magick/semaphore.h"#include "magick/splay-tree.h"#include "magick/string_.h"
Go to the source code of this file.
Functions | |
| MagickExport double | GetImageTotalInkDensity (Image *image) |
| MagickExport double GetImageTotalInkDensity | ( | Image * | image | ) |
Definition at line 80 of file prepress.c.
References AcquireCacheView(), _PixelPacket::blue, CMYKColorspace, _Image::colorspace, _Image::columns, _Image::debug, DestroyCacheView(), _Image::exception, _Image::filename, GetCacheViewVirtualIndexQueue(), GetCacheViewVirtualPixels(), GetMagickModule, _PixelPacket::green, ImageError, LogMagickEvent(), MagickFalse, MagickSignature, MagickTrue, _PixelPacket::red, _Image::rows, _Image::signature, ThrowMagickException(), and TraceEvent.
Referenced by IdentifyImage().
1.6.1