Crop (CROP) modification. More...
#include <image_modifications.hpp>
Public Member Functions | |
crop_modification (const SDL_Rect &slice) | |
virtual surface | operator() (const surface &src) const |
Applies the image-path modification on the specified surface. More... | |
const SDL_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 | |
SDL_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 294 of file image_modifications.hpp.
|
inline |
Definition at line 297 of file image_modifications.hpp.
const SDL_Rect & image::crop_modification::get_slice | ( | ) | const |
Definition at line 252 of file image_modifications.cpp.
Applies the image-path modification on the specified surface.
Implements image::modification.
Definition at line 230 of file image_modifications.cpp.
References create_optimized_surface(), cut_surface(), and make_neutral_surface().
|
private |
Definition at line 305 of file image_modifications.hpp.