[krita] [Bug 414444] Saving as webp doesn't give any option

2021-07-18 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=41

amyspark  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/0d811d346
   ||4a8ba10f3c8dc705a302f030326
   ||a73d
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from amyspark  ---
Git commit 0d811d3464a8ba10f3c8dc705a302f030326a73d by L. E. Segovia.
Committed on 18/07/2021 at 18:04.
Pushed by dkazakov into branch 'master'.

WebP: add libwebp based file format plugin

This commit incorporates a new file format plugin based on the official
libwebp codec. It also brings new import/export dialogs that enable
access to all the available configuration parameters in libwebp as of
1.20. (I have ifdef'd the most recent bits so it should compile with the
latest LTS release.)

CCMAIL: kimages...@kde.org

M  +2-03rdparty/CMakeLists.txt
A  +25   -03rdparty/ext_webp/0001-Fix-CMake-targets-install-directory.patch
A  +15   -03rdparty/ext_webp/CMakeLists.txt
M  +12   -0CMakeLists.txt
M  +1-1build-tools/windows/build-msvc.cmd
M  +1-1build-tools/windows/build.cmd
A  +224  -0cmake/modules/FindWebP.cmake
M  +1-0packaging/android/androidbuild.sh
M  +1-0packaging/linux/appimage/build-deps.sh
M  +1-1packaging/macos/osxbuild.sh
M  +4-0plugins/impex/CMakeLists.txt
M  +2-2plugins/impex/qimageio/krita_qimageio_export.json
M  +2-2plugins/impex/qimageio/krita_qimageio_import.json
A  +27   -0plugins/impex/webp/CMakeLists.txt
A  +166  -0plugins/impex/webp/dlg_webp_export.cpp [License: GPL(v2.0+)]
A  +28   -0plugins/impex/webp/dlg_webp_export.h [License: GPL(v2.0+)]
A  +822  -0plugins/impex/webp/dlg_webp_export.ui
A  +181  -0plugins/impex/webp/dlg_webp_import.cpp [License: GPL(v2.0+)]
A  +54   -0plugins/impex/webp/dlg_webp_import.h [License: GPL(v2.0+)]
A  +421  -0plugins/impex/webp/dlg_webp_import.ui
A  +237  -0plugins/impex/webp/kis_webp_export.cpp [License: GPL(v2.0+)]
A  +29   -0plugins/impex/webp/kis_webp_export.h [License: GPL(v2.0+)]
A  +191  -0plugins/impex/webp/kis_webp_import.cpp [License: GPL(v2.0+)]
A  +32   -0plugins/impex/webp/kis_webp_import.h [License: GPL(v2.0+)]
A  +72   -0plugins/impex/webp/krita_webp.desktop
A  +12   -0plugins/impex/webp/krita_webp_export.json
A  +12   -0plugins/impex/webp/krita_webp_import.json

https://invent.kde.org/graphics/krita/commit/0d811d3464a8ba10f3c8dc705a302f030326a73d

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 414444] Saving as webp doesn't give any option

2021-06-06 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=41

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/graphics/krita/-/merge_requests/891

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 414444] Saving as webp doesn't give any option

2021-06-05 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=41

amyspark  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |a...@amyspark.me

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 414444] Saving as webp doesn't give any option

2021-06-04 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=41

amyspark  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 CC||a...@amyspark.me
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 414444] Saving as webp doesn't give any option

2019-11-24 Thread Lynx3d
https://bugs.kde.org/show_bug.cgi?id=41

Lynx3d  changed:

   What|Removed |Added

 CC||l...@aspect-design.de

--- Comment #1 from Lynx3d  ---
It's a minimal solution, but a quality setting is in master already, because it
annoyed me too:
https://invent.kde.org/kde/krita/commit/5939f1315fbd952a82c434beb6e2c7a33d4f9b78

The Qt WebP image I/O plugin unfortunately is very minimalist too, so for
things like separate alpha quality and the various filtering options it'd need
a dedicated export plugin using libwepb directly.

-- 
You are receiving this mail because:
You are watching all bug changes.