|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| distortImage (const Magick::DistortMethod method_, const size_t number_arguments_, const double *arguments_, const bool bestfit_) | |
| distortImage (const Magick::DistortMethod method_, const size_t number_arguments_, const double *arguments_) | |
| void | operator() (Image &image_) const |
Private Attributes | |
| DistortMethod | _method |
| size_t | _number_arguments |
| const double * | _arguments |
| bool | _bestfit |
| Magick::distortImage::distortImage | ( | const Magick::DistortMethod | method_, |
| const size_t | number_arguments_, | ||
| const double * | arguments_, | ||
| const bool | bestfit_ ) |
| Magick::distortImage::distortImage | ( | const Magick::DistortMethod | method_, |
| const size_t | number_arguments_, | ||
| const double * | arguments_ ) |
| void Magick::distortImage::operator() | ( | Magick::Image & | image_ | ) | const |