Magick++ 7.1.2-19
Convert, Edit, Or Compose Bitmap Images
Loading...
Searching...
No Matches
Magick::mapImage Class Reference

Public Member Functions

 mapImage (const Image &mapImage_, const bool dither_=false)
void operator() (Image &image_) const

Private Attributes

Image _mapImage
bool _dither

Detailed Description

Definition at line 696 of file STL.h.

Constructor & Destructor Documentation

◆ mapImage()

Magick::mapImage::mapImage ( const Image & mapImage_,
const bool dither_ = false )

Definition at line 664 of file STL.cpp.

666 : _mapImage( mapImage_ ),
667 _dither( dither_ )
668{
669}

Member Function Documentation

◆ operator()()

void Magick::mapImage::operator() ( Magick::Image & image_) const

Definition at line 670 of file STL.cpp.

671{
672 image_.map( _mapImage, _dither );
673}

Field Documentation

◆ _dither

bool Magick::mapImage::_dither
private

Definition at line 706 of file STL.h.

◆ _mapImage

Image Magick::mapImage::_mapImage
private

Definition at line 705 of file STL.h.


The documentation for this class was generated from the following files:
  • /build/imagemagick-dmo-7.1.2.19+dmo/Magick++/lib/Magick++/STL.h
  • /build/imagemagick-dmo-7.1.2.19+dmo/Magick++/lib/STL.cpp