mirror of https://github.com/GNOME/gimp.git
plug-ins: Add webp saving support through file-gegl
This commit is contained in:
parent
dfad079ae0
commit
37195c8d4e
|
@ -92,7 +92,9 @@ static const FileFormat file_formats[] =
|
|||
"Loads WebP images using GEGL",
|
||||
"This procedure loads images in WebP format, using gegl:load",
|
||||
|
||||
NULL, NULL, NULL /* no WebP saving */
|
||||
"file-webp-save",
|
||||
"Saves WebP images using GEGL",
|
||||
"This procedure saves images in WebP format, using gegl:save"
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue