MagickWand 6.9.11-60
Convert, Edit, Or Compose Bitmap Images
pixel-iterator.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 Pixel Iterator Methods.
17*/
18#ifndef MAGICKWAND_PIXEL_ITERATOR_H
19#define MAGICKWAND_PIXEL_ITERATOR_H
20
21#include "wand/magick-wand.h"
22#include "wand/pixel-wand.h"
23
24#if defined(__cplusplus) || defined(c_plusplus)
25extern "C" {
26#endif
27
28typedef struct _PixelIterator
30
31extern WandExport char
32 *PixelGetIteratorException(const PixelIterator *,ExceptionType *);
33
34extern WandExport ExceptionType
36
37extern WandExport MagickBooleanType
42
47 *NewPixelRegionIterator(MagickWand *,const ssize_t,const ssize_t,const size_t,
48 const size_t);
49
54
55extern WandExport ssize_t
57
58extern WandExport void
63
64#if defined(__cplusplus) || defined(c_plusplus)
65}
66#endif
67
68#endif
#define WandExport
Definition: method-attribute.h:71
WandExport MagickBooleanType PixelSetIteratorRow(PixelIterator *, const ssize_t)
WandExport PixelIterator * NewPixelIterator(MagickWand *)
WandExport ExceptionType PixelGetIteratorExceptionType(const PixelIterator *)
Definition: pixel-iterator.c:604
WandExport PixelIterator * ClonePixelIterator(const PixelIterator *)
WandExport PixelIterator * NewPixelRegionIterator(MagickWand *, const ssize_t, const ssize_t, const size_t, const size_t)
Definition: pixel-iterator.c:398
WandExport void ClearPixelIterator(PixelIterator *)
WandExport PixelWand ** PixelGetNextIteratorRow(PixelIterator *, size_t *)
WandExport char * PixelGetIteratorException(const PixelIterator *, ExceptionType *)
Definition: pixel-iterator.c:548
WandExport PixelWand ** PixelGetCurrentIteratorRow(PixelIterator *, size_t *)
WandExport PixelIterator * DestroyPixelIterator(PixelIterator *)
WandExport PixelWand ** PixelGetPreviousIteratorRow(PixelIterator *, size_t *)
Definition: pixel-iterator.c:751
WandExport void PixelSetLastIteratorRow(PixelIterator *)
Definition: pixel-iterator.c:921
WandExport MagickBooleanType PixelClearIteratorException(PixelIterator *)
WandExport void PixelSetFirstIteratorRow(PixelIterator *)
WandExport ssize_t PixelGetIteratorRow(PixelIterator *)
Definition: pixel-iterator.c:636
WandExport MagickBooleanType IsPixelIterator(const PixelIterator *)
WandExport MagickBooleanType PixelSyncIterator(PixelIterator *)
Definition: pixel-iterator.c:953
WandExport void PixelResetIterator(PixelIterator *)
Definition: magick-wand-private.h:51
Definition: pixel-iterator.c:65
Definition: pixel-wand.c:64