Definition at line 265 of file STL.h.
◆commentImage()
| Magick::commentImage::commentImage |
( |
const std::string & |
comment_ | ) |
|
Definition at line 227 of file STL.cpp.
228 : _comment( comment_ )
229{
230}
◆operator()()
| void Magick::commentImage::operator() |
( |
Magick::Image & |
image_ | ) |
const |
Definition at line 231 of file STL.cpp.
232{
233 image_.comment( _comment );
234}
◆_comment
| std::string Magick::commentImage::_comment |
|
private |
The documentation for this class was generated from the following files:
- /root/im/imagemagick-7.1.1.43+dfsg1/Magick++/lib/Magick++/STL.h
- /root/im/imagemagick-7.1.1.43+dfsg1/Magick++/lib/STL.cpp