brunolojor / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

Add support for RAW pictures #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have many pictures in RAW format (NEF in my case). I wish to load them in
jBrout :
- at least see that they are here in an album
- be able to open them in an editor in order to develop them. This means
that I'll get another picture in JPEG format in the same folder. Then I may
refresh the folder, or ideally jBrout would load the picture if the only
change in the filename is the extension.
I guess this might be implemented in a generic way : handle non jpeg files.
But there will be side effects : it might be possible to tag them or not, etc.

I don't think that we can avoid implementing support for RAW files as this
is a very normal need for many photographers...

Original issue reported on code.google.com by tbenita on 12 Jul 2009 at 10:11

GoogleCodeExporter commented 8 years ago
Doesn't seem to be heavy ; I start to add NEF in the list of accepted files, 
and only
the thumbnail is missing, but it can be rebuilt. I'm going ahaid.

Original comment by tbenita on 12 Jul 2009 at 10:22

GoogleCodeExporter commented 8 years ago
Done. You may import NEF files. Other formats may be added very easily.

Original comment by tbenita on 13 Jul 2009 at 9:02