OME-QtWidgets is a simple set of widgets and a viewer for simple image rendering using OME Files C++.
Simple image rendering with OpenGL and Qt5 using OME Files C++ to read image pixel data and metadata.
For more information, see the documentation.
We welcome pull requests from anyone, but ask that you please verify the following before submitting a pull request:
- verify that the branch merges cleanly into
master
- verify that the branch compiles
- run the unit tests (
ctest -V
) and correct any failures - make sure that your commits contain the correct authorship information and, if necessary, a signed-off-by line
- make sure that the commit messages or pull request comment contains sufficient information for the reviewer(s) to understand what problem was fixed and how to test it