MagickCore  6.9.10
Convert, Edit, Or Compose Bitmap Images
prepress.h
Go to the documentation of this file.
1 /*
2  Copyright 1999-2019 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.
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
_Image::columns
size_t columns
Definition: image.h:174
IndexPacket
Quantum IndexPacket
Definition: pixel.h:129
resource_.h
GetCacheViewVirtualIndexQueue
const MagickExport IndexPacket * GetCacheViewVirtualIndexQueue(const CacheView *cache_view)
Definition: cache-view.c:638
GetPixelRed
#define GetPixelRed(pixel)
Definition: pixel-accessor.h:50
_CacheView
Definition: cache-view.c:65
string_.h
MagickTrue
@ MagickTrue
Definition: magick-type.h:194
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:152
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:193
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
GetCacheViewVirtualPixels
const MagickExport 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
cache-view.h
_Image::signature
size_t signature
Definition: image.h:307
MagickBooleanType
MagickBooleanType
Definition: magick-type.h:191
_ExceptionInfo
Definition: exception.h:102
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:1068
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:1399
_PixelPacket
Definition: pixel.h:131