comparison Sphinx/source/plugins.rst @ 42:a52f1dc48ebc

GNU/Linux
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Sep 2016 09:14:59 +0200
parents 99b45a963bcf
children 22b6ed6c9d5c
comparison
equal deleted inserted replaced
41:1c8aaaea72b2 42:a52f1dc48ebc
8 Overview 8 Overview
9 -------- 9 --------
10 10
11 The core of Orthanc can be extended through **plugins**. A plugin 11 The core of Orthanc can be extended through **plugins**. A plugin
12 takes the form of a shared library (``.DLL`` under Windows, ``.so`` 12 takes the form of a shared library (``.DLL`` under Windows, ``.so``
13 under Linux, ``.dylib`` under Apple OS X...). A plugin can do various 13 under GNU/Linux, ``.dylib`` under Apple OS X...). A plugin can do
14 things, among others: 14 various things, among others:
15 15
16 * Serving new **Web applications** that have full access to the REST 16 * Serving new **Web applications** that have full access to the REST
17 API of Orthanc, which makes easy to handle DICOM images from 17 API of Orthanc, which makes easy to handle DICOM images from
18 JavaScript code. 18 JavaScript code.
19 * Replacing **the way DICOM images are decoded** (e.g. the official 19 * Replacing **the way DICOM images are decoded** (e.g. the official