예제 #1
0
파일: STL.cpp 프로젝트: 0xPr0xy/ImageMagick
void Magick::mapImage::operator()( Magick::Image &image_ ) const
{
  image_.map( _mapImage, _dither );
}