After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 763577 - Port WebP saver (webp-save) to GIO
Port WebP saver (webp-save) to GIO
Status: RESOLVED FIXED
Product: GEGL
Classification: Other
Component: operations
git master
Other Linux
: Normal enhancement
: ---
Assigned To: Default Gegl Component Owner
Default Gegl Component Owner
Depends on:
Blocks:
 
 
Reported: 2016-03-13 20:06 UTC by Martin Blanchard
Modified: 2016-03-20 21:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
webp-save port to GIO, initial patch (6.40 KB, patch)
2016-03-18 20:18 UTC, Martin Blanchard
none Details | Review
Do not pass warning strings directly to printf function (6.41 KB, patch)
2016-03-20 16:39 UTC, Martin Blanchard
none Details | Review

Description Martin Blanchard 2016-03-13 20:06:59 UTC
Operation webp-save should be ported to GIO (should use gegl_gio_open_output_stream()). More informations:

http://wiki.gimp.org/index.php/Hacking:Porting_file_plugins_to_GEGL_and_GIO
Comment 1 Martin Blanchard 2016-03-18 20:18:43 UTC
Created attachment 324304 [details] [review]
webp-save port to GIO, initial patch
Comment 2 Martin Blanchard 2016-03-20 16:39:47 UTC
Created attachment 324371 [details] [review]
Do not pass warning strings directly to printf function
Comment 3 Øyvind Kolås (pippin) 2016-03-20 21:28:03 UTC
commit ff766f23e3bb792c86b45be602c6d5a7976b53f4
Author: Martin Blanchard <tchaik@gmx.com>
Date:   Sun Mar 20 17:32:53 2016 +0100

    webp: Port webp-save operation to GIO
    
    Make use of gegl_gio_open_output_stream() service. No more direct
    fopen() call for output.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763577