Hi,
I already post here for a similar matter, but it doesn't seem to be the same. I have edit metadata of a lot of NEF files, obtained directly from the camera, with Digikam 1.0 beta5(repository version of Ubuntu 9.10). But I'am unable to open their in CaptureNX v2.2.2 (a black picture appear and processing continue without end) nor with ViewNX v1.5 (Unsuppported filetype message is given when i try to view the RAW picture). As for the previous issue of exiv2 (#636), i try to install Exiv2 from SVN and to type in a terminal: exiv2 -M'set Exif.MakerNote.ByteOrder II' (with the path to my corrupt file), but with no result. I search for a new Exiv2 issue about NEF but i don't found any, so i post two versions of a nef file of wich one with the K at the filename end is unopenable with nikon softwares. http://photonoxx.free.fr/digikamNX2/nb-photos-20090715-142043.nef http://photonoxx.free.fr/digikamNX2/nb-photos-20090715-142043K.nef My components info in digikam are followings digiKam version 1.0.0-beta5 Exiv2 can write to Jp2: Yes Exiv2 can write to Jpeg: Yes Exiv2 can write to Pgf: No Exiv2 can write to Png: Yes Exiv2 can write to Tiff: Yes Exiv2 supports XMP metadata: Yes LibCImg: 130 LibExiv2: 0.18.2 LibJPEG: 62 LibJasper: 1.900.1 LibKDE: 4.3.2 (KDE 4.3.2) LibKExiv2: 0.6.0 LibKdcraw: 0.5.0 LibLCMS: 118 LibPGF: 6.09.33 LibPNG: 1.2.37 LibQt: 4.5.2 LibRaw: 0.7.2 LibTIFF: LIBTIFF, Version 3.8.2 Copyright (c) 1988-1996 Sam Leffler Copyright (c) 1991-1996 Silicon Graphics, Inc. Marble widget: 0.8.1 Parallelized demosaicing: Yes LibGphoto2: 2.4.6 LibKipi: 0.4.0 If anybody have an idea about that I'll be very gratefull Nicolas -- Nicolas Boulesteix - Chasseur de lueurs - http://www.photonoxx.fr _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
I think it's deffinitively a problem with Exiv2... Please open a file
in Exiv2 bugzilla. Gilles Caulier 2009/11/20 Photonoxx <[hidden email]>: > Hi, > > I already post here for a similar matter, but it doesn't seem to be the > same. > > I have edit metadata of a lot of NEF files, obtained directly from the > camera, with Digikam 1.0 beta5(repository version of Ubuntu 9.10). > But I'am unable to open their in CaptureNX v2.2.2 (a black picture appear > and processing continue without end) nor with ViewNX v1.5 (Unsuppported > filetype message is given when i try to view the RAW picture). > > As for the previous issue of exiv2 (#636), i try to install Exiv2 from SVN > and to type in a terminal: > > exiv2 -M'set Exif.MakerNote.ByteOrder II' (with the path to my corrupt > file), but with no result. > > I search for a new Exiv2 issue about NEF but i don't found any, so i post > two versions of a nef file of wich one with the K at the filename end is > unopenable with nikon softwares. > > http://photonoxx.free.fr/digikamNX2/nb-photos-20090715-142043.nef > > http://photonoxx.free.fr/digikamNX2/nb-photos-20090715-142043K.nef > > My components info in digikam are followings > > digiKam version 1.0.0-beta5 > Exiv2 can write to Jp2: Yes > Exiv2 can write to Jpeg: Yes > Exiv2 can write to Pgf: No > Exiv2 can write to Png: Yes > Exiv2 can write to Tiff: Yes > Exiv2 supports XMP metadata: Yes > LibCImg: 130 > LibExiv2: 0.18.2 > LibJPEG: 62 > LibJasper: 1.900.1 > LibKDE: 4.3.2 (KDE 4.3.2) > LibKExiv2: 0.6.0 > LibKdcraw: 0.5.0 > LibLCMS: 118 > LibPGF: 6.09.33 > LibPNG: 1.2.37 > LibQt: 4.5.2 > LibRaw: 0.7.2 > LibTIFF: LIBTIFF, Version 3.8.2 Copyright (c) 1988-1996 Sam Leffler > Copyright (c) 1991-1996 Silicon Graphics, Inc. > Marble widget: 0.8.1 > Parallelized demosaicing: Yes > LibGphoto2: 2.4.6 > LibKipi: 0.4.0 > > If anybody have an idea about that I'll be very gratefull > > Nicolas > > -- > Nicolas Boulesteix - Chasseur de lueurs - http://www.photonoxx.fr > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
I open the file #657 on dev.exiv2.org, i hope it can be solved in not too
much time. Hopefully, i have a certain amount of my NEF which have backup from original and I succeed to use exiftool (a great tool for me) to restore openability with this command line : exiftool -exif:all= -tagsfromfile original.nef -exif:all edited.nef And this one to repair an entire directory : exiftool -exif:all= -tagsfromfile SRCDIR/%f.nef -exif:all -ext nef DSTDIR Where SRCDIR and DSTDIR have to be replaced by source and destination directory path. So it seems it's an exif matter. But what I don't understand is why before I get Karmic Koala, metadata work without this issue... Nicolas Le Fri, 20 Nov 2009 19:27:38 +0100, Gilles Caulier <[hidden email]> a écrit: > I think it's deffinitively a problem with Exiv2... Please open a file > in Exiv2 bugzilla. > > Gilles Caulier > > > 2009/11/20 Photonoxx <[hidden email]>: >> Hi, >> >> I already post here for a similar matter, but it doesn't seem to be the >> same. >> >> I have edit metadata of a lot of NEF files, obtained directly from the >> camera, with Digikam 1.0 beta5(repository version of Ubuntu 9.10). >> But I'am unable to open their in CaptureNX v2.2.2 (a black picture >> appear >> and processing continue without end) nor with ViewNX v1.5 (Unsuppported >> filetype message is given when i try to view the RAW picture). >> >> As for the previous issue of exiv2 (#636), i try to install Exiv2 from >> SVN >> and to type in a terminal: >> >> exiv2 -M'set Exif.MakerNote.ByteOrder II' (with the path to my corrupt >> file), but with no result. >> >> I search for a new Exiv2 issue about NEF but i don't found any, so i >> post >> two versions of a nef file of wich one with the K at the filename end is >> unopenable with nikon softwares. >> >> http://photonoxx.free.fr/digikamNX2/nb-photos-20090715-142043.nef >> >> http://photonoxx.free.fr/digikamNX2/nb-photos-20090715-142043K.nef >> >> My components info in digikam are followings >> >> digiKam version 1.0.0-beta5 >> Exiv2 can write to Jp2: Yes >> Exiv2 can write to Jpeg: Yes >> Exiv2 can write to Pgf: No >> Exiv2 can write to Png: Yes >> Exiv2 can write to Tiff: Yes >> Exiv2 supports XMP metadata: Yes >> LibCImg: 130 >> LibExiv2: 0.18.2 >> LibJPEG: 62 >> LibJasper: 1.900.1 >> LibKDE: 4.3.2 (KDE 4.3.2) >> LibKExiv2: 0.6.0 >> LibKdcraw: 0.5.0 >> LibLCMS: 118 >> LibPGF: 6.09.33 >> LibPNG: 1.2.37 >> LibQt: 4.5.2 >> LibRaw: 0.7.2 >> LibTIFF: LIBTIFF, Version 3.8.2 Copyright (c) 1988-1996 Sam Leffler >> Copyright (c) 1991-1996 Silicon Graphics, Inc. >> Marble widget: 0.8.1 >> Parallelized demosaicing: Yes >> LibGphoto2: 2.4.6 >> LibKipi: 0.4.0 >> >> If anybody have an idea about that I'll be very gratefull >> >> Nicolas >> >> -- >> Nicolas Boulesteix - Chasseur de lueurs - http://www.photonoxx.fr >> _______________________________________________ >> Digikam-users mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-users >> -- Nicolas Boulesteix - Chasseur de lueurs - http://www.photonoxx.fr _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
hi, i use digikam 1.0.0-beta5 on Mandriva 2010 to tag my Nef and after i have no problème de open it in Capture NX 2.2.2
i look metadata of your file tag with digikam and all marknote as disappeare. and in xmp metadata it miss Microsoft photo --> rating percent. in the past i have the same problème with NEF. for me the problème was solve with the recent version of LibExiv2 digiKam version 1.0.0-beta5 Exiv2 can write to Jp2: Oui Exiv2 can write to Jpeg: Oui Exiv2 can write to Pgf: Non Exiv2 can write to Png: Oui Exiv2 can write to Tiff: Oui Exiv2 supports XMP metadata: Oui LibCImg: 130 LibExiv2: 0.18.2 LibJPEG: 70 LibJasper: 1.900.1 LibKDE: 4.3.2 (KDE 4.3.2) LibKExiv2: 0.6.0 LibKdcraw: 0.5.0 LibLCMS: 118 LibPGF: 6.09.33 LibPNG: 1.2.40 LibQt: 4.5.3 LibRaw: 0.7.2 LibTIFF: LIBTIFF, Version 3.9.1 Copyright (c) 1988-1996 Sam Leffler Copyright (c) 1991-1996 Silicon Graphics, Inc. Marble widget: 0.8.1 Parallelized demosaicing: Non LibGphoto2: 2.4.7 LibKipi: 0.4.0 -- Sylvain CROUZILLAT 2009/11/21 Photonoxx <[hidden email]> I open the file #657 on dev.exiv2.org, i hope it can be solved in not too _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
What I don't understand is we have mostly the same component version...
Libexiv 0.18.2, digikam 1.0.0-beta5, libkexiv2 0.6.0 But i have some matters. May be I have to use Digikam from SVN, but I would hope, with ubuntu 9.10 I don't have to for writing Raw metadata... For the makernote i don't know, may be it's because I try to Tag it with ViewNX (hoping it cans restore it), but anyway it's not wanted by me. I have try to look an other NEF example most recent for which i still have the NEF out of the camera, and makernote seems the same. In exif, the bad file have mainly two new and "big" entries, one named XML packet and an other named IPTC/NAA. for other they're the same, with sometime differents values. So for the moment I dont know what to do... May be I'm going to try to Build Digikam and Exiv2 from SVN, but it's not what I prefer to do. Thanks to you Sylvain Le Sun, 22 Nov 2009 14:56:18 +0100, Sylvain CROUZILLAT <[hidden email]> a écrit: > hi, i use digikam 1.0.0-beta5 on Mandriva 2010 to tag my Nef and after i > have no problème de open it in Capture NX 2.2.2 > > i look metadata of your file tag with digikam and all marknote as > disappeare. > and in xmp metadata it miss Microsoft photo --> rating percent. > > in the past i have the same problème with NEF. > for me the problème was solve with the recent version of LibExiv2 > > > > > > digiKam version 1.0.0-beta5 > Exiv2 can write to Jp2: Oui > Exiv2 can write to Jpeg: Oui > Exiv2 can write to Pgf: Non > Exiv2 can write to Png: Oui > Exiv2 can write to Tiff: Oui > Exiv2 supports XMP metadata: Oui > LibCImg: 130 > LibExiv2: 0.18.2 > LibJPEG: 70 > LibJasper: 1.900.1 > LibKDE: 4.3.2 (KDE 4.3.2) > LibKExiv2: 0.6.0 > LibKdcraw: 0.5.0 > LibLCMS: 118 > LibPGF: 6.09.33 > LibPNG: 1.2.40 > LibQt: 4.5.3 > LibRaw: 0.7.2 > LibTIFF: LIBTIFF, Version 3.9.1 Copyright (c) 1988-1996 Sam Leffler > Copyright (c) 1991-1996 Silicon Graphics, Inc. > Marble widget: 0.8.1 > Parallelized demosaicing: Non > LibGphoto2: 2.4.7 > LibKipi: 0.4.0 > > > -- > Sylvain CROUZILLAT > > > > 2009/11/21 Photonoxx <[hidden email]> > >> I open the file #657 on dev.exiv2.org, i hope it can be solved in not >> too >> much time. >> >> Hopefully, i have a certain amount of my NEF which have backup from >> original and I succeed to use exiftool (a great tool for me) to restore >> openability with this command line : >> >> exiftool -exif:all= -tagsfromfile original.nef -exif:all edited.nef >> >> And this one to repair an entire directory : >> >> exiftool -exif:all= -tagsfromfile SRCDIR/%f.nef -exif:all -ext nef >> DSTDIR >> >> Where SRCDIR and DSTDIR have to be replaced by source and destination >> directory path. >> >> So it seems it's an exif matter. >> >> But what I don't understand is why before I get Karmic Koala, metadata >> work without this issue... >> >> Nicolas >> >> Le Fri, 20 Nov 2009 19:27:38 +0100, Gilles Caulier >> <[hidden email]> a écrit: >> >> > I think it's deffinitively a problem with Exiv2... Please open a file >> > in Exiv2 bugzilla. >> > >> > Gilles Caulier >> > >> > >> > 2009/11/20 Photonoxx <[hidden email]>: >> >> Hi, >> >> >> >> I already post here for a similar matter, but it doesn't seem to be >> the >> >> same. >> >> >> >> I have edit metadata of a lot of NEF files, obtained directly from >> the >> >> camera, with Digikam 1.0 beta5(repository version of Ubuntu 9.10). >> >> But I'am unable to open their in CaptureNX v2.2.2 (a black picture >> >> appear >> >> and processing continue without end) nor with ViewNX v1.5 >> (Unsuppported >> >> filetype message is given when i try to view the RAW picture). >> >> >> >> As for the previous issue of exiv2 (#636), i try to install Exiv2 >> from >> >> SVN >> >> and to type in a terminal: >> >> >> >> exiv2 -M'set Exif.MakerNote.ByteOrder II' (with the path to my >> corrupt >> >> file), but with no result. >> >> >> >> I search for a new Exiv2 issue about NEF but i don't found any, so i >> >> post >> >> two versions of a nef file of wich one with the K at the filename >> end is >> >> unopenable with nikon softwares. >> >> >> >> http://photonoxx.free.fr/digikamNX2/nb-photos-20090715-142043.nef >> >> >> >> http://photonoxx.free.fr/digikamNX2/nb-photos-20090715-142043K.nef >> >> >> >> My components info in digikam are followings >> >> >> >> digiKam version 1.0.0-beta5 >> >> Exiv2 can write to Jp2: Yes >> >> Exiv2 can write to Jpeg: Yes >> >> Exiv2 can write to Pgf: No >> >> Exiv2 can write to Png: Yes >> >> Exiv2 can write to Tiff: Yes >> >> Exiv2 supports XMP metadata: Yes >> >> LibCImg: 130 >> >> LibExiv2: 0.18.2 >> >> LibJPEG: 62 >> >> LibJasper: 1.900.1 >> >> LibKDE: 4.3.2 (KDE 4.3.2) >> >> LibKExiv2: 0.6.0 >> >> LibKdcraw: 0.5.0 >> >> LibLCMS: 118 >> >> LibPGF: 6.09.33 >> >> LibPNG: 1.2.37 >> >> LibQt: 4.5.2 >> >> LibRaw: 0.7.2 >> >> LibTIFF: LIBTIFF, Version 3.8.2 Copyright (c) 1988-1996 Sam Leffler >> >> Copyright (c) 1991-1996 Silicon Graphics, Inc. >> >> Marble widget: 0.8.1 >> >> Parallelized demosaicing: Yes >> >> LibGphoto2: 2.4.6 >> >> LibKipi: 0.4.0 >> >> >> >> If anybody have an idea about that I'll be very gratefull >> >> >> >> Nicolas >> >> >> >> -- >> >> Nicolas Boulesteix - Chasseur de lueurs - http://www.photonoxx.fr >> >> _______________________________________________ >> >> Digikam-users mailing list >> >> [hidden email] >> >> https://mail.kde.org/mailman/listinfo/digikam-users >> >> >> >> >> -- >> Nicolas Boulesteix - Chasseur de lueurs - http://www.photonoxx.fr >> _______________________________________________ >> Digikam-users mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-users >> -- Nicolas Boulesteix - Chasseur de lueurs - http://www.photonoxx.fr _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
2009/11/22 Photonoxx <[hidden email]>:
> What I don't understand is we have mostly the same component version... > Libexiv 0.18.2, digikam 1.0.0-beta5, libkexiv2 0.6.0 > > But i have some matters. May be I have to use Digikam from SVN, but I > would hope, with ubuntu 9.10 I don't have to for writing Raw metadata... > > For the makernote i don't know, may be it's because I try to Tag it with > ViewNX (hoping it cans restore it), but anyway it's not wanted by me. > > I have try to look an other NEF example most recent for which i still have > the NEF out of the camera, and makernote seems the same. In exif, the bad > file have mainly two new and "big" entries, one named XML packet and an > other named IPTC/NAA. for other they're the same, with sometime differents > values. > > So for the moment I dont know what to do... > > May be I'm going to try to Build Digikam and Exiv2 from SVN, but it's not > what I prefer to do. > This is not very complicated. Resolve all dependencies (look in README). An important part here is libkexiv2 from kdegraphics. Gilles Caulier _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi,
I have may be something new ! I have build and instal Exiv2, Kdegraphics libs, Digikam and Kipiplugins from SVN. The first test give the same matters, but continuing tests, I notice the MakerNotes:colorhue is absent from the edited NEF. In the original file, this tag is set with the value "MODE3" (case sensitive), and if I set with exiftool an other value like "mode3" or anything else than MODE(1,2,or 3), the file can't be opened by CaptureNX, if i set back MODE(1,2,or 3) value, CaptureNX succed to open it !! I try to add this tag to a digikam edited Nef file, but exiftool seems to don't wan't to create this particular, but if I'm copying it from the original file, I succeed to open it again in CaptureNX. Now, I have no idea from where come this matter, and I have to verify on other file if it's working or if if it works only for this particular file. Kind regards Nicolas Le Sun, 22 Nov 2009 20:10:18 +0100, Gilles Caulier <[hidden email]> a écrit: > 2009/11/22 Photonoxx <[hidden email]>: >> What I don't understand is we have mostly the same component version... >> Libexiv 0.18.2, digikam 1.0.0-beta5, libkexiv2 0.6.0 >> >> But i have some matters. May be I have to use Digikam from SVN, but I >> would hope, with ubuntu 9.10 I don't have to for writing Raw metadata... >> >> For the makernote i don't know, may be it's because I try to Tag it with >> ViewNX (hoping it cans restore it), but anyway it's not wanted by me. >> >> I have try to look an other NEF example most recent for which i still >> have >> the NEF out of the camera, and makernote seems the same. In exif, the >> bad >> file have mainly two new and "big" entries, one named XML packet and an >> other named IPTC/NAA. for other they're the same, with sometime >> differents >> values. >> >> So for the moment I dont know what to do... >> >> May be I'm going to try to Build Digikam and Exiv2 from SVN, but it's >> not >> what I prefer to do. >> > > This is not very complicated. Resolve all dependencies (look in README). > > An important part here is libkexiv2 from kdegraphics. > > Gilles Caulier -- Nicolas Boulesteix - Chasseur de lueurs - http://www.photonoxx.fr _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Bonne nouvelle
Je commence dans l'ordre. Effectivement depuis que j'ai fait une remonté de bug chez nikon, suite à mon problème il on effectivement changé la gestion des étoiles dans ma version de NX 1.5.0 lorsque l'on tag une photos il mette les deux tag en pourcentage et en note de 0 à 5 mais dans ma collection j'ai trouvé des images qui n'aient que l'une des deux notation et cela ne pose plus de problème pour l'ouverture dans NX. j'ai téléchargé tes nouvelles images de test et j'ai comparé les données Exif et autre. et comme tu le dis dans ton post en anglais dans la version tagger par digikam il manque une information sur la gestion de la couleur dans les fichiers raw ce parametrage et modifiable après la prise de vue je l'ai donc changé le raw digikam dans NX et j'ai modifié de parametrage resultat la photo re-apparait dans captureNX. avec NX tu peux faire des traitements par lot remettre se parametre à la valeur désiré. Si je n'ai pas rencontré ce problème c'est qu'avec mon D200 je travaillé beaucoup en jpeg et avec mon D300 la gestion des couleurs est différentes du D200 donc cela ne pose peut être pas de problème avec Digikam. par contre pour tes premiers fichiers d'exemple qui ont une absence total de markenote cette solution ne marche pas PS: pour finir le capteur de ton D200 est couvert de poussier, un nétoyage s'impose. Cordialement -- Sylvain CROUZILLAT 2009/11/23 Photonoxx <[hidden email]> Hi, _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |