plug-ins: Add webp saving support through file-gegl

This commit is contained in:
Michael Henning 2013-07-25 14:01:30 -04:00
parent dfad079ae0
commit 37195c8d4e
1 changed files with 3 additions and 1 deletions

View File

@ -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"
}
};