Crop (CROP) modification. More...
#include <image_modifications.hpp>
Public Member Functions | |
| crop_modification (const rect &slice) | |
| virtual void | operator() (surface &src) const override |
| Applies the image-path modification on the specified surface. More... | |
| const rect & | get_slice () const |
Public Member Functions inherited from image::modification | |
| virtual | ~modification () |
| virtual int | priority () const |
| Specifies the priority of the modification. More... | |
Private Attributes | |
| rect | slice_ |
Additional Inherited Members | |
Static Public Member Functions inherited from image::modification | |
| static modification_queue | decode (const std::string &) |
| Decodes modifications from a modification string. More... | |
Crop (CROP) modification.
Definition at line 339 of file image_modifications.hpp.
|
inline |
Definition at line 342 of file image_modifications.hpp.
|
inline |
Definition at line 347 of file image_modifications.hpp.
References slice_.
|
overridevirtual |
Applies the image-path modification on the specified surface.
Implements image::modification.
Definition at line 329 of file image_modifications.cpp.
References cut_surface(), and src.
|
private |
Definition at line 353 of file image_modifications.hpp.
Referenced by get_slice().