Go to the source code of this file.
Functions | |
| MagickExport Image * | AutoOrientImage (const Image *, const OrientationType, ExceptionInfo *) |
| MagickExport Image ** | ChopImage (const Image *, const RectangleInfo *, ExceptionInfo *) |
| MagickExport Image *** | ConsolidateCMYKImages (const Image *, ExceptionInfo *) |
| MagickExport Image **** | CropImage (const Image *, const RectangleInfo *, ExceptionInfo *) |
| MagickExport Image ***** | CropImageToTiles (const Image *, const char *, ExceptionInfo *) |
| MagickExport Image ****** | ExcerptImage (const Image *, const RectangleInfo *, ExceptionInfo *) |
| MagickExport Image ******* | ExtentImage (const Image *, const RectangleInfo *, ExceptionInfo *) |
| MagickExport Image ******** | FlipImage (const Image *, ExceptionInfo *) |
| MagickExport Image ********* | FlopImage (const Image *, ExceptionInfo *) |
| MagickExport Image ********** | RollImage (const Image *, const ssize_t, const ssize_t, ExceptionInfo *) |
| MagickExport Image *********** | ShaveImage (const Image *, const RectangleInfo *, ExceptionInfo *) |
| MagickExport Image ************ | SpliceImage (const Image *, const RectangleInfo *, ExceptionInfo *) |
| MagickExport Image ************* | TransposeImage (const Image *, ExceptionInfo *) |
| MagickExport Image ************** | TransverseImage (const Image *, ExceptionInfo *) |
| MagickExport Image *************** | TrimImage (const Image *, ExceptionInfo *) |
| MagickExport Image* AutoOrientImage | ( | const Image * | , | |
| const | OrientationType, | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * ChopImage | ( | const Image * | , | |
| const RectangleInfo * | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * ConsolidateCMYKImages | ( | const Image * | , | |
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * CropImage | ( | const Image * | , | |
| const RectangleInfo * | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * * CropImageToTiles | ( | const Image * | , | |
| const char * | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * * * ExcerptImage | ( | const Image * | , | |
| const RectangleInfo * | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * * * * ExtentImage | ( | const Image * | , | |
| const RectangleInfo * | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * * * * * FlipImage | ( | const Image * | , | |
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * * * * * * FlopImage | ( | const Image * | , | |
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * * * * * * * RollImage | ( | const Image * | , | |
| const | ssize_t, | |||
| const | ssize_t, | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * * * * * * * * ShaveImage | ( | const Image * | , | |
| const RectangleInfo * | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * * * * * * * * * SpliceImage | ( | const Image * | , | |
| const RectangleInfo * | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * * * * * * * * * * TransposeImage | ( | const Image * | , | |
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * * * * * * * * * * * TransverseImage | ( | const Image * | , | |
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * * * * * * * * * * * * TrimImage | ( | const Image * | , | |
| ExceptionInfo * | ||||
| ) |
References _PixelInfo::alpha, _PixelInfo::alpha_trait, _Image::background_color, BlendPixelTrait, CloneImage(), CropImage(), _Image::debug, _Image::filename, GetImageBoundingBox(), GetMagickModule, _RectangleInfo::height, LogMagickEvent(), MagickCoreSignature, MagickFalse, MagickPathExtent, MagickTrue, _Image::page, SetImageBackgroundColor(), _Image::signature, TraceEvent, TransparentAlpha, _RectangleInfo::width, _RectangleInfo::x, and _RectangleInfo::y.
Referenced by PolaroidImage().
1.6.1