Skip to content

plug-in, libgimp: Fixes #6753: redesign of WebP Export dialog

Mayank Suman requested to merge mayanksuman/gimp:webp_exif_fix_6753 into master

Added an option for exporting thumbnail in WebP Export dialogbox.

Additionally, introduced a function gimp_procedure_dialog_fill_expander. The function is similar to gimp_procedure_dialog_fill_frame but allows adding GtkExpander instead of GtkFrame.

However, the commit has one issue: If animated WebP is being saved then scale for image quality and alpha quality become very small, as shown in the attached screenshot.

Screenshot_from_2021-05-02_23-11-16

The size of these scale slider is fine in case of un-animated (having single layer) WebP.

Screenshot_from_2021-05-02_23-15-09

As a first time hacker of GIMP codebase, I was not able to solve this issue. Any suggestion is welcome on this issue.

Fix #6753 (closed)

Edited by Mayank Suman

Merge request reports