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

2016-02-09 Thread Kevin Cozens

On 16-01-24 04:54 PM, Alexandre Prokoudine wrote:

On Sun, Jan 24, 2016 at 10:01 PM, JamesB wrote:


You already know the solution, James: use the stable version.


am using 2.8.16!


That's quite unlikely. As mentioned earlier, GIMP 2.8.x simply doesn't
have the plugin for loading NEF.


For loading NEF files you need the gimp-dcraw or gimp-ufraw packages 
installed. On my machine I'm using the dcraw based package.


--
Cheers!

Kevin.

http://www.ve3syb.ca/   |"Nerds make the shiny things that distract
Owner of Elecraft K2 #2172  | the mouth-breathers, and that's why we're
| powerful!"
#include  | --Chris Hardwick
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


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

2016-01-31 Thread Partha Bagchi
On Sun, Jan 31, 2016 at 10:19 AM, Alexandre Prokoudine <
alexandre.prokoud...@gmail.com> wrote:

> 31 янв. 2016 г. 16:34 пользователь "Partha Bagchi" написал:
>
> > > That doesn't fix anything here.
> > >
> > Are you using Windows or some other OS?
>
> Linux
>
OK. In Windows I had to disable the #ifdef _WIN32 in the beginning and
define PIPE_MODE as "rb".

I got it to work in McGimp as well though.

>
> Alex
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> 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:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

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

2016-01-31 Thread Alexandre Prokoudine
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
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


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

2016-01-31 Thread Partha Bagchi
On Sun, Jan 31, 2016 at 7:52 AM, Alexandre Prokoudine <
alexandre.prokoud...@gmail.com> wrote:

> 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.
>
Are you using Windows or some other OS?

>
> Alex
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> 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:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


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

2016-01-31 Thread Alexandre Prokoudine
31 янв. 2016 г. 16:34 пользователь "Partha Bagchi" написал:

> > That doesn't fix anything here.
> >
> Are you using Windows or some other OS?

Linux

Alex
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

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

2016-01-24 Thread Partha Bagchi
On Sun, Jan 24, 2016 at 2:11 AM, Alexandre Prokoudine
 wrote:
> On Sun, Jan 24, 2016 at 3:26 AM, Patrick Shanahan wrote:
>
>> There is *not* a "NEF issue" as .nef is a nikon proprietary file which
>> need dcraw or ufraw front end to open and pass to gimp.  gimp by itself
>> cannot open a nef file.  I don't work on windows, but linux.  Partha may
>> have added something to his gimp packages to facilitate opening non-open
>> format files, but to my knowledge, gimp must call an external program to
>> pass nef files to it.  gimp is *not* photoshop.
>
> This not entirely correct. Or, to be more precise, this is entirely incorrect.
>
> 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);


>
> The stable version of GIMP doesn't have this plugin and, therefore,
> doesn't have this issue. Therefore, the solution is to stick to the
> stable version until this is resolved one way or another.
>
> Windows vs. Linux are irrelevant.
>
> Photoshop is irrelevant (ACR is a plugin, just like UFRaw).
>
> Alex
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> 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:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


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

2016-01-24 Thread Alexandre Prokoudine
24 янв. 2016 г. 21:51 пользователь "JamesB"  написал:

> are we foreseeing an answer to the issue? Are there any hope for
newcomers to
> GIMP?

You already know the solution, James: use the stable version.

Alex
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

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

2016-01-24 Thread Michael Schumacher


On 01/24/2016 08:01 PM, JamesB wrote:
>> 24 янв. 2016 г. 21:51 пользователь "JamesB" 
>> написал:
>> newcomers to
>> You already know the solution, James: use the stable version.

> am using 2.8.16!   any other comments?

Then why were you posting in the thread about NEF support (or RAW, in
general) for 2.9.x?

You've got UFRaw installed?


-- 
Regards,
Michael
GPG: 96A8 B38A 728A 577D 724D 60E5 F855 53EC B36D 4CDD
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

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

2016-01-24 Thread Rick Strong

Hi James,

You may not be aware that Nikon provides two FREE programs for working with 
NEF files.


