| 589 | } |
| 590 | |
| 591 | Image processImageOperations(List<ImageOperation> const& operations, Image image, ImageReferenceCallback refCallback) { |
| 592 | for (auto const& operation : operations) |
| 593 | processImageOperation(operation, image, refCallback); |
| 594 | |
| 595 | return image; |
| 596 | } |
| 597 | |
| 598 | } |
no test coverage detected