GNOME Bugzilla – Bug 759790
Port JPEG 2000 loader (jp2-load) to GIO
Last modified: 2016-02-12 15:11:33 UTC
Operation jp2-load, JPEG 2000's loader, is currently opening file through regular fds. This shoulf be changed in favor of a GIO based strategy. See this page for more informations: http://wiki.gimp.org/index.php/Hacking:Porting_file_plugins_to_GEGL_and_GIO
Created attachment 317803 [details] [review] jp2-load port to GIO, initial patch
commit 2597d3ea6ed88a02a3b98b87b74bdf56032bb5d1 Author: Martin Blanchard <tchaik@gmx.com> Date: Tue Dec 22 23:41:28 2015 +0100 jp2: Port jp2-load operation to GIO Get rid of jas_stream_fopen(), use GIO streams instead. 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=759790