On Sun, Jan 24, 2016 at 5:00 PM, Alexandre Prokoudine
<[email protected]> wrote:
> On Sun, Jan 24, 2016 at 3:41 PM, Partha Bagchi wrote:
>
>>> Unstable version of GIMP has a plugin that reads/export from/to a
>>> number of file formats supported in GEGL. One of them is NEF, which is
>>> supposed to be loaded via libraw (not dcraw), but doesn't appear to be
>>> loaded properly for some reason.
>> I don't think so: Here is Line 62 from the relevant gegl file loader:
>>
>> command = g_strdup_printf ("dcraw -4 -c '%s'\n", op_raw_load->path);
>
> You are looking at operations/common/dcraw-load.c.
>
> But I'm talking about operations/external/raw-load.c.
>
> Also, installing dcraw doesn't not fix the issue here.
>
I am talking about dcraw-load.c. I have it working by modifying
command = g_strdup_printf ("dcraw -4 -c '%s'\n", op_raw_load->path);
to
command = g_strdup_printf ("dcraw -4 -c \"%s\"\n", op_raw_load->path);
I do get buffer overrun and so some of the images are not rendered
correctly as I have reported in gegl-developer list.
I don't have libraw installed but have dcraw 9.26.
> Alex
> _______________________________________________
> gimp-user-list mailing list
> List address: [email protected]
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives: https://mail.gnome.org/archives/gimp-user-list
_______________________________________________
gimp-user-list mailing list
List address: [email protected]
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives: https://mail.gnome.org/archives/gimp-user-list