v1.0.0-rc.38

This commit is contained in:
2025-05-12 14:17:24 +02:00
parent 19d6f22136
commit b245967df3
201 changed files with 2380 additions and 1432 deletions

View File

@@ -383,8 +383,10 @@ TEST_CASE("JFJochIntegrationTest_ZMQ_ROI", "[JFJochReceiver]") {
.show_spots = true,
.show_roi = true
};
REQUIRE_NOTHROW(jpeg = service.GetJPEGFromBuffer(jpeg_settings));
REQUIRE(!jpeg.empty());
REQUIRE(!jpeg.empty());
std::ofstream f("lyso_processing_test_roi.jpeg", std::ios::binary);
f.write(jpeg.data(), jpeg.size());