From e22b2bc0beeb1bb32184af509af98c303677032c Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 20 Aug 2018 16:35:42 -0300 Subject: tdf#95490 Help page for image compression Change-Id: If3311afeac94d16b18e80db83125394daea580ff Reviewed-on: https://gerrit.libreoffice.org/59367 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/shared/01/image_compression.xhp | 68 +++++++++++++++++++++++++++++ source/text/shared/06/svx_screenshots.xhp | 25 +++++++++++ 2 files changed, 93 insertions(+) create mode 100644 source/text/shared/01/image_compression.xhp create mode 100644 source/text/shared/06/svx_screenshots.xhp (limited to 'source/text') diff --git a/source/text/shared/01/image_compression.xhp b/source/text/shared/01/image_compression.xhp new file mode 100644 index 0000000000..c057346756 --- /dev/null +++ b/source/text/shared/01/image_compression.xhp @@ -0,0 +1,68 @@ + + + + + + Compress Image + /text/shared/01/image_compression.xhp + + + + + image;compression + image;reduce image size + image;size reduction + image;resize + image;change resolution + +
+ + + Compress Image + Compress the selected image to reduce its data size and resize the image in the document. +
+ + Image compression is a type of data compression applied to digital images, to reduce storage size or transmission time. Compression may take advantage of visual perception and the statistical properties of image data to preserve information quality. + Image compression can be lossless or lossy. Lossless compression allows the original image to be perfectly reconstructed from the compressed data. By contrast, lossy compression permits reconstruction only of an approximation of the original image, therefore with some loss of quality, though usually with improved compression rates (and therefore reduced file sizes). +
+ Select the image, choose Format - Image - Compress... + Select the image, + open the context menu and choose Image - Compress... + open the context menu and choose Compress... +
+ + + Compression + JPEG Quality + Use the slider to adjust the level of quality of he JPEG compression, from 0 to 100. A value of 100 means no quality loss and a value of 0 may result in a very poor image. The default value of 90 produces very good results and significant image data size reduction. + The compression values are not standardized between different JPEG image compression software. + + PNG Compression + Since PNG compression is lossless, the main reason to use a compression factor less than 9 is when there is absolute need to reduce the size of the document when saving in a slow computer. The uncompress operation does not depend on the compression level. + + Resolution + Reduce image resolution + Check to change the dimensions of the compressed image. + Width, Height + Use the spin buttons to set the new width and height of the compressed image. + Resolution + Select the pixel density (dot per inch - DPI) of the image from the dropdown list. + + Interpolation + Select the algorithm to calculate the interpolated pixels. + + Image Information + Calculate New Size... + Click to calculate the size of the image data, based on the settings of the dialog box. +
+ Wikipedia on image file formats. +
+ +
diff --git a/source/text/shared/06/svx_screenshots.xhp b/source/text/shared/06/svx_screenshots.xhp new file mode 100644 index 0000000000..a1966d1269 --- /dev/null +++ b/source/text/shared/06/svx_screenshots.xhp @@ -0,0 +1,25 @@ + + + + + + + SVX Screenshots + /text/shared/06/svx_screenshots.xhp + + + +
+ + Compress Image Dialog + +
+ +
-- cgit