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 768351 - Port JPEG saver (jpg-save) to GIO
Port JPEG saver (jpg-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-07-03 20:46 UTC by Martin Blanchard
Modified: 2017-04-28 23:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
First attempt (9.04 KB, patch)
2016-07-03 20:48 UTC, Martin Blanchard
none Details | Review

Description Martin Blanchard 2016-07-03 20:46:34 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
Comment 1 Martin Blanchard 2016-07-03 20:48:24 UTC
Created attachment 330820 [details] [review]
First attempt
Comment 2 Øyvind Kolås (pippin) 2017-04-28 23:25:35 UTC
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