gimp/plug-ins/file-webp
Jehan 2ddc2ab7be plug-ins: some cleanup in file-webp.
- use g_file_peek_path() instead of g_file_get_path() in various places.
  Less prone to memory management bugs (not forgetting to free in all
  cases). Also it is often more efficient, especially for local files
  where the _peek_ variant does not even need to allocate any memory as
  path is already hanging around (and local files are the most common
  use cases, I believe!).
- Also gets rid of one GFile creation with g_file_new_for_path() from
  the path returned from another GFile! We can just use the same GFile
  as it is not freed and perfectly usable.
2021-10-01 18:47:30 +02:00
..
.gitignore Bug 769651 - Add webp file format support to gimp master 2016-08-09 21:21:52 +02:00
Makefile.am plug-ins: port file-webp to GimpPlugIn and libgimp objects 2019-08-24 11:45:01 +02:00
file-webp-dialog.c plug-in, libgimp: Fixes #6753: redesign of WebP Export dialog 2021-06-18 16:42:08 +05:30
file-webp-dialog.h plug-ins: port file-webp to GimpProcedureConfig 2019-09-27 16:24:16 +02:00
file-webp-load.c plug-ins: some cleanup in file-webp. 2021-10-01 18:47:30 +02:00
file-webp-load.h pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
file-webp-save.c plug-ins: some cleanup in file-webp. 2021-10-01 18:47:30 +02:00
file-webp-save.h app: support saving/exporting with multi-selection. 2020-05-17 18:32:16 +02:00
file-webp.c plug-in, libgimp: Fixes #6753: redesign of WebP Export dialog 2021-06-18 16:42:08 +05:30
file-webp.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
meson.build meson: Use libgimp(ui)_dep in plug-ins meson files 2020-05-11 07:01:37 +02:00