Mercurial > hg > orthanc-book
changeset 169:8239d44e0520
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 15 Oct 2018 09:13:53 +0200 |
parents | 86e92d0cc53e |
children | a577963a2176 |
files | Sphinx/source/users/rest.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/users/rest.rst Fri Oct 12 09:53:45 2018 +0200 +++ b/Sphinx/source/users/rest.rst Mon Oct 15 09:13:53 2018 +0200 @@ -347,7 +347,7 @@ <https://en.wikipedia.org/wiki/List_of_HTTP_header_fields>`__ ``Accept`` to ``image/jpeg``:: - $ curl -H 'Accept: image/jpeg' http://localhost:8042/instances/609665c0-c5198aa2-8632476b-a00e0de0-e9075d94/preview > Preview.png + $ curl -H 'Accept: image/jpeg' http://localhost:8042/instances/609665c0-c5198aa2-8632476b-a00e0de0-e9075d94/preview > Preview.jpg If you don't want to stretch the dynamic range, and create a 8bpp or 16bpp PNG image, you can use the following URIs::