#include "magick/semaphore.h"
Go to the source code of this file.
typedef struct _QuantumInfo QuantumInfo |
enum EndianType |
enum QuantumFormatType |
enum QuantumType |
MagickExport QuantumInfo* AcquireQuantumInfo | ( | const ImageInfo * | ) |
MagickExport QuantumInfo* * DestroyQuantumInfo | ( | QuantumInfo * | ) |
MagickExport MagickBooleanType ExportQuantumPixels | ( | Image * | , | |
const QuantumInfo * | , | |||
const | QuantumType, | |||
const unsigned char * | ||||
) |
MagickExport void GetQuantumInfo | ( | const ImageInfo * | , | |
QuantumInfo * | ||||
) |
MagickExport MagickBooleanType ImportQuantumPixels | ( | Image * | , | |
const QuantumInfo * | , | |||
const | QuantumType, | |||
unsigned char * | ||||
) |
static Quantum RoundToQuantum | ( | const MagickRealType | value | ) | [inline, static] |