v1.0.0-rc.38
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user