GNOME Bugzilla – Bug 768351
Port JPEG saver (jpg-save) to GIO
Last modified: 2017-04-28 23:58:02 UTC
Operation jpg-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 330820 [details] [review] First attempt
make check passes with this commit applied - better keep it in git than bugzilla where the code might rot faster. commit 8d784c475fa68a0de805503dcf9b3b814aa157c3 Author: Martin Blanchard <tchaik@gmx.com> Date: Sun Jul 3 22:43:54 2016 +0200 jpg: Port jpg-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=768351