Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 365 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 365 Bytes

Here's the Java implementation of a proprietary image transfer protocol.

It considers imglib2 image representation, and transfers it over a network via ZeroMQ. The protocol documentation, including a bit of rationale/motivation and example code, can be found as PDFs in the doc folder.

The repository contains also wrapping Fiji plugins.