GNOME Bugzilla – Bug 763577
Port WebP saver (webp-save) to GIO
Last modified: 2016-03-20 21:28:03 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
Created attachment 324304 [details] [review] webp-save port to GIO, initial patch
Created attachment 324371 [details] [review] Do not pass warning strings directly to printf function
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