MagickCore  6.9.11-60
Convert, Edit, Or Compose Bitmap Images
prepress.h
Go to the documentation of this file.
1 /*
2  Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization
3  dedicated to making software imaging solutions freely available.
4 
5  You may not use this file except in compliance with the License. You may
6  obtain a copy of the License at
7 
8  https://imagemagick.org/script/license.php
9 
10  Unless required by applicable law or agreed to in writing, software
11  distributed under the License is distributed on an "AS IS" BASIS,
12  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  See the License for the specific language governing permissions and
14  limitations under the License.
15 
16  MagickCore prepress methods.
17 */
18 #ifndef MAGICKCORE_PREPRESS_H
19 #define MAGICKCORE_PREPRESS_H
20 
21 #if defined(__cplusplus) || defined(c_plusplus)
22 extern "C" {
23 #endif
24 
25 extern MagickExport double
27 
28 #if defined(__cplusplus) || defined(c_plusplus)
29 }
30 #endif
31 
32 #endif
_Image::colorspace
ColorspaceType colorspace
Definition: image.h:158
MagickExport
#define MagickExport
Definition: method-attribute.h:80
_Image::debug
MagickBooleanType debug
Definition: image.h:290
_Image::filename
char filename[MaxTextExtent]
Definition: image.h:278
GetImageTotalInkDensity
MagickExport double GetImageTotalInkDensity(Image *image)
Definition: prepress.c:83
GetMagickModule
#define GetMagickModule()
Definition: log.h:29
DestroyCacheView
MagickExport CacheView * DestroyCacheView(CacheView *cache_view)
Definition: cache-view.c:256
MagickCoreSignature
#define MagickCoreSignature
Definition: method-attribute.h:86
GetCacheViewVirtualIndexQueue
MagickExport const IndexPacket * GetCacheViewVirtualIndexQueue(const CacheView *cache_view)
Definition: cache-view.c:638
_Image::columns
size_t columns
Definition: image.h:174
IndexPacket
Quantum IndexPacket
Definition: pixel.h:129
resource_.h
GetPixelRed
#define GetPixelRed(pixel)
Definition: pixel-accessor.h:50
_CacheView
Definition: cache-view.c:66
string_.h
MagickTrue
@ MagickTrue
Definition: magick-type.h:205
semaphore.h
GetPixelIndex
#define GetPixelIndex(indexes)
Definition: pixel-accessor.h:44
thread-private.h
hashmap.h
TraceEvent
@ TraceEvent
Definition: log.h:38
_Image
Definition: image.h:153
ImageError
@ ImageError
Definition: exception.h:69
GetImageTotalInkDensity
MagickExport double GetImageTotalInkDensity(Image *image)
Definition: prepress.c:83
_Image::exception
ExceptionInfo exception
Definition: image.h:287
splay-tree.h
MagickFalse
@ MagickFalse
Definition: magick-type.h:204
GetPixelBlue
#define GetPixelBlue(pixel)
Definition: pixel-accessor.h:38
image.h
registry.h
CMYKColorspace
@ CMYKColorspace
Definition: colorspace.h:39
_Image::rows
size_t rows
Definition: image.h:175
cache-view.h
_Image::signature
size_t signature
Definition: image.h:307
MagickBooleanType
MagickBooleanType
Definition: magick-type.h:203
_ExceptionInfo
Definition: exception.h:103
studio.h
prepress.h
AcquireVirtualCacheView
MagickExport CacheView * AcquireVirtualCacheView(const Image *image, ExceptionInfo *exception)
Definition: cache-view.c:153
memory_.h
pixel-accessor.h
exception-private.h
ThrowMagickException
MagickExport MagickBooleanType ThrowMagickException(ExceptionInfo *exception, const char *module, const char *function, const size_t line, const ExceptionType severity, const char *tag, const char *format,...)
Definition: exception.c:1149
exception.h
GetPixelGreen
#define GetPixelGreen(pixel)
Definition: pixel-accessor.h:43
list.h
LogMagickEvent
MagickExport MagickBooleanType LogMagickEvent(const LogEventType type, const char *module, const char *function, const size_t line, const char *format,...)
Definition: log.c:1420
GetCacheViewVirtualPixels
MagickExport const PixelPacket * GetCacheViewVirtualPixels(const CacheView *cache_view, const ssize_t x, const ssize_t y, const size_t columns, const size_t rows, ExceptionInfo *exception)
Definition: cache-view.c:723
_PixelPacket
Definition: pixel.h:132