From d1d654ebac2d51e3841675faeb56480e440f622f Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Tue, 5 Mar 2024 18:08:09 +0100 Subject: Initial commit --- docs/advanced/image-processing.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/advanced/image-processing.rst (limited to 'docs/advanced/image-processing.rst') diff --git a/docs/advanced/image-processing.rst b/docs/advanced/image-processing.rst new file mode 100644 index 0000000..dba71d0 --- /dev/null +++ b/docs/advanced/image-processing.rst @@ -0,0 +1,19 @@ +Image processing +================ + +Images are processed by the `Python Imaging Library (Pillow) +`_ which supports a `wide +variety +`_ of +image formats. Processed images are stored in the :ref:`overview-object-store` +using the `webp `_ format. Images are +resampled using a `Lanczos filter +`_. + +Scaling +------- + +By default, images are scaled to fit within the bounds of ``4200x2000`` pixels +for display in the reader, and ``1680x800`` pixels for use as thumbnails. These +values are optimized for larger displays and may be :ref:`changed in the +configuration file ` if you do not require such high resolutions. -- cgit v1.2.3-2-gb3c3