| 819 | } |
| 820 | |
| 821 | constexpr const char* ContentTypeFor(mitk::ScreenshotFormat f) |
| 822 | { |
| 823 | return (f == mitk::ScreenshotFormat::Jpeg) ? "image/jpeg" : "image/png"; |
| 824 | } |
| 825 | |
| 826 | /** |
| 827 | * \brief Resolved query parameters for the screenshot endpoints. |
no outgoing calls
no test coverage detected