- ViewNX-i   for transferring from your card reader or camera (click 
"Transfer" icon), among other things.
- Capture NX-D   for working on exposure compensation, Active-D lighting, 
etc.


Both programs can export to JPEG, TIFF 8bit and TIFF 16 bit files. This is 
not the answer you were hoping for, but it is a work-around for now.


I believe (new GIMP user here) that GIMP only opens TFF 8bit files, or 
converts 16s to 8s, so saving in 8bit TIFF saves any loss in conversion.


I use the two Nikon programs all the time because I found Lightroom to be 
lousy.


Cheers,
Rick

-Original Message- 
From: JamesB

Sent: Sunday, January 24, 2016 8:09 AM
To: gimp-user-list@gnome.org
Cc: notificati...@gimpusers.com
Subject: [Gimp-user] Can't open nef images in gimp 2.9.3


are we foreseeing an answer to the issue? Are there any hope for newcomers 
to

GIMP?

--
JamesB (via www.gimpusers.com/forums)
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
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:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


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

2016-01-24 Thread Partha Bagchi
On Sun, Jan 24, 2016 at 5:00 PM, Alexandre Prokoudine
 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:gimp-user-list@gnome.org
> 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:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


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

2016-01-23 Thread Patrick Shanahan
* JamesB  [01-23-16 19:02]:
> >Dear Partha
> >
> >2015-12-21 12:19 GMT-05:00, Partha Bagchi :
> >When trying this procedure indeed, the ufraw soft is launched but it
> >says
> >
> >TIFF image error
> >Unknown field with tag 36867 (0x9003) encountered
> >
> >So I think it tries to open it as a TIFF image. Eventhough it still
> >opens the image as thumbnail, very odd.
> >
> >Regards
> >Alex
> 
> 
> Am struggling to use gimp for the past month.  Thinking of going back to
> Photoshop.
> 
> Do we expect to have the NEF issue solved once and for all in the near future,
> since this is ongoing for some time?


There is *not* a "NEF issue" as .nef is a nikon proprietary file which
need dcraw or ufraw front end to open and pass to gimp.  gimp by itself
cannot open a nef file.  I don't work on windows, but linux.  Partha may
have added something to his gimp packages to facilitate opening non-open
format files, but to my knowledge, gimp must call an external program to
pass nef files to it.  gimp is *not* photoshop.

-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
Registered Linux User #207535@ http://linuxcounter.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


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

2016-01-23 Thread Alexandre Prokoudine
On Sun, Jan 24, 2016 at 3:26 AM, Patrick Shanahan wrote:

> There is *not* a "NEF issue" as .nef is a nikon proprietary file which
> need dcraw or ufraw front end to open and pass to gimp.  gimp by itself
> cannot open a nef file.  I don't work on windows, but linux.  Partha may
> have added something to his gimp packages to facilitate opening non-open
> format files, but to my knowledge, gimp must call an external program to
> pass nef files to it.  gimp is *not* photoshop.

This not entirely correct. Or, to be more precise, this is entirely incorrect.

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.

The stable version of GIMP doesn't have this plugin and, therefore,
doesn't have this issue. Therefore, the solution is to stick to the
stable version until this is resolved one way or another.

Windows vs. Linux are irrelevant.

Photoshop is irrelevant (ACR is a plugin, just like UFRaw).

Alex
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


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

2015-12-21 Thread Alex Vergara Gil
Dear Partha

2015-12-21 12:19 GMT-05:00, Partha Bagchi :
> Alex,
>
> 1. Open GIMP 2.9.3
> 2. Open the File Dialog (File -> Open)
> 3. From the drop down list, click on raw image ( File type = raw
> image, Extension = 3fr, ari, arw, cap, cine, cr2, etc.)
> 4. Open your NEF image.
>
> This will open UFRaw and then do your processing and then open it in GIMP.
>
> Tell me if this does or does not work. I just tested it and it's fine.
>
> You are correct that NEF itself is broken and I'll investigate why.
>
> Thanks,
> Partha
>

When trying this procedure indeed, the ufraw soft is launched but it says

TIFF image error
Unknown field with tag 36867 (0x9003) encountered

So I think it tries to open it as a TIFF image. Eventhough it still
opens the image as thumbnail, very odd.

