Re: [Gimp-user] Can't open nef images in gimp 2.9.3



On Mon, Jan 25, 2016 at 1:43 AM, Partha Bagchi wrote:

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);

That doesn't fix anything here.

Alex


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]