* Create an image duplicate (useful for transformations) */
| 350 | * Create an image duplicate (useful for transformations) |
| 351 | */ |
| 352 | RLCPP_NODISCARD ::Image Copy() const { return ::ImageCopy(*this); } |
| 353 | |
| 354 | /** |
| 355 | * Create an image from another image piece |