GNOME Bugzilla – Bug 761521
Port WebP loader (webp-load) to GIO
Last modified: 2016-03-20 20:55:34 UTC
Operation webp-load should be ported to GIO (should use gegl_gio_open_input_stream() and accept an URI parameter). More informations: http://wiki.gimp.org/index.php/Hacking:Porting_file_plugins_to_GEGL_and_GIO
Created attachment 320397 [details] [review] webp-load port to GIO, initial patch
commit df44954d8b0f137f5d127076e9e2f0e55e4170cb Author: Martin Blanchard <tchaik@gmx.com> Date: Wed Feb 3 22:08:43 2016 +0100 webp: Port webp-load operation to GIO Make use of gegl_gio_open_input_stream() service. New 'uri' property (along the existing 'path' one); benefit is that files can be opened from distant locations now. https://bugzilla.gnome.org/show_bug.cgi?id=761521
Created attachment 324385 [details] [review] Do not pass warning strings directly to printf function Do not pass warning strings directly to printf function