Mercurial > hg > orthanc-book
comparison Sphinx/source/faq/features.rst @ 908:34e9e5e3b609
OrthancRecoverCompressedFile
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 10 Jan 2023 08:01:29 +0100 |
parents | ab39093b898f |
children | 5491953f7492 |
comparison
equal
deleted
inserted
replaced
907:7ccecfb76428 | 908:34e9e5e3b609 |
---|---|
82 process is transparent to the user, as Orthanc automatically | 82 process is transparent to the user, as Orthanc automatically |
83 decompresses the file before sending it back to the external world. | 83 decompresses the file before sending it back to the external world. |
84 | 84 |
85 Compression is controlled by the ``StorageCompression`` option in the | 85 Compression is controlled by the ``StorageCompression`` option in the |
86 :ref:`Orthanc configuration file <configuration>`. | 86 :ref:`Orthanc configuration file <configuration>`. |
87 | |
88 Note that the Orthanc distribution comes with the | |
89 ``OrthancRecoverCompressedFile`` command-line tool if a system | |
90 administrator needs to recover one attachment compressed by Orthanc. | |
87 | 91 |
88 | 92 |
89 .. _metadata: | 93 .. _metadata: |
90 | 94 |
91 Metadata & attachments | 95 Metadata & attachments |