From b448b4953c8a8c2bd307844a5705b9832a6cffa4 Mon Sep 17 00:00:00 2001 From: andreas kainz Date: Wed, 8 Jan 2020 15:43:21 +0100 Subject: tdf#128658 presentation optimizer default image settings update Change-Id: I38a2e1036befe48d9a82994b6e774c7cf427c328 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86436 Tested-by: Jenkins Reviewed-by: andreas_kainz --- .../openoffice/Office/PresentationMinimizer.xcu | 57 ++++++++++++++++++++-- .../openoffice/Office/PresentationMinimizer.xcs | 10 +++- 2 files changed, 61 insertions(+), 6 deletions(-) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu b/officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu index 28a54ab92b06..3a6148b85c1e 100644 --- a/officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu +++ b/officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu @@ -76,14 +76,20 @@ 0;<no change> - 90;90 DPI (screen resolution) + 96;96 DPI (screen resolution) 150;150 DPI (projector resolution) + 250;250 DPI (print resolution) + + 300;300 DPI (print resolution) + + 600;600 DPI (print resolution) + ~Embed external images @@ -248,7 +254,7 @@ The current presentation contains no OLE objects. - Screen optimized (smallest file size) + E-mail (96 DPI): minimize document size for sharing true @@ -260,7 +266,7 @@ The current presentation contains no OLE objects. true - 90 + 96 true @@ -289,7 +295,7 @@ The current presentation contains no OLE objects. - Projector optimized + Web (150 DPI): good for web pages and projectors true @@ -330,7 +336,7 @@ The current presentation contains no OLE objects. - Print optimized + Print (300 DPI): excellent quality on most printers and screens true @@ -369,6 +375,47 @@ The current presentation contains no OLE objects. true + + + High fidelity: preserves quality of the original picture + + + true + + + 80 + + + true + + + 0 + + + true + + + true + + + 0 + + + true + + + true + + + false + + + true + + + true + + diff --git a/officecfg/registry/schema/org/openoffice/Office/PresentationMinimizer.xcs b/officecfg/registry/schema/org/openoffice/Office/PresentationMinimizer.xcs index a841f97d2ce6..4ed868a5a938 100644 --- a/officecfg/registry/schema/org/openoffice/Office/PresentationMinimizer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/PresentationMinimizer.xcs @@ -201,7 +201,7 @@ String STR_IMAGE_RESOLUTION_1. - 90;90 DPI (screen resolution) + 96;96 DPI (screen resolution) String STR_IMAGE_RESOLUTION_2. @@ -209,8 +209,16 @@ String STR_IMAGE_RESOLUTION_3. + 250;250 DPI + + + String STR_IMAGE_RESOLUTION_4. 300;300 DPI (print resolution) + + String STR_IMAGE_RESOLUTION_5. + 600;600 DPI + String STR_EMBED_LINKED_GRAPHICS. ~Embed external images -- cgit