GNOME Bugzilla – Bug 764005
Port NumPy saver (npy-save) to GIO
Last modified: 2017-04-29 16:54:14 UTC
Operation npy-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 324843 [details] [review] npy-save port to GIO, initial patch
Created attachment 329127 [details] [review] npy-save port to GIO, rebased upon master
commit 684c18fbfb21ca53cf3d266b1b1469b63ad3e5ea Author: Martin Blanchard <tchaik@gmx.com> Date: Sat Jun 4 18:05:15 2016 +0200 npy: Port npy-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=764005