MagickWand 7.1.0
Convert, Edit, Or Compose Bitmap Images
|
Go to the source code of this file.
Typedefs | |
typedef struct _PixelIterator | PixelIterator |
typedef struct _PixelIterator PixelIterator |
Definition at line 29 of file pixel-iterator.h.
WandExport void ClearPixelIterator | ( | PixelIterator * | ) |
WandExport PixelIterator * ClonePixelIterator | ( | const PixelIterator * | ) |
WandExport PixelIterator * DestroyPixelIterator | ( | PixelIterator * | ) |
WandExport MagickBooleanType IsPixelIterator | ( | const PixelIterator * | ) |
WandExport PixelIterator * NewPixelIterator | ( | MagickWand * | ) |
WandExport PixelIterator * NewPixelRegionIterator | ( | MagickWand * | wand, |
const | ssize_t, | ||
const | ssize_t, | ||
const | size_t, | ||
const | size_t | ||
) |
Definition at line 388 of file pixel-iterator.c.
References AcquireWandId(), _PixelIterator::debug, _PixelIterator::exception, GetImageFromMagickWand(), _PixelIterator::id, MagickPathExtent, MagickWandSignature, _MagickWand::name, _PixelIterator::name, NewPixelWands(), _PixelIterator::pixel_wands, PixelIteratorId, _PixelIterator::region, _PixelIterator::signature, ThrowWandFatalException, _PixelIterator::view, and _PixelIterator::y.
WandExport MagickBooleanType PixelClearIteratorException | ( | PixelIterator * | ) |
WandExport PixelWand ** PixelGetCurrentIteratorRow | ( | PixelIterator * | , |
size_t * | |||
) |
WandExport char * PixelGetIteratorException | ( | const PixelIterator * | iterator, |
ExceptionType * | severity | ||
) |
Definition at line 516 of file pixel-iterator.c.
References _PixelIterator::debug, _PixelIterator::exception, MagickPathExtent, MagickWandSignature, _PixelIterator::name, _PixelIterator::signature, and ThrowWandFatalException.
WandExport ExceptionType PixelGetIteratorExceptionType | ( | const PixelIterator * | iterator | ) |
Definition at line 573 of file pixel-iterator.c.
References _PixelIterator::debug, _PixelIterator::exception, MagickWandSignature, _PixelIterator::name, and _PixelIterator::signature.
WandExport ssize_t PixelGetIteratorRow | ( | PixelIterator * | iterator | ) |
Definition at line 605 of file pixel-iterator.c.
References _PixelIterator::debug, MagickWandSignature, _PixelIterator::name, _PixelIterator::signature, and _PixelIterator::y.
WandExport PixelWand ** PixelGetNextIteratorRow | ( | PixelIterator * | , |
size_t * | |||
) |
WandExport PixelWand ** PixelGetPreviousIteratorRow | ( | PixelIterator * | iterator, |
size_t * | number_wands | ||
) |
Definition at line 699 of file pixel-iterator.c.
References _PixelIterator::active, _PixelIterator::debug, _PixelIterator::exception, MagickWandSignature, _PixelIterator::name, _PixelIterator::pixel_wands, PixelSetIteratorRow(), PixelSetQuantumPixel(), _PixelIterator::region, _PixelIterator::signature, _PixelIterator::view, and _PixelIterator::y.
WandExport void PixelResetIterator | ( | PixelIterator * | ) |
WandExport void PixelSetFirstIteratorRow | ( | PixelIterator * | ) |
WandExport MagickBooleanType PixelSetIteratorRow | ( | PixelIterator * | , |
const | ssize_t | ||
) |
WandExport void PixelSetLastIteratorRow | ( | PixelIterator * | iterator | ) |
Definition at line 857 of file pixel-iterator.c.
References _PixelIterator::active, _PixelIterator::debug, MagickWandSignature, _PixelIterator::name, _PixelIterator::region, _PixelIterator::signature, and _PixelIterator::y.
WandExport MagickBooleanType PixelSyncIterator | ( | PixelIterator * | iterator | ) |
Definition at line 889 of file pixel-iterator.c.
References _PixelIterator::debug, _PixelIterator::exception, magick_restrict, MagickWandSignature, _PixelIterator::name, _PixelIterator::pixel_wands, PixelGetQuantumPixel(), _PixelIterator::region, _PixelIterator::signature, _PixelIterator::view, and _PixelIterator::y.