RSS/Atom feed Twitter
Site is read-only, email is disabled

gegl nef raw loader Windows 7 64 bit

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

gegl nef raw loader Windows 7 64 bit Partha Bagchi 09 Jun 05:12
Partha Bagchi
2013-06-09 05:12:34 UTC (almost 12 years ago)

gegl nef raw loader Windows 7 64 bit

Pippin,

I am having an issue with raw-load.c. Firstly, I think the following line command = g_strdup_printf ("dcraw -4 -c '%s'\n", op_raw_load->path); should be
command = g_strdup_printf ("dcraw -4 -c \"%s\"\n", op_raw_load->path); Otherwise, you have problems with spaces in filename. However, once it renders the image, it's completely black. It does get the right dimensions.

I tested the command with dcraw 9.17 and from the command line (mingw or cmd), I can get a fine ppm image(only 8-bit though) that gimp can read. It's gegl and command line that I can't get to work.

This is Windows specific, since it is working on Linux (I presume) and on a Mac (I tested).

Thanks,
Partha