Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../usr/include/ImageMag.../wand
File: pixel-iterator.h
/*
[0] Fix | Delete
Copyright 1999 ImageMagick Studio LLC, a non-profit organization
[1] Fix | Delete
dedicated to making software imaging solutions freely available.
[2] Fix | Delete
[3] Fix | Delete
You may not use this file except in compliance with the License. You may
[4] Fix | Delete
obtain a copy of the License at
[5] Fix | Delete
[6] Fix | Delete
https://imagemagick.org/script/license.php
[7] Fix | Delete
[8] Fix | Delete
Unless required by applicable law or agreed to in writing, software
[9] Fix | Delete
distributed under the License is distributed on an "AS IS" BASIS,
[10] Fix | Delete
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
[11] Fix | Delete
See the License for the specific language governing permissions and
[12] Fix | Delete
limitations under the License.
[13] Fix | Delete
[14] Fix | Delete
Pixel Iterator Methods.
[15] Fix | Delete
*/
[16] Fix | Delete
#ifndef MAGICKWAND_PIXEL_ITERATOR_H
[17] Fix | Delete
#define MAGICKWAND_PIXEL_ITERATOR_H
[18] Fix | Delete
[19] Fix | Delete
#include "wand/magick-wand.h"
[20] Fix | Delete
#include "wand/pixel-wand.h"
[21] Fix | Delete
[22] Fix | Delete
#if defined(__cplusplus) || defined(c_plusplus)
[23] Fix | Delete
extern "C" {
[24] Fix | Delete
#endif
[25] Fix | Delete
[26] Fix | Delete
typedef struct _PixelIterator
[27] Fix | Delete
PixelIterator;
[28] Fix | Delete
[29] Fix | Delete
extern WandExport char
[30] Fix | Delete
*PixelGetIteratorException(const PixelIterator *,ExceptionType *);
[31] Fix | Delete
[32] Fix | Delete
extern WandExport ExceptionType
[33] Fix | Delete
PixelGetIteratorExceptionType(const PixelIterator *);
[34] Fix | Delete
[35] Fix | Delete
extern WandExport MagickBooleanType
[36] Fix | Delete
IsPixelIterator(const PixelIterator *),
[37] Fix | Delete
PixelClearIteratorException(PixelIterator *),
[38] Fix | Delete
PixelSetIteratorRow(PixelIterator *,const ssize_t),
[39] Fix | Delete
PixelSyncIterator(PixelIterator *);
[40] Fix | Delete
[41] Fix | Delete
extern WandExport PixelIterator
[42] Fix | Delete
*ClonePixelIterator(const PixelIterator *),
[43] Fix | Delete
*DestroyPixelIterator(PixelIterator *),
[44] Fix | Delete
*NewPixelIterator(MagickWand *),
[45] Fix | Delete
*NewPixelRegionIterator(MagickWand *,const ssize_t,const ssize_t,const size_t,
[46] Fix | Delete
const size_t);
[47] Fix | Delete
[48] Fix | Delete
extern WandExport PixelWand
[49] Fix | Delete
**PixelGetCurrentIteratorRow(PixelIterator *,size_t *),
[50] Fix | Delete
**PixelGetNextIteratorRow(PixelIterator *,size_t *),
[51] Fix | Delete
**PixelGetPreviousIteratorRow(PixelIterator *,size_t *);
[52] Fix | Delete
[53] Fix | Delete
extern WandExport ssize_t
[54] Fix | Delete
PixelGetIteratorRow(PixelIterator *);
[55] Fix | Delete
[56] Fix | Delete
extern WandExport void
[57] Fix | Delete
ClearPixelIterator(PixelIterator *),
[58] Fix | Delete
PixelResetIterator(PixelIterator *),
[59] Fix | Delete
PixelSetFirstIteratorRow(PixelIterator *),
[60] Fix | Delete
PixelSetLastIteratorRow(PixelIterator *);
[61] Fix | Delete
[62] Fix | Delete
#if defined(__cplusplus) || defined(c_plusplus)
[63] Fix | Delete
}
[64] Fix | Delete
#endif
[65] Fix | Delete
[66] Fix | Delete
#endif
[67] Fix | Delete
[68] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function