
Go to the source code of this file.
Functions | |
| MagickExport Image * | AdaptiveResizeImage (const Image *, const unsigned long, const unsigned long, ExceptionInfo *) |
| MagickExport Image ** | LiquidRescaleImage (const Image *, const unsigned long, const unsigned long, const double, const double, ExceptionInfo *) |
| MagickExport Image *** | MagnifyImage (const Image *, ExceptionInfo *) |
| MagickExport Image **** | MinifyImage (const Image *, ExceptionInfo *) |
| MagickExport Image ***** | ResampleImage (const Image *, const double, const double, const FilterTypes, const double, ExceptionInfo *) |
| MagickExport Image ****** | ResizeImage (const Image *, const unsigned long, const unsigned long, const FilterTypes, const double, ExceptionInfo *) |
| MagickExport Image ******* | SampleImage (const Image *, const unsigned long, const unsigned long, ExceptionInfo *) |
| MagickExport Image ******** | ScaleImage (const Image *, const unsigned long, const unsigned long, ExceptionInfo *) |
| MagickExport Image ********* | ThumbnailImage (const Image *, const unsigned long, const unsigned long, ExceptionInfo *) |
| MagickExport Image ********** | ZoomImage (const Image *, const unsigned long, const unsigned long, ExceptionInfo *) |
| MagickExport Image* AdaptiveResizeImage | ( | const Image * | , | |
| const unsigned long | , | |||
| const unsigned long | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * LiquidRescaleImage | ( | const Image * | , | |
| const unsigned | long, | |||
| const unsigned | long, | |||
| const | double, | |||
| const | double, | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * MagnifyImage | ( | const Image * | , | |
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * MinifyImage | ( | const Image * | , | |
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * * ResampleImage | ( | const Image * | , | |
| const | double, | |||
| const | double, | |||
| const | FilterTypes, | |||
| const | double, | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * * * ResizeImage | ( | const Image * | , | |
| const unsigned long | , | |||
| const unsigned long | , | |||
| const | FilterTypes, | |||
| const | double, | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * * * * SampleImage | ( | const Image * | , | |
| const unsigned long | , | |||
| const unsigned long | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * * * * * ScaleImage | ( | const Image * | , | |
| const unsigned long | , | |||
| const unsigned long | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * * * * * * ThumbnailImage | ( | const Image * | , | |
| const unsigned long | , | |||
| const unsigned long | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport Image* * * * * * * * * * ZoomImage | ( | const Image * | , | |
| const unsigned | long, | |||
| const unsigned | long, | |||
| ExceptionInfo * | ||||
| ) |
Definition at line 2971 of file resize.c.
References _Image::blur, _Image::debug, _Image::filename, _Image::filter, GetMagickModule, LogMagickEvent(), MagickFalse, MagickSignature, ResizeImage(), _ExceptionInfo::signature, _Image::signature, and TraceEvent.
Referenced by MorphImages(), ThumbnailImage(), and TransformImage().
1.5.7.1