summaryrefslogtreecommitdiff
path: root/vcl/workben/webpfuzzer.options
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2022-01-13 15:59:49 +0100
committerMiklos Vajna <vmiklos@collabora.com>2022-01-31 10:44:29 +0100
commit60eaa424c5e213f31227008e1ed66a646491a360 (patch)
tree7f1a2ff9e73367502d63bb84a528d855ccff17a6 /vcl/workben/webpfuzzer.options
parentb7d5ff4bbf41094b6579ae26023fbd686b060ce9 (diff)
support for the WebP image format (tdf#114532)
This commit implements a WebP reader and writer for both lossless and lossy WebP, export dialog options for selecting lossless/lossy and quality for lossy, and various internal support for the format. Since writing WebP to e.g. ODT documents would make those images unreadable by previous versions with no WebP support, support for that is explicitly disabled in GraphicFilter, to be enabled somewhen later. Change-Id: I9b10f6da6faa78a0bb74415a92e9f163c14685f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128920 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/workben/webpfuzzer.options')
-rw-r--r--vcl/workben/webpfuzzer.options2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/workben/webpfuzzer.options b/vcl/workben/webpfuzzer.options
new file mode 100644
index 000000000000..678d526b1ea9
--- /dev/null
+++ b/vcl/workben/webpfuzzer.options
@@ -0,0 +1,2 @@
+[libfuzzer]
+max_len = 65536
address book, config backend)Michael Stahl 2015-09-18sysui: depend on libreofficekitgtk for introspectionMiklos Vajna 2015-09-14sysui: g-ir-scanner is not available in when introspection is disabledMiklos Vajna 2015-09-03remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl 2015-09-02ditch gnome-vfs2 supportCaolán McNamara 2014-09-11create a master document template typeCaolán McNamara