Apply blur filter on the given image
| 133 | |
| 134 | // Apply blur filter on the given image |
| 135 | auto apply_blur(image const & img) -> image |
| 136 | { |
| 137 | return {"blur / " + img.image_data_}; |
| 138 | } |
| 139 | |
| 140 | auto handle_edge_detection_request(http_request const & req) -> ex::sender auto |
| 141 | { |
no outgoing calls
no test coverage detected