Regards
Alex
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


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

2015-12-21 Thread Alexandre Prokoudine
On Mon, Dec 21, 2015 at 5:11 PM, Alex Vergara Gil wrote:
> Hello
>
> One of the greatest things of the new gimp 2.9.3 is the handling of
> nef files (raw camera images), they even appear in the file format
> list, great! But in my windows 8 x64 bits with Partha's build it just
> doesn't open, when trying to do that GIMP says image can't be opened,
> but i can open the image even on windows photo software (the one that
> is fullscreen) and it is ok. I dont know if this is a bug of GIMP or
> something specific to windows so i'll wait until someone else can
> duplicate this issue.

Or something specific to the unofficial build that you use on Windows.

Alex
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


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

2015-12-21 Thread Elle Stone

On 12/21/2015 09:18 AM, Alexandre Prokoudine wrote:

On Mon, Dec 21, 2015 at 5:11 PM, Alex Vergara Gil wrote:

Hello

One of the greatest things of the new gimp 2.9.3 is the handling of
nef files (raw camera images), they even appear in the file format
list, great! But in my windows 8 x64 bits with Partha's build it just
doesn't open, when trying to do that GIMP says image can't be opened,
but i can open the image even on windows photo software (the one that
is fullscreen) and it is ok. I dont know if this is a bug of GIMP or
something specific to windows so i'll wait until someone else can
duplicate this issue.


Or something specific to the unofficial build that you use on Windows.

Alex


Using default GIMP 2.9.3 updated a couple of days ago on Linux, and 
opening a CR2 file, the resulting image is the correct size, and only 
8-bits, so I'm assuming the raw file is being opened by UFRaw, yes?


Opening a NEF file using GIMP, the resulting image is just a 160px by 
120px thumbnail, though the file on disk is 17MB. So NEF doesn't seem to 
be working through the UFRaw plug-in.


I'm using UFRaw version 0.22, compiled with the GIMP plug-in, FWIW, and 
in case the UFRaw version makes a difference.


Some GEGL code suggests that there might be raw file support independent 
of UFRaw (rawload.c). Is this available through GIMP?


Elle

___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


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

2015-12-21 Thread Alex Vergara Gil
2015-12-21 11:36 GMT-05:00, Partha Bagchi :
> On Mon, Dec 21, 2015 at 11:12 AM, Alex Vergara Gil
>  wrote:
>> 2015-12-21 9:54 GMT-05:00, Alexandre Prokoudine
>> :
>>> On Mon, Dec 21, 2015 at 5:44 PM, Elle Stone wrote:
>>>
 Using default GIMP 2.9.3 updated a couple of days ago on Linux, and
 opening
 a CR2 file, the resulting image is the correct size, and only 8-bits
>>>
>>> https://sourceforge.net/p/ufraw/feature-requests/274/
>>>
>>> Unsure if this made it to 0.20+ though. And anyway, there have been no
>>> installers of UFRaw for Windows for a long time (0.19.2 was the last
>>> one, and it was before the aforementiond patch).
>>>
>>> Alex
>>
>> Yes Elle, thats a bit different error, but still an error. Is there
>> some official suport for NEF files inside GIMP, maybe through GEGL?
>>
>> Alex
> Yes, there is only for NEF. If you are using my build then select NEF
> image, it should open a 32-bit floating rendition.
>
> Bottom line as I said below, don't use the automatic detection feature.
>


Dear Partha

Thank for your reply, and for your daily builds!, I can confirm both ways:
1. open NEF files with automatic detection yiels an error, gimp cant open image
2. selecting nef file in the list yields an image, but only a tiny
little thumbnail, as Elle said before

So this might be a bug, are you handling nef files with some plugin?

Regards
Alex
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


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

2015-12-21 Thread Elle Stone

On 12/21/2015 11:12 AM, Alex Vergara Gil wrote

On Mon, Dec 21, 2015 at 5:44 PM, Elle Stone wrote:


Using default GIMP 2.9.3 updated a couple of days ago on Linux, and
opening
a CR2 file, the resulting image is the correct size, and only 8-bits


Yes Elle, thats a bit different error, but still an error. Is there
some official suport for NEF files inside GIMP, maybe through GEGL?


The error to which I was actually referring was the fact that when 
opening a NEF file, all I get using default GIMP 2.9.3 on Linux is the 
thumbnail, not the full image.


If you can't open a NEF file using GIMP (on Windows),

and all I get when opening a NEF file using GIMP (on Linux) is a tiny 
little thumbnail,


then it seems to me that these might be related errors. But of course 
they might be two entirely separate errors.


Elle


___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


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

2015-12-21 Thread Partha Bagchi
Hi Alex.

When you select RAW images (with a long list of image formats such as
cr2, nef etc.) from the dropdown list and then click on your NEF, does
it open UFRaw or not? Let me know otherwise and we'll work to get it
fixed for you. You can email me directly or respond there.

Don't rely on the automatic detection since it's a back and forth
between GIMP and UFRaw. NEF is based on the TIFF format and hence the
confusion.

Thanks,
Partha

PS: Another recommendation I would make is to use RawTherapee to
preprocess and then send to GIMP.

On Mon, Dec 21, 2015 at 9:11 AM, Alex Vergara Gil
 wrote:
> Hello
>
> One of the greatest things of the new gimp 2.9.3 is the handling of
> nef files (raw camera images), they even appear in the file format
> list, great! But in my windows 8 x64 bits with Partha's build it just
> doesn't open, when trying to do that GIMP says image can't be opened,
> but i can open the image even on windows photo software (the one that
> is fullscreen) and it is ok. I dont know if this is a bug of GIMP or
> something specific to windows so i'll wait until someone else can
> duplicate this issue.
>
> Regards
> Alex
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> 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:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


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

2015-12-21 Thread Partha Bagchi
On Mon, Dec 21, 2015 at 11:12 AM, Alex Vergara Gil
 wrote:
> 2015-12-21 9:54 GMT-05:00, Alexandre Prokoudine
> :
>> On Mon, Dec 21, 2015 at 5:44 PM, Elle Stone wrote:
>>
>>> Using default GIMP 2.9.3 updated a couple of days ago on Linux, and
>>> opening
>>> a CR2 file, the resulting image is the correct size, and only 8-bits
>>
>> https://sourceforge.net/p/ufraw/feature-requests/274/
>>
>> Unsure if this made it to 0.20+ though. And anyway, there have been no
>> installers of UFRaw for Windows for a long time (0.19.2 was the last
>> one, and it was before the aforementiond patch).
>>
>> Alex
>
> Yes Elle, thats a bit different error, but still an error. Is there
> some official suport for NEF files inside GIMP, maybe through GEGL?
>
> Alex
Yes, there is only for NEF. If you are using my build then select NEF
image, it should open a 32-bit floating rendition.

Bottom line as I said below, don't use the automatic detection feature.
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


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

2015-12-21 Thread Alexandre Prokoudine
On Mon, Dec 21, 2015 at 5:44 PM, Elle Stone wrote:

> Using default GIMP 2.9.3 updated a couple of days ago on Linux, and opening
> a CR2 file, the resulting image is the correct size, and only 8-bits

https://sourceforge.net/p/ufraw/feature-requests/274/

Unsure if this made it to 0.20+ though. And anyway, there have been no
installers of UFRaw for Windows for a long time (0.19.2 was the last
one, and it was before the aforementiond patch).

Alex
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


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

2015-12-21 Thread Alex Vergara Gil
2015-12-21 9:54 GMT-05:00, Alexandre Prokoudine
:
> On Mon, Dec 21, 2015 at 5:44 PM, Elle Stone wrote:
>
>> Using default GIMP 2.9.3 updated a couple of days ago on Linux, and
>> opening
>> a CR2 file, the resulting image is the correct size, and only 8-bits
>
> https://sourceforge.net/p/ufraw/feature-requests/274/
>
> Unsure if this made it to 0.20+ though. And anyway, there have been no
> installers of UFRaw for Windows for a long time (0.19.2 was the last
> one, and it was before the aforementiond patch).
>
> Alex

Yes Elle, thats a bit different error, but still an error. Is there
some official suport for NEF files inside GIMP, maybe through GEGL?

Alex
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list