# HG changeset patch # User Sebastien Jodogne # Date 1711724733 -3600 # Node ID 056b66f83c6b7e80ee229399023610a13fda195e # Parent 0d8089ca81833d5985f99a4bd3e7609a97212630 added information about imagej interface diff -r 0d8089ca8183 -r 056b66f83c6b Sphinx/source/faq/viewers.rst --- a/Sphinx/source/faq/viewers.rst Wed Mar 27 09:17:05 2024 +0100 +++ b/Sphinx/source/faq/viewers.rst Fri Mar 29 16:05:33 2024 +0100 @@ -45,7 +45,7 @@ `__ (deprecated, but provides compatibility with Web browsers that do not support `WebAssembly `__). -* `ImageJ extension `__. +* :ref:`ImageJ extension `. * `Stone of Orthanc `__. * `dwv-orthanc-plugin `__ by Yves diff -r 0d8089ca8183 -r 056b66f83c6b Sphinx/source/images/ImageJ.png Binary file Sphinx/source/images/ImageJ.png has changed diff -r 0d8089ca8183 -r 056b66f83c6b Sphinx/source/integrations.rst --- a/Sphinx/source/integrations.rst Wed Mar 27 09:17:05 2024 +0100 +++ b/Sphinx/source/integrations.rst Fri Mar 29 16:05:33 2024 +0100 @@ -12,3 +12,4 @@ integrations/integrate-osirix-using-dicom.rst integrations/integrate-osirix-using-dicomweb.rst integrations/dcm4chee.rst + integrations/imagej.rst diff -r 0d8089ca8183 -r 056b66f83c6b Sphinx/source/integrations/imagej.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sphinx/source/integrations/imagej.rst Fri Mar 29 16:05:33 2024 +0100 @@ -0,0 +1,30 @@ +.. _imagej: + +Interface with ImageJ +===================== + +The Orthanc project proposes a plugin for ImageJ to browse the content +of an Orthanc server, then import 2D/3D DICOM images from Orthanc into +ImageJ. The source code is licensed under the GNU GPLv3 license. + +This plugin hopefully greatly simplifies the indexation of DICOM +images when dealing with ImageJ (e.g. for quality control of DICOM +modalities, or for pedagogical use). There is also no need to carry on +any complex network configuration, since the plugin directly uses the +REST API of Orthanc. This makes its installation and its use quite +straightforward. + +.. image:: ../images/ImageJ.png + :align: center + +Resources +--------- + +* Link to `the source code + `__. + +* Link to `precompiled JAR binaries + `__. + +* Link to `demonstration video + `__.