Magick++ 7.1.1
Loading...
Searching...
No Matches
Magick::quantizeImage Class Reference
Collaboration diagram for Magick::quantizeImage:

Public Member Functions

 quantizeImage (const bool measureError_=false)
 
void operator() (Image &image_) const
 

Private Attributes

bool _measureError
 

Detailed Description

Definition at line 831 of file STL.h.

Constructor & Destructor Documentation

◆ quantizeImage()

Magick::quantizeImage::quantizeImage ( const bool  measureError_ = false)

Definition at line 768 of file STL.cpp.

769 : _measureError( measureError_ )
770{
771}

Member Function Documentation

◆ operator()()

void Magick::quantizeImage::operator() ( Image image_) const

Definition at line 772 of file STL.cpp.

773{
774 image_.quantize( _measureError );
775}

Member Data Documentation

◆ _measureError

bool Magick::quantizeImage::_measureError
private

Definition at line 839 of file STL.h.


The documentation for this class was generated from the following files: