* Create an image from another image piece */
| 355 | * Create an image from another image piece |
| 356 | */ |
| 357 | RLCPP_NODISCARD ::Image FromImage(::Rectangle rec) const { return ::ImageFromImage(*this, rec); } |
| 358 | |
| 359 | /** |
| 360 | * Convert image data to desired format |
nothing calls this directly
no outgoing calls
no test coverage detected