Hi,
There's a long time ago, I post a message about Color label cross compatibility with the Software I use for edit my NEF files Capture NX 2. I give some infos, but with the time and no more answer, I forgot it but the cross compatibility still miss. The matter is Capture NX doesn't use exactly the same color and seems to write the Xmp.xmp.Label color name in french (except if it's hardcoded in exiv2 to return color name in local language but I've some doubts...). At less, Capture NX use alternative Xmp.photoshop.Urgency for color label, and I would like to know if it would be possible to take in count this xmp tag in digikam as a color label source (read and write it) or does the fact colors are not the same is a sufficient reason to not doing that ? Here, a copy of terminal output with exiv2 -PX option for each kind of color label DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/0-nolabel.jpg' Xmp.xmp.Rating XmpText 1 0 Xmp.MicrosoftPhoto.Rating XmpText 1 0 DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/1-red.jpg' Xmp.photoshop.Urgency XmpText 1 1 Xmp.xmp.Rating XmpText 1 0 Xmp.xmp.Label XmpText 5 Rouge Xmp.MicrosoftPhoto.Rating XmpText 1 0 DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/2-orange.jpg' Xmp.photoshop.Urgency XmpText 1 2 Xmp.xmp.Rating XmpText 1 0 Xmp.xmp.Label XmpText 6 Orange Xmp.MicrosoftPhoto.Rating XmpText 1 0 DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/3-yellow.jpg' Xmp.xmp.Rating XmpText 1 0 Xmp.xmp.Label XmpText 5 Jaune Xmp.MicrosoftPhoto.Rating XmpText 1 0 Xmp.photoshop.Urgency XmpText 1 3 DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/4-green.jpg' Xmp.photoshop.Urgency XmpText 1 4 Xmp.xmp.Rating XmpText 1 0 Xmp.xmp.Label XmpText 4 Vert Xmp.MicrosoftPhoto.Rating XmpText 1 0 DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/5-cyan.jpg' Xmp.photoshop.Urgency XmpText 1 5 Xmp.xmp.Rating XmpText 1 0 Xmp.xmp.Label XmpText 4 Cyan Xmp.MicrosoftPhoto.Rating XmpText 1 0 DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/6-blue.jpg' Xmp.photoshop.Urgency XmpText 1 6 Xmp.xmp.Rating XmpText 1 0 Xmp.xmp.Label XmpText 4 Bleu Xmp.MicrosoftPhoto.Rating XmpText 1 0 DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/7-violet.jpg' Xmp.photoshop.Urgency XmpText 1 7 Xmp.xmp.Rating XmpText 1 0 Xmp.xmp.Label XmpText 6 Violet Xmp.MicrosoftPhoto.Rating XmpText 1 0 DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/8-purple.jpg' Xmp.photoshop.Urgency XmpText 1 8 Xmp.xmp.Rating XmpText 1 0 Xmp.xmp.Label XmpText 7 Magenta Xmp.MicrosoftPhoto.Rating XmpText 1 0 DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/9-pink.jpg' Xmp.photoshop.Urgency XmpText 1 9 Xmp.xmp.Rating XmpText 1 0 Xmp.xmp.Label XmpText 4 Rose Xmp.MicrosoftPhoto.Rating XmpText 1 0 -- Nicolas Boulesteix Photographe chasseur de lueurs http://www.photonoxx.fr _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi Nicolas,
I already checked Capture NX Color Label registration in XMP, when i wrote Color Label support in digiKam. I chocking to see a pro photo application as NX which emebed color name in XMP in natvice languague. This is typically a non portable way. If photo ar imported from a French NX to an US NX, how can work interoperability ? NX make a big puzzle. This is why i take a clean way to use a dedicated XMP namespace named ... "digiKam" to host this information : http://www.exiv2.org/tags-xmp-digiKam.html As you can see we use a number by color, not color name. The wrapper to host color label in other place in XMP is dived by digiKam metadata interface. Exiv2 is only used in low background. If you really need NX interoperability, we can adjust it easily, without to touch core digiKam namespace. Code is here : https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/libs/dmetadata/dmetadata.cpp#L753 Gilles Caulier 2013/8/24 Photonoxx <[hidden email]>: > Hi, > > There's a long time ago, I post a message about Color label cross > compatibility with the Software I use for edit my NEF files Capture NX 2. > > I give some infos, but with the time and no more answer, I forgot it but the > cross compatibility still miss. > > The matter is Capture NX doesn't use exactly the same color and seems to > write the Xmp.xmp.Label color name in french (except if it's hardcoded in > exiv2 to return color name in local language but I've some doubts...). > > At less, Capture NX use alternative Xmp.photoshop.Urgency for color label, > and I would like to know if it would be possible to take in count this xmp > tag in digikam as a color label source (read and write it) or does the fact > colors are not the same is a sufficient reason to not doing that ? > > Here, a copy of terminal output with exiv2 -PX option for each kind of color > label > > DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/0-nolabel.jpg' > Xmp.xmp.Rating XmpText 1 0 > Xmp.MicrosoftPhoto.Rating XmpText 1 0 > > DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/1-red.jpg' > Xmp.photoshop.Urgency XmpText 1 1 > Xmp.xmp.Rating XmpText 1 0 > Xmp.xmp.Label XmpText 5 Rouge > Xmp.MicrosoftPhoto.Rating XmpText 1 0 > > DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/2-orange.jpg' > Xmp.photoshop.Urgency XmpText 1 2 > Xmp.xmp.Rating XmpText 1 0 > Xmp.xmp.Label XmpText 6 Orange > Xmp.MicrosoftPhoto.Rating XmpText 1 0 > > DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/3-yellow.jpg' > Xmp.xmp.Rating XmpText 1 0 > Xmp.xmp.Label XmpText 5 Jaune > Xmp.MicrosoftPhoto.Rating XmpText 1 0 > Xmp.photoshop.Urgency XmpText 1 3 > > DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/4-green.jpg' > Xmp.photoshop.Urgency XmpText 1 4 > Xmp.xmp.Rating XmpText 1 0 > Xmp.xmp.Label XmpText 4 Vert > Xmp.MicrosoftPhoto.Rating XmpText 1 0 > > DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/5-cyan.jpg' > Xmp.photoshop.Urgency XmpText 1 5 > Xmp.xmp.Rating XmpText 1 0 > Xmp.xmp.Label XmpText 4 Cyan > Xmp.MicrosoftPhoto.Rating XmpText 1 0 > > DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/6-blue.jpg' > Xmp.photoshop.Urgency XmpText 1 6 > Xmp.xmp.Rating XmpText 1 0 > Xmp.xmp.Label XmpText 4 Bleu > Xmp.MicrosoftPhoto.Rating XmpText 1 0 > > DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/7-violet.jpg' > Xmp.photoshop.Urgency XmpText 1 7 > Xmp.xmp.Rating XmpText 1 0 > Xmp.xmp.Label XmpText 6 Violet > Xmp.MicrosoftPhoto.Rating XmpText 1 0 > > DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/8-purple.jpg' > Xmp.photoshop.Urgency XmpText 1 8 > Xmp.xmp.Rating XmpText 1 0 > Xmp.xmp.Label XmpText 7 Magenta > Xmp.MicrosoftPhoto.Rating XmpText 1 0 > > DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/9-pink.jpg' > Xmp.photoshop.Urgency XmpText 1 9 > Xmp.xmp.Rating XmpText 1 0 > Xmp.xmp.Label XmpText 4 Rose > Xmp.MicrosoftPhoto.Rating XmpText 1 0 > > -- > Nicolas Boulesteix > Photographe 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 |
Thanks for the answer.
My will was not to see Capture NX xmp.label take in charge since I'm totally agree with you about the absurdity to set tag entries in native language. I most hoped it would be possible to take xmp.photoshop urgency in count. But when I look at http://www.exiv2.org/tags-xmp-photoshop.html It seems Nikon (or Nik Software ?) use this tag improperly since valid range are gave from 1 to 8 and Capture NX use 1 to 9. I don't need absolutely interoperability, it would be more comfortable for my workflow, but I probably try to find an other way to mark which files had been treated with CNX. Thanks anyway for this enlightenments about Nikon vs tags respect ! Le Sat, 24 Aug 2013 15:58:52 +0200, Gilles Caulier <[hidden email]> a écrit: > Hi Nicolas, > > I already checked Capture NX Color Label registration in XMP, when i > wrote Color Label support in digiKam. > > I chocking to see a pro photo application as NX which emebed color > name in XMP in natvice languague. This is typically a non portable > way. If photo ar imported from a French NX to an US NX, how can work > interoperability ? > > NX make a big puzzle. This is why i take a clean way to use a > dedicated XMP namespace named ... "digiKam" to host this information : > > http://www.exiv2.org/tags-xmp-digiKam.html > > As you can see we use a number by color, not color name. > > The wrapper to host color label in other place in XMP is dived by > digiKam metadata interface. Exiv2 is only used in low background. If > you really need NX interoperability, we can adjust it easily, without > to touch core digiKam namespace. Code is here : > > https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/libs/dmetadata/dmetadata.cpp#L753 > > Gilles Caulier > > 2013/8/24 Photonoxx <[hidden email]>: >> Hi, >> >> There's a long time ago, I post a message about Color label cross >> compatibility with the Software I use for edit my NEF files Capture NX >> 2. >> >> I give some infos, but with the time and no more answer, I forgot it >> but the >> cross compatibility still miss. >> >> The matter is Capture NX doesn't use exactly the same color and seems to >> write the Xmp.xmp.Label color name in french (except if it's hardcoded >> in >> exiv2 to return color name in local language but I've some doubts...). >> >> At less, Capture NX use alternative Xmp.photoshop.Urgency for color >> label, >> and I would like to know if it would be possible to take in count this >> xmp >> tag in digikam as a color label source (read and write it) or does the >> fact >> colors are not the same is a sufficient reason to not doing that ? >> >> Here, a copy of terminal output with exiv2 -PX option for each kind of >> color >> label >> >> DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/0-nolabel.jpg' >> Xmp.xmp.Rating XmpText 1 0 >> Xmp.MicrosoftPhoto.Rating XmpText 1 0 >> >> DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/1-red.jpg' >> Xmp.photoshop.Urgency XmpText 1 1 >> Xmp.xmp.Rating XmpText 1 0 >> Xmp.xmp.Label XmpText 5 Rouge >> Xmp.MicrosoftPhoto.Rating XmpText 1 0 >> >> DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/2-orange.jpg' >> Xmp.photoshop.Urgency XmpText 1 2 >> Xmp.xmp.Rating XmpText 1 0 >> Xmp.xmp.Label XmpText 6 Orange >> Xmp.MicrosoftPhoto.Rating XmpText 1 0 >> >> DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/3-yellow.jpg' >> Xmp.xmp.Rating XmpText 1 0 >> Xmp.xmp.Label XmpText 5 Jaune >> Xmp.MicrosoftPhoto.Rating XmpText 1 0 >> Xmp.photoshop.Urgency XmpText 1 3 >> >> DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/4-green.jpg' >> Xmp.photoshop.Urgency XmpText 1 4 >> Xmp.xmp.Rating XmpText 1 0 >> Xmp.xmp.Label XmpText 4 Vert >> Xmp.MicrosoftPhoto.Rating XmpText 1 0 >> >> DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/5-cyan.jpg' >> Xmp.photoshop.Urgency XmpText 1 5 >> Xmp.xmp.Rating XmpText 1 0 >> Xmp.xmp.Label XmpText 4 Cyan >> Xmp.MicrosoftPhoto.Rating XmpText 1 0 >> >> DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/6-blue.jpg' >> Xmp.photoshop.Urgency XmpText 1 6 >> Xmp.xmp.Rating XmpText 1 0 >> Xmp.xmp.Label XmpText 4 Bleu >> Xmp.MicrosoftPhoto.Rating XmpText 1 0 >> >> DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/7-violet.jpg' >> Xmp.photoshop.Urgency XmpText 1 7 >> Xmp.xmp.Rating XmpText 1 0 >> Xmp.xmp.Label XmpText 6 Violet >> Xmp.MicrosoftPhoto.Rating XmpText 1 0 >> >> DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/8-purple.jpg' >> Xmp.photoshop.Urgency XmpText 1 8 >> Xmp.xmp.Rating XmpText 1 0 >> Xmp.xmp.Label XmpText 7 Magenta >> Xmp.MicrosoftPhoto.Rating XmpText 1 0 >> >> DS3H:~$ exiv2 -PX '/media/samsungeco/digikamlabel/9-pink.jpg' >> Xmp.photoshop.Urgency XmpText 1 9 >> Xmp.xmp.Rating XmpText 1 0 >> Xmp.xmp.Label XmpText 4 Rose >> Xmp.MicrosoftPhoto.Rating XmpText 1 0 >> >> -- >> Nicolas Boulesteix >> Photographe 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 -- Nicolas Boulesteix Photographe chasseur de lueurs http://www.photonoxx.fr _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
2013/8/24 Photonoxx <[hidden email]>:
> Thanks for the answer. > > My will was not to see Capture NX xmp.label take in charge since I'm totally > agree with you about the absurdity to set tag entries in native language. > > I most hoped it would be possible to take xmp.photoshop urgency in count. Yes, it's possible. I'm always favorable to improve interoperability. Just give me the map for import Nik* Color Labels to DK. It will take 10 mns to code... Gilles Caulier _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
So I already do.
photoshop Urgency tag (as used by Capture NX) have exactly the same value as digikam.colorlabel I guess. Instead of Xmp.digikam.colorlabel the tag is just Xmp.photoshop.Urgency with a value starting at 1 to 9 In my first post you can see the values. Tell me if I miss something. Le Sat, 24 Aug 2013 18:55:21 +0200, Gilles Caulier <[hidden email]> a écrit: > 2013/8/24 Photonoxx <[hidden email]>: >> Thanks for the answer. >> >> My will was not to see Capture NX xmp.label take in charge since I'm >> totally >> agree with you about the absurdity to set tag entries in native >> language. >> >> I most hoped it would be possible to take xmp.photoshop urgency in >> count. > > Yes, it's possible. I'm always favorable to improve interoperability. > > Just give me the map for import Nik* Color Labels to DK. It will take > 10 mns to code... > > Gilles Caulier > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users -- Nicolas Boulesteix Photographe chasseur de lueurs http://www.photonoxx.fr _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi,
No, this is not exactly the same values, if we follow color scheme : value DK Color Label Xmp.xmp.Label 0 None None 1 Red Red 2 Orange Orange 3 Yellow Yellow 4 Green Green 5 Blue Cyan 6 Magenta Blue 7 Gray Violet 8 Black Magenta 9 White Rose Gilles Caulier 2013/8/24 Photonoxx <[hidden email]>: > So I already do. > > photoshop Urgency tag (as used by Capture NX) have exactly the same value as > digikam.colorlabel I guess. > > Instead of Xmp.digikam.colorlabel the tag is just Xmp.photoshop.Urgency with > a value starting at 1 to 9 > > In my first post you can see the values. > > Tell me if I miss something. > > > Le Sat, 24 Aug 2013 18:55:21 +0200, Gilles Caulier > <[hidden email]> a écrit: > >> 2013/8/24 Photonoxx <[hidden email]>: >>> >>> Thanks for the answer. >>> >>> My will was not to see Capture NX xmp.label take in charge since I'm >>> totally >>> agree with you about the absurdity to set tag entries in native language. >>> >>> I most hoped it would be possible to take xmp.photoshop urgency in count. >> >> >> Yes, it's possible. I'm always favorable to improve interoperability. >> >> Just give me the map for import Nik* Color Labels to DK. It will take >> 10 mns to code... >> >> Gilles Caulier >> _______________________________________________ >> Digikam-users mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-users > > > > -- > Nicolas Boulesteix > Photographe 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 |
Here there is a question about to reproduce exactly the same color
label used with other pro photo software, as Nikon NX and Apple Aperture. Technically, these colors used in digiKam are just GUI behavior. There is no no side effect in DB to change few of these. The question is : How Aperture manage Color labels ? Gilles Caulier 2013/8/25 Gilles Caulier <[hidden email]>: > Hi, > > No, this is not exactly the same values, if we follow color scheme : > > value DK Color Label Xmp.xmp.Label > 0 None None > 1 Red Red > 2 Orange Orange > 3 Yellow Yellow > 4 Green Green > 5 Blue Cyan > 6 Magenta Blue > 7 Gray Violet > 8 Black Magenta > 9 White Rose > > Gilles Caulier > > > 2013/8/24 Photonoxx <[hidden email]>: >> So I already do. >> >> photoshop Urgency tag (as used by Capture NX) have exactly the same value as >> digikam.colorlabel I guess. >> >> Instead of Xmp.digikam.colorlabel the tag is just Xmp.photoshop.Urgency with >> a value starting at 1 to 9 >> >> In my first post you can see the values. >> >> Tell me if I miss something. >> >> >> Le Sat, 24 Aug 2013 18:55:21 +0200, Gilles Caulier >> <[hidden email]> a écrit: >> >>> 2013/8/24 Photonoxx <[hidden email]>: >>>> >>>> Thanks for the answer. >>>> >>>> My will was not to see Capture NX xmp.label take in charge since I'm >>>> totally >>>> agree with you about the absurdity to set tag entries in native language. >>>> >>>> I most hoped it would be possible to take xmp.photoshop urgency in count. >>> >>> >>> Yes, it's possible. I'm always favorable to improve interoperability. >>> >>> Just give me the map for import Nik* Color Labels to DK. It will take >>> 10 mns to code... >>> >>> Gilles Caulier >>> _______________________________________________ >>> Digikam-users mailing list >>> [hidden email] >>> https://mail.kde.org/mailman/listinfo/digikam-users >> >> >> >> -- >> Nicolas Boulesteix >> Photographe 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 can respond to my question easily, because i remember how i deal
with color labels into digiKam : I just reproduce Aperture scheme and add 2 other at end. Look this screenshot : http://www.apertureland.com/wp-content/uploads/2011/03/Color-Labels-1.jpg Aperture use only 7 color labels where digiKam 9. I can update the list : value digiKam Nikon NX Apple Aperture 0 None None None 1 Red Red Red 2 Orange Orange Orange 3 Yellow Yellow Yellow 4 Green Green Green 5 Blue Cyan Blue 6 Magenta Blue Magenta 7 Gray Violet Gray 8 Black Magenta --- 9 White Rose --- 2013/8/25 Gilles Caulier <[hidden email]>: > Here there is a question about to reproduce exactly the same color > label used with other pro photo software, as Nikon NX and Apple > Aperture. > > Technically, these colors used in digiKam are just GUI behavior. There > is no no side effect in DB to change few of these. > > The question is : How Aperture manage Color labels ? > > Gilles Caulier > > 2013/8/25 Gilles Caulier <[hidden email]>: >> Hi, >> >> No, this is not exactly the same values, if we follow color scheme : >> >> value DK Color Label Xmp.xmp.Label >> 0 None None >> 1 Red Red >> 2 Orange Orange >> 3 Yellow Yellow >> 4 Green Green >> 5 Blue Cyan >> 6 Magenta Blue >> 7 Gray Violet >> 8 Black Magenta >> 9 White Rose >> >> Gilles Caulier >> >> >> 2013/8/24 Photonoxx <[hidden email]>: >>> So I already do. >>> >>> photoshop Urgency tag (as used by Capture NX) have exactly the same value as >>> digikam.colorlabel I guess. >>> >>> Instead of Xmp.digikam.colorlabel the tag is just Xmp.photoshop.Urgency with >>> a value starting at 1 to 9 >>> >>> In my first post you can see the values. >>> >>> Tell me if I miss something. >>> >>> >>> Le Sat, 24 Aug 2013 18:55:21 +0200, Gilles Caulier >>> <[hidden email]> a écrit: >>> >>>> 2013/8/24 Photonoxx <[hidden email]>: >>>>> >>>>> Thanks for the answer. >>>>> >>>>> My will was not to see Capture NX xmp.label take in charge since I'm >>>>> totally >>>>> agree with you about the absurdity to set tag entries in native language. >>>>> >>>>> I most hoped it would be possible to take xmp.photoshop urgency in count. >>>> >>>> >>>> Yes, it's possible. I'm always favorable to improve interoperability. >>>> >>>> Just give me the map for import Nik* Color Labels to DK. It will take >>>> 10 mns to code... >>>> >>>> Gilles Caulier >>>> _______________________________________________ >>>> Digikam-users mailing list >>>> [hidden email] >>>> https://mail.kde.org/mailman/listinfo/digikam-users >>> >>> >>> >>> -- >>> Nicolas Boulesteix >>> Photographe 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 |
In reply to this post by Gilles Caulier-4
Yes, I spoke about Xmp.photoshop.urgency which have just value from 1 to 9
(0 value doesn't seems to exist). I think if Digikam write this tag, Capture should be able to read it and display a color label. I'll try to set urgency in digikam (with kipi xmp editor) and see if Capture NX display a color tag or not... Le Sun, 25 Aug 2013 17:05:15 +0200, Gilles Caulier <[hidden email]> a écrit: > Hi, > > No, this is not exactly the same values, if we follow color scheme : > > value DK Color Label Xmp.xmp.Label > 0 None None > 1 Red Red > 2 Orange Orange > 3 Yellow Yellow > 4 Green Green > 5 Blue Cyan > 6 Magenta Blue > 7 Gray Violet > 8 Black Magenta > 9 White Rose > > Gilles Caulier > > > 2013/8/24 Photonoxx <[hidden email]>: >> So I already do. >> >> photoshop Urgency tag (as used by Capture NX) have exactly the same >> value as >> digikam.colorlabel I guess. >> >> Instead of Xmp.digikam.colorlabel the tag is just Xmp.photoshop.Urgency >> with >> a value starting at 1 to 9 >> >> In my first post you can see the values. >> >> Tell me if I miss something. >> >> >> Le Sat, 24 Aug 2013 18:55:21 +0200, Gilles Caulier >> <[hidden email]> a écrit: >> >>> 2013/8/24 Photonoxx <[hidden email]>: >>>> >>>> Thanks for the answer. >>>> >>>> My will was not to see Capture NX xmp.label take in charge since I'm >>>> totally >>>> agree with you about the absurdity to set tag entries in native >>>> language. >>>> >>>> I most hoped it would be possible to take xmp.photoshop urgency in >>>> count. >>> >>> >>> Yes, it's possible. I'm always favorable to improve interoperability. >>> >>> Just give me the map for import Nik* Color Labels to DK. It will take >>> 10 mns to code... >>> >>> Gilles Caulier >>> _______________________________________________ >>> Digikam-users mailing list >>> [hidden email] >>> https://mail.kde.org/mailman/listinfo/digikam-users >> >> >> >> -- >> Nicolas Boulesteix >> Photographe 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 -- Nicolas Boulesteix Photographe chasseur de lueurs http://www.photonoxx.fr _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
I just make a try.
If I set xmp.photoshop.urgency tag with Digikam (with metadata tool), the set urgency is take in count by Capture NX 2, even if a previous color label was set in Capture NX 2. It seems xmp.photoshop.urgency have priority on xmp.xmp.label set by Capture NX 2 too, since when I set urgency in digikam, the new color label was shown in Capture NX but the original xmp.xmp.label still exist and is set to the old value... Le Sun, 25 Aug 2013 22:08:30 +0200, Photonoxx <[hidden email]> a écrit: > Yes, I spoke about Xmp.photoshop.urgency which have just value from 1 to > 9 (0 value doesn't seems to exist). > > I think if Digikam write this tag, Capture should be able to read it and > display a color label. > > I'll try to set urgency in digikam (with kipi xmp editor) and see if > Capture NX display a color tag or not... > > Le Sun, 25 Aug 2013 17:05:15 +0200, Gilles Caulier > <[hidden email]> a écrit: > >> Hi, >> >> No, this is not exactly the same values, if we follow color scheme : >> >> value DK Color Label Xmp.xmp.Label >> 0 None None >> 1 Red Red >> 2 Orange Orange >> 3 Yellow Yellow >> 4 Green Green >> 5 Blue Cyan >> 6 Magenta Blue >> 7 Gray Violet >> 8 Black Magenta >> 9 White Rose >> >> Gilles Caulier >> >> >> 2013/8/24 Photonoxx <[hidden email]>: >>> So I already do. >>> >>> photoshop Urgency tag (as used by Capture NX) have exactly the same >>> value as >>> digikam.colorlabel I guess. >>> >>> Instead of Xmp.digikam.colorlabel the tag is just >>> Xmp.photoshop.Urgency with >>> a value starting at 1 to 9 >>> >>> In my first post you can see the values. >>> >>> Tell me if I miss something. >>> >>> >>> Le Sat, 24 Aug 2013 18:55:21 +0200, Gilles Caulier >>> <[hidden email]> a écrit: >>> >>>> 2013/8/24 Photonoxx <[hidden email]>: >>>>> >>>>> Thanks for the answer. >>>>> >>>>> My will was not to see Capture NX xmp.label take in charge since I'm >>>>> totally >>>>> agree with you about the absurdity to set tag entries in native >>>>> language. >>>>> >>>>> I most hoped it would be possible to take xmp.photoshop urgency in >>>>> count. >>>> >>>> >>>> Yes, it's possible. I'm always favorable to improve interoperability. >>>> >>>> Just give me the map for import Nik* Color Labels to DK. It will take >>>> 10 mns to code... >>>> >>>> Gilles Caulier >>>> _______________________________________________ >>>> Digikam-users mailing list >>>> [hidden email] >>>> https://mail.kde.org/mailman/listinfo/digikam-users >>> >>> >>> >>> -- >>> Nicolas Boulesteix >>> Photographe 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 > > -- Nicolas Boulesteix Photographe chasseur de lueurs http://www.photonoxx.fr _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Well, it's sound like xmp.xmp.label is just a descriptive text for
xmp.photoshop.urgency I will set digiKam color label value to xmp.photoshop.urgency by default... Anybody as a feedback about this feature with Adobe LightRoom ? Note : I just look in Exiftool about this tag, and i can see this details : xmp.photoshop.urgency : integer (should be in the range 1-8 to conform with the XMP spec) 0 = 0 (reserved) 1 = 1 (most urgent) 2 = 2 3 = 3 4 = 4 5 = 5 (normal urgency) 6 = 6 7 = 7 8 = 8 (least urgent) 9 = 9 (user-defined priority) ...where xmp.xmp.label is just a simple string. Gilles Caulier 2013/8/26 Photonoxx <[hidden email]>: > I just make a try. > > If I set xmp.photoshop.urgency tag with Digikam (with metadata tool), the > set urgency is take in count by Capture NX 2, even if a previous color label > was set in Capture NX 2. > > It seems xmp.photoshop.urgency have priority on xmp.xmp.label set by Capture > NX 2 too, since when I set urgency in digikam, the new color label was shown > in Capture NX but the original xmp.xmp.label still exist and is set to the > old value... > > > > Le Sun, 25 Aug 2013 22:08:30 +0200, Photonoxx <[hidden email]> a écrit: > > >> Yes, I spoke about Xmp.photoshop.urgency which have just value from 1 to 9 >> (0 value doesn't seems to exist). >> >> I think if Digikam write this tag, Capture should be able to read it and >> display a color label. >> >> I'll try to set urgency in digikam (with kipi xmp editor) and see if >> Capture NX display a color tag or not... >> >> Le Sun, 25 Aug 2013 17:05:15 +0200, Gilles Caulier >> <[hidden email]> a écrit: >> >>> Hi, >>> >>> No, this is not exactly the same values, if we follow color scheme : >>> >>> value DK Color Label Xmp.xmp.Label >>> 0 None None >>> 1 Red Red >>> 2 Orange Orange >>> 3 Yellow Yellow >>> 4 Green Green >>> 5 Blue Cyan >>> 6 Magenta Blue >>> 7 Gray Violet >>> 8 Black Magenta >>> 9 White Rose >>> >>> Gilles Caulier >>> >>> >>> 2013/8/24 Photonoxx <[hidden email]>: >>>> >>>> So I already do. >>>> >>>> photoshop Urgency tag (as used by Capture NX) have exactly the same >>>> value as >>>> digikam.colorlabel I guess. >>>> >>>> Instead of Xmp.digikam.colorlabel the tag is just Xmp.photoshop.Urgency >>>> with >>>> a value starting at 1 to 9 >>>> >>>> In my first post you can see the values. >>>> >>>> Tell me if I miss something. >>>> >>>> >>>> Le Sat, 24 Aug 2013 18:55:21 +0200, Gilles Caulier >>>> <[hidden email]> a écrit: >>>> >>>>> 2013/8/24 Photonoxx <[hidden email]>: >>>>>> >>>>>> >>>>>> Thanks for the answer. >>>>>> >>>>>> My will was not to see Capture NX xmp.label take in charge since I'm >>>>>> totally >>>>>> agree with you about the absurdity to set tag entries in native >>>>>> language. >>>>>> >>>>>> I most hoped it would be possible to take xmp.photoshop urgency in >>>>>> count. >>>>> >>>>> >>>>> >>>>> Yes, it's possible. I'm always favorable to improve interoperability. >>>>> >>>>> Just give me the map for import Nik* Color Labels to DK. It will take >>>>> 10 mns to code... >>>>> >>>>> Gilles Caulier >>>>> _______________________________________________ >>>>> Digikam-users mailing list >>>>> [hidden email] >>>>> https://mail.kde.org/mailman/listinfo/digikam-users >>>> >>>> >>>> >>>> >>>> -- >>>> Nicolas Boulesteix >>>> Photographe 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 >> >> >> > > > -- > Nicolas Boulesteix > Photographe 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 |
Hi Gilles, On 29 Aug 2013 22:40, "Gilles Caulier" <[hidden email]> wrote: I have lightroom available and can check. What exact test should be done? Regards, > _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi, Christoph,
There is 2 tests to do : - In LR, assign a color label to an image and look if xmp.photoshop.urgency XMP tag is changed with an integer value (0 to 9). - In digiKam, using MetadataEdit kipi plugin, assign a numerical value to xmp.photoshop.urgency XMP to an image, and import it to LR. Look if LR enable color label automatically. Thanks in advance Gilles Caulier 2013/8/29 Christoph Siedentop <[hidden email]>: > Hi Gilles, > > On 29 Aug 2013 22:40, "Gilles Caulier" <[hidden email]> wrote: >> >> Well, it's sound like xmp.xmp.label is just a descriptive text for >> xmp.photoshop.urgency >> >> I will set digiKam color label value to xmp.photoshop.urgency by >> default... >> >> Anybody as a feedback about this feature with Adobe LightRoom ? > > I have lightroom available and can check. What exact test should be done? > > Regards, > Christoph > >> >> Note : I just look in Exiftool about this tag, and i can see this details >> : >> >> xmp.photoshop.urgency : integer (should be in the range 1-8 to conform >> with the XMP spec) >> 0 = 0 (reserved) >> 1 = 1 (most urgent) >> 2 = 2 >> 3 = 3 >> 4 = 4 >> 5 = 5 (normal urgency) >> 6 = 6 >> 7 = 7 >> 8 = 8 (least urgent) >> 9 = 9 (user-defined priority) >> >> ...where xmp.xmp.label is just a simple string. >> >> Gilles Caulier >> >> 2013/8/26 Photonoxx <[hidden email]>: >> > I just make a try. >> > >> > If I set xmp.photoshop.urgency tag with Digikam (with metadata tool), >> > the >> > set urgency is take in count by Capture NX 2, even if a previous color >> > label >> > was set in Capture NX 2. >> > >> > It seems xmp.photoshop.urgency have priority on xmp.xmp.label set by >> > Capture >> > NX 2 too, since when I set urgency in digikam, the new color label was >> > shown >> > in Capture NX but the original xmp.xmp.label still exist and is set to >> > the >> > old value... >> > >> > >> > >> > Le Sun, 25 Aug 2013 22:08:30 +0200, Photonoxx <[hidden email]> a >> > écrit: >> > >> > >> >> Yes, I spoke about Xmp.photoshop.urgency which have just value from 1 >> >> to 9 >> >> (0 value doesn't seems to exist). >> >> >> >> I think if Digikam write this tag, Capture should be able to read it >> >> and >> >> display a color label. >> >> >> >> I'll try to set urgency in digikam (with kipi xmp editor) and see if >> >> Capture NX display a color tag or not... >> >> >> >> Le Sun, 25 Aug 2013 17:05:15 +0200, Gilles Caulier >> >> <[hidden email]> a écrit: >> >> >> >>> Hi, >> >>> >> >>> No, this is not exactly the same values, if we follow color scheme : >> >>> >> >>> value DK Color Label Xmp.xmp.Label >> >>> 0 None None >> >>> 1 Red Red >> >>> 2 Orange Orange >> >>> 3 Yellow Yellow >> >>> 4 Green Green >> >>> 5 Blue Cyan >> >>> 6 Magenta Blue >> >>> 7 Gray Violet >> >>> 8 Black Magenta >> >>> 9 White Rose >> >>> >> >>> Gilles Caulier >> >>> >> >>> >> >>> 2013/8/24 Photonoxx <[hidden email]>: >> >>>> >> >>>> So I already do. >> >>>> >> >>>> photoshop Urgency tag (as used by Capture NX) have exactly the same >> >>>> value as >> >>>> digikam.colorlabel I guess. >> >>>> >> >>>> Instead of Xmp.digikam.colorlabel the tag is just >> >>>> Xmp.photoshop.Urgency >> >>>> with >> >>>> a value starting at 1 to 9 >> >>>> >> >>>> In my first post you can see the values. >> >>>> >> >>>> Tell me if I miss something. >> >>>> >> >>>> >> >>>> Le Sat, 24 Aug 2013 18:55:21 +0200, Gilles Caulier >> >>>> <[hidden email]> a écrit: >> >>>> >> >>>>> 2013/8/24 Photonoxx <[hidden email]>: >> >>>>>> >> >>>>>> >> >>>>>> Thanks for the answer. >> >>>>>> >> >>>>>> My will was not to see Capture NX xmp.label take in charge since >> >>>>>> I'm >> >>>>>> totally >> >>>>>> agree with you about the absurdity to set tag entries in native >> >>>>>> language. >> >>>>>> >> >>>>>> I most hoped it would be possible to take xmp.photoshop urgency in >> >>>>>> count. >> >>>>> >> >>>>> >> >>>>> >> >>>>> Yes, it's possible. I'm always favorable to improve >> >>>>> interoperability. >> >>>>> >> >>>>> Just give me the map for import Nik* Color Labels to DK. It will >> >>>>> take >> >>>>> 10 mns to code... >> >>>>> >> >>>>> Gilles Caulier >> >>>>> _______________________________________________ >> >>>>> Digikam-users mailing list >> >>>>> [hidden email] >> >>>>> https://mail.kde.org/mailman/listinfo/digikam-users >> >>>> >> >>>> >> >>>> >> >>>> >> >>>> -- >> >>>> Nicolas Boulesteix >> >>>> Photographe 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 >> >> >> >> >> >> >> > >> > >> > -- >> > Nicolas Boulesteix >> > Photographe 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 > > > _______________________________________________ > 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 |
In reply to this post by Photonoxx
Nicolas,
Can you check if Nikon NX patch also Iptc.Application2.Urgency tag from IPTC in the same way than xmp.photoshop.urgency with Color labels ? Gilles Caulier 2013/8/26 Photonoxx <[hidden email]>: > I just make a try. > > If I set xmp.photoshop.urgency tag with Digikam (with metadata tool), the > set urgency is take in count by Capture NX 2, even if a previous color label > was set in Capture NX 2. > > It seems xmp.photoshop.urgency have priority on xmp.xmp.label set by Capture > NX 2 too, since when I set urgency in digikam, the new color label was shown > in Capture NX but the original xmp.xmp.label still exist and is set to the > old value... > > > > Le Sun, 25 Aug 2013 22:08:30 +0200, Photonoxx <[hidden email]> a écrit: > > >> Yes, I spoke about Xmp.photoshop.urgency which have just value from 1 to 9 >> (0 value doesn't seems to exist). >> >> I think if Digikam write this tag, Capture should be able to read it and >> display a color label. >> >> I'll try to set urgency in digikam (with kipi xmp editor) and see if >> Capture NX display a color tag or not... >> >> Le Sun, 25 Aug 2013 17:05:15 +0200, Gilles Caulier >> <[hidden email]> a écrit: >> >>> Hi, >>> >>> No, this is not exactly the same values, if we follow color scheme : >>> >>> value DK Color Label Xmp.xmp.Label >>> 0 None None >>> 1 Red Red >>> 2 Orange Orange >>> 3 Yellow Yellow >>> 4 Green Green >>> 5 Blue Cyan >>> 6 Magenta Blue >>> 7 Gray Violet >>> 8 Black Magenta >>> 9 White Rose >>> >>> Gilles Caulier >>> >>> >>> 2013/8/24 Photonoxx <[hidden email]>: >>>> >>>> So I already do. >>>> >>>> photoshop Urgency tag (as used by Capture NX) have exactly the same >>>> value as >>>> digikam.colorlabel I guess. >>>> >>>> Instead of Xmp.digikam.colorlabel the tag is just Xmp.photoshop.Urgency >>>> with >>>> a value starting at 1 to 9 >>>> >>>> In my first post you can see the values. >>>> >>>> Tell me if I miss something. >>>> >>>> >>>> Le Sat, 24 Aug 2013 18:55:21 +0200, Gilles Caulier >>>> <[hidden email]> a écrit: >>>> >>>>> 2013/8/24 Photonoxx <[hidden email]>: >>>>>> >>>>>> >>>>>> Thanks for the answer. >>>>>> >>>>>> My will was not to see Capture NX xmp.label take in charge since I'm >>>>>> totally >>>>>> agree with you about the absurdity to set tag entries in native >>>>>> language. >>>>>> >>>>>> I most hoped it would be possible to take xmp.photoshop urgency in >>>>>> count. >>>>> >>>>> >>>>> >>>>> Yes, it's possible. I'm always favorable to improve interoperability. >>>>> >>>>> Just give me the map for import Nik* Color Labels to DK. It will take >>>>> 10 mns to code... >>>>> >>>>> Gilles Caulier >>>>> _______________________________________________ >>>>> Digikam-users mailing list >>>>> [hidden email] >>>>> https://mail.kde.org/mailman/listinfo/digikam-users >>>> >>>> >>>> >>>> >>>> -- >>>> Nicolas Boulesteix >>>> Photographe 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 >> >> >> > > > -- > Nicolas Boulesteix > Photographe 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 |
Nicolas,
In IPTC there is also another tags to check : Iptc.Envelope.EnvelopePriority which is used in the same way than Iptc.Application2.Urgency... Gilles Caulier 2013/8/30 Gilles Caulier <[hidden email]>: > Nicolas, > > Can you check if Nikon NX patch also Iptc.Application2.Urgency tag > from IPTC in the same way than xmp.photoshop.urgency with Color labels > ? > > Gilles Caulier > > 2013/8/26 Photonoxx <[hidden email]>: >> I just make a try. >> >> If I set xmp.photoshop.urgency tag with Digikam (with metadata tool), the >> set urgency is take in count by Capture NX 2, even if a previous color label >> was set in Capture NX 2. >> >> It seems xmp.photoshop.urgency have priority on xmp.xmp.label set by Capture >> NX 2 too, since when I set urgency in digikam, the new color label was shown >> in Capture NX but the original xmp.xmp.label still exist and is set to the >> old value... >> >> >> >> Le Sun, 25 Aug 2013 22:08:30 +0200, Photonoxx <[hidden email]> a écrit: >> >> >>> Yes, I spoke about Xmp.photoshop.urgency which have just value from 1 to 9 >>> (0 value doesn't seems to exist). >>> >>> I think if Digikam write this tag, Capture should be able to read it and >>> display a color label. >>> >>> I'll try to set urgency in digikam (with kipi xmp editor) and see if >>> Capture NX display a color tag or not... >>> >>> Le Sun, 25 Aug 2013 17:05:15 +0200, Gilles Caulier >>> <[hidden email]> a écrit: >>> >>>> Hi, >>>> >>>> No, this is not exactly the same values, if we follow color scheme : >>>> >>>> value DK Color Label Xmp.xmp.Label >>>> 0 None None >>>> 1 Red Red >>>> 2 Orange Orange >>>> 3 Yellow Yellow >>>> 4 Green Green >>>> 5 Blue Cyan >>>> 6 Magenta Blue >>>> 7 Gray Violet >>>> 8 Black Magenta >>>> 9 White Rose >>>> >>>> Gilles Caulier >>>> >>>> >>>> 2013/8/24 Photonoxx <[hidden email]>: >>>>> >>>>> So I already do. >>>>> >>>>> photoshop Urgency tag (as used by Capture NX) have exactly the same >>>>> value as >>>>> digikam.colorlabel I guess. >>>>> >>>>> Instead of Xmp.digikam.colorlabel the tag is just Xmp.photoshop.Urgency >>>>> with >>>>> a value starting at 1 to 9 >>>>> >>>>> In my first post you can see the values. >>>>> >>>>> Tell me if I miss something. >>>>> >>>>> >>>>> Le Sat, 24 Aug 2013 18:55:21 +0200, Gilles Caulier >>>>> <[hidden email]> a écrit: >>>>> >>>>>> 2013/8/24 Photonoxx <[hidden email]>: >>>>>>> >>>>>>> >>>>>>> Thanks for the answer. >>>>>>> >>>>>>> My will was not to see Capture NX xmp.label take in charge since I'm >>>>>>> totally >>>>>>> agree with you about the absurdity to set tag entries in native >>>>>>> language. >>>>>>> >>>>>>> I most hoped it would be possible to take xmp.photoshop urgency in >>>>>>> count. >>>>>> >>>>>> >>>>>> >>>>>> Yes, it's possible. I'm always favorable to improve interoperability. >>>>>> >>>>>> Just give me the map for import Nik* Color Labels to DK. It will take >>>>>> 10 mns to code... >>>>>> >>>>>> Gilles Caulier >>>>>> _______________________________________________ >>>>>> Digikam-users mailing list >>>>>> [hidden email] >>>>>> https://mail.kde.org/mailman/listinfo/digikam-users >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Nicolas Boulesteix >>>>> Photographe 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 >>> >>> >>> >> >> >> -- >> Nicolas Boulesteix >> Photographe 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 |
Anyway, digiKam 3.4.0 will manage XMP PHotoShop Urgency to load/save
Color Labels : http://commits.kde.org/digikam/8d1cd024ea8dec77c3a6f7e5f8e5d2fee1fc14f8 I'm way your feedback about IPTC tags to manage in the same way... Gilles Caulier 2013/8/30 Gilles Caulier <[hidden email]>: > Nicolas, > > In IPTC there is also another tags to check : > Iptc.Envelope.EnvelopePriority which is used in the same way than > Iptc.Application2.Urgency... > > Gilles Caulier > > 2013/8/30 Gilles Caulier <[hidden email]>: >> Nicolas, >> >> Can you check if Nikon NX patch also Iptc.Application2.Urgency tag >> from IPTC in the same way than xmp.photoshop.urgency with Color labels >> ? >> >> Gilles Caulier >> >> 2013/8/26 Photonoxx <[hidden email]>: >>> I just make a try. >>> >>> If I set xmp.photoshop.urgency tag with Digikam (with metadata tool), the >>> set urgency is take in count by Capture NX 2, even if a previous color label >>> was set in Capture NX 2. >>> >>> It seems xmp.photoshop.urgency have priority on xmp.xmp.label set by Capture >>> NX 2 too, since when I set urgency in digikam, the new color label was shown >>> in Capture NX but the original xmp.xmp.label still exist and is set to the >>> old value... >>> >>> >>> >>> Le Sun, 25 Aug 2013 22:08:30 +0200, Photonoxx <[hidden email]> a écrit: >>> >>> >>>> Yes, I spoke about Xmp.photoshop.urgency which have just value from 1 to 9 >>>> (0 value doesn't seems to exist). >>>> >>>> I think if Digikam write this tag, Capture should be able to read it and >>>> display a color label. >>>> >>>> I'll try to set urgency in digikam (with kipi xmp editor) and see if >>>> Capture NX display a color tag or not... >>>> >>>> Le Sun, 25 Aug 2013 17:05:15 +0200, Gilles Caulier >>>> <[hidden email]> a écrit: >>>> >>>>> Hi, >>>>> >>>>> No, this is not exactly the same values, if we follow color scheme : >>>>> >>>>> value DK Color Label Xmp.xmp.Label >>>>> 0 None None >>>>> 1 Red Red >>>>> 2 Orange Orange >>>>> 3 Yellow Yellow >>>>> 4 Green Green >>>>> 5 Blue Cyan >>>>> 6 Magenta Blue >>>>> 7 Gray Violet >>>>> 8 Black Magenta >>>>> 9 White Rose >>>>> >>>>> Gilles Caulier >>>>> >>>>> >>>>> 2013/8/24 Photonoxx <[hidden email]>: >>>>>> >>>>>> So I already do. >>>>>> >>>>>> photoshop Urgency tag (as used by Capture NX) have exactly the same >>>>>> value as >>>>>> digikam.colorlabel I guess. >>>>>> >>>>>> Instead of Xmp.digikam.colorlabel the tag is just Xmp.photoshop.Urgency >>>>>> with >>>>>> a value starting at 1 to 9 >>>>>> >>>>>> In my first post you can see the values. >>>>>> >>>>>> Tell me if I miss something. >>>>>> >>>>>> >>>>>> Le Sat, 24 Aug 2013 18:55:21 +0200, Gilles Caulier >>>>>> <[hidden email]> a écrit: >>>>>> >>>>>>> 2013/8/24 Photonoxx <[hidden email]>: >>>>>>>> >>>>>>>> >>>>>>>> Thanks for the answer. >>>>>>>> >>>>>>>> My will was not to see Capture NX xmp.label take in charge since I'm >>>>>>>> totally >>>>>>>> agree with you about the absurdity to set tag entries in native >>>>>>>> language. >>>>>>>> >>>>>>>> I most hoped it would be possible to take xmp.photoshop urgency in >>>>>>>> count. >>>>>>> >>>>>>> >>>>>>> >>>>>>> Yes, it's possible. I'm always favorable to improve interoperability. >>>>>>> >>>>>>> Just give me the map for import Nik* Color Labels to DK. It will take >>>>>>> 10 mns to code... >>>>>>> >>>>>>> Gilles Caulier >>>>>>> _______________________________________________ >>>>>>> Digikam-users mailing list >>>>>>> [hidden email] >>>>>>> https://mail.kde.org/mailman/listinfo/digikam-users >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Nicolas Boulesteix >>>>>> Photographe 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 >>>> >>>> >>>> >>> >>> >>> -- >>> Nicolas Boulesteix >>> Photographe 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 |
Wonderful,
As I remember, I'm not sure Capture NX 2 set iptc anymore, but I'll check it today. May be I could try to install Capture NX 1 and test it too (as it is older may be it used iptc ?). Thanks for your works anyway ! Le Fri, 30 Aug 2013 07:09:54 +0200, Gilles Caulier <[hidden email]> a écrit: > Anyway, digiKam 3.4.0 will manage XMP PHotoShop Urgency to load/save > Color Labels : > > http://commits.kde.org/digikam/8d1cd024ea8dec77c3a6f7e5f8e5d2fee1fc14f8 > > I'm way your feedback about IPTC tags to manage in the same way... > > Gilles Caulier > > 2013/8/30 Gilles Caulier <[hidden email]>: >> Nicolas, >> >> In IPTC there is also another tags to check : >> Iptc.Envelope.EnvelopePriority which is used in the same way than >> Iptc.Application2.Urgency... >> >> Gilles Caulier >> >> 2013/8/30 Gilles Caulier <[hidden email]>: >>> Nicolas, >>> >>> Can you check if Nikon NX patch also Iptc.Application2.Urgency tag >>> from IPTC in the same way than xmp.photoshop.urgency with Color labels >>> ? >>> >>> Gilles Caulier >>> >>> 2013/8/26 Photonoxx <[hidden email]>: >>>> I just make a try. >>>> >>>> If I set xmp.photoshop.urgency tag with Digikam (with metadata tool), >>>> the >>>> set urgency is take in count by Capture NX 2, even if a previous >>>> color label >>>> was set in Capture NX 2. >>>> >>>> It seems xmp.photoshop.urgency have priority on xmp.xmp.label set by >>>> Capture >>>> NX 2 too, since when I set urgency in digikam, the new color label >>>> was shown >>>> in Capture NX but the original xmp.xmp.label still exist and is set >>>> to the >>>> old value... >>>> >>>> >>>> >>>> Le Sun, 25 Aug 2013 22:08:30 +0200, Photonoxx <[hidden email]> a >>>> écrit: >>>> >>>> >>>>> Yes, I spoke about Xmp.photoshop.urgency which have just value from >>>>> 1 to 9 >>>>> (0 value doesn't seems to exist). >>>>> >>>>> I think if Digikam write this tag, Capture should be able to read it >>>>> and >>>>> display a color label. >>>>> >>>>> I'll try to set urgency in digikam (with kipi xmp editor) and see if >>>>> Capture NX display a color tag or not... >>>>> >>>>> Le Sun, 25 Aug 2013 17:05:15 +0200, Gilles Caulier >>>>> <[hidden email]> a écrit: >>>>> >>>>>> Hi, >>>>>> >>>>>> No, this is not exactly the same values, if we follow color scheme : >>>>>> >>>>>> value DK Color Label Xmp.xmp.Label >>>>>> 0 None None >>>>>> 1 Red Red >>>>>> 2 Orange Orange >>>>>> 3 Yellow Yellow >>>>>> 4 Green Green >>>>>> 5 Blue Cyan >>>>>> 6 Magenta Blue >>>>>> 7 Gray Violet >>>>>> 8 Black Magenta >>>>>> 9 White Rose >>>>>> >>>>>> Gilles Caulier >>>>>> >>>>>> >>>>>> 2013/8/24 Photonoxx <[hidden email]>: >>>>>>> >>>>>>> So I already do. >>>>>>> >>>>>>> photoshop Urgency tag (as used by Capture NX) have exactly the same >>>>>>> value as >>>>>>> digikam.colorlabel I guess. >>>>>>> >>>>>>> Instead of Xmp.digikam.colorlabel the tag is just >>>>>>> Xmp.photoshop.Urgency >>>>>>> with >>>>>>> a value starting at 1 to 9 >>>>>>> >>>>>>> In my first post you can see the values. >>>>>>> >>>>>>> Tell me if I miss something. >>>>>>> >>>>>>> >>>>>>> Le Sat, 24 Aug 2013 18:55:21 +0200, Gilles Caulier >>>>>>> <[hidden email]> a écrit: >>>>>>> >>>>>>>> 2013/8/24 Photonoxx <[hidden email]>: >>>>>>>>> >>>>>>>>> >>>>>>>>> Thanks for the answer. >>>>>>>>> >>>>>>>>> My will was not to see Capture NX xmp.label take in charge since >>>>>>>>> I'm >>>>>>>>> totally >>>>>>>>> agree with you about the absurdity to set tag entries in native >>>>>>>>> language. >>>>>>>>> >>>>>>>>> I most hoped it would be possible to take xmp.photoshop urgency >>>>>>>>> in >>>>>>>>> count. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Yes, it's possible. I'm always favorable to improve >>>>>>>> interoperability. >>>>>>>> >>>>>>>> Just give me the map for import Nik* Color Labels to DK. It will >>>>>>>> take >>>>>>>> 10 mns to code... >>>>>>>> >>>>>>>> Gilles Caulier >>>>>>>> _______________________________________________ >>>>>>>> Digikam-users mailing list >>>>>>>> [hidden email] >>>>>>>> https://mail.kde.org/mailman/listinfo/digikam-users >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Nicolas Boulesteix >>>>>>> Photographe 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 >>>>> >>>>> >>>>> >>>> >>>> >>>> -- >>>> Nicolas Boulesteix >>>> Photographe 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 -- Nicolas Boulesteix Photographe chasseur de lueurs http://www.photonoxx.fr _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
No, no need NX1. It's too old.
I would better know LR and Aperture behavior in same conditions... Gilles Caulier 2013/8/30 Photonoxx <[hidden email]>: > Wonderful, > > As I remember, I'm not sure Capture NX 2 set iptc anymore, but I'll check it > today. > > May be I could try to install Capture NX 1 and test it too (as it is older > may be it used iptc ?). > > Thanks for your works anyway ! > > Le Fri, 30 Aug 2013 07:09:54 +0200, Gilles Caulier > <[hidden email]> a écrit: > > >> Anyway, digiKam 3.4.0 will manage XMP PHotoShop Urgency to load/save >> Color Labels : >> >> http://commits.kde.org/digikam/8d1cd024ea8dec77c3a6f7e5f8e5d2fee1fc14f8 >> >> I'm way your feedback about IPTC tags to manage in the same way... >> >> Gilles Caulier >> >> 2013/8/30 Gilles Caulier <[hidden email]>: >>> >>> Nicolas, >>> >>> In IPTC there is also another tags to check : >>> Iptc.Envelope.EnvelopePriority which is used in the same way than >>> Iptc.Application2.Urgency... >>> >>> Gilles Caulier >>> >>> 2013/8/30 Gilles Caulier <[hidden email]>: >>>> >>>> Nicolas, >>>> >>>> Can you check if Nikon NX patch also Iptc.Application2.Urgency tag >>>> from IPTC in the same way than xmp.photoshop.urgency with Color labels >>>> ? >>>> >>>> Gilles Caulier >>>> >>>> 2013/8/26 Photonoxx <[hidden email]>: >>>>> >>>>> I just make a try. >>>>> >>>>> If I set xmp.photoshop.urgency tag with Digikam (with metadata tool), >>>>> the >>>>> set urgency is take in count by Capture NX 2, even if a previous color >>>>> label >>>>> was set in Capture NX 2. >>>>> >>>>> It seems xmp.photoshop.urgency have priority on xmp.xmp.label set by >>>>> Capture >>>>> NX 2 too, since when I set urgency in digikam, the new color label was >>>>> shown >>>>> in Capture NX but the original xmp.xmp.label still exist and is set to >>>>> the >>>>> old value... >>>>> >>>>> >>>>> >>>>> Le Sun, 25 Aug 2013 22:08:30 +0200, Photonoxx <[hidden email]> a >>>>> écrit: >>>>> >>>>> >>>>>> Yes, I spoke about Xmp.photoshop.urgency which have just value from 1 >>>>>> to 9 >>>>>> (0 value doesn't seems to exist). >>>>>> >>>>>> I think if Digikam write this tag, Capture should be able to read it >>>>>> and >>>>>> display a color label. >>>>>> >>>>>> I'll try to set urgency in digikam (with kipi xmp editor) and see if >>>>>> Capture NX display a color tag or not... >>>>>> >>>>>> Le Sun, 25 Aug 2013 17:05:15 +0200, Gilles Caulier >>>>>> <[hidden email]> a écrit: >>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> No, this is not exactly the same values, if we follow color scheme : >>>>>>> >>>>>>> value DK Color Label Xmp.xmp.Label >>>>>>> 0 None None >>>>>>> 1 Red Red >>>>>>> 2 Orange Orange >>>>>>> 3 Yellow Yellow >>>>>>> 4 Green Green >>>>>>> 5 Blue Cyan >>>>>>> 6 Magenta Blue >>>>>>> 7 Gray Violet >>>>>>> 8 Black Magenta >>>>>>> 9 White Rose >>>>>>> >>>>>>> Gilles Caulier >>>>>>> >>>>>>> >>>>>>> 2013/8/24 Photonoxx <[hidden email]>: >>>>>>>> >>>>>>>> >>>>>>>> So I already do. >>>>>>>> >>>>>>>> photoshop Urgency tag (as used by Capture NX) have exactly the same >>>>>>>> value as >>>>>>>> digikam.colorlabel I guess. >>>>>>>> >>>>>>>> Instead of Xmp.digikam.colorlabel the tag is just >>>>>>>> Xmp.photoshop.Urgency >>>>>>>> with >>>>>>>> a value starting at 1 to 9 >>>>>>>> >>>>>>>> In my first post you can see the values. >>>>>>>> >>>>>>>> Tell me if I miss something. >>>>>>>> >>>>>>>> >>>>>>>> Le Sat, 24 Aug 2013 18:55:21 +0200, Gilles Caulier >>>>>>>> <[hidden email]> a écrit: >>>>>>>> >>>>>>>>> 2013/8/24 Photonoxx <[hidden email]>: >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Thanks for the answer. >>>>>>>>>> >>>>>>>>>> My will was not to see Capture NX xmp.label take in charge since >>>>>>>>>> I'm >>>>>>>>>> totally >>>>>>>>>> agree with you about the absurdity to set tag entries in native >>>>>>>>>> language. >>>>>>>>>> >>>>>>>>>> I most hoped it would be possible to take xmp.photoshop urgency in >>>>>>>>>> count. >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> Yes, it's possible. I'm always favorable to improve >>>>>>>>> interoperability. >>>>>>>>> >>>>>>>>> Just give me the map for import Nik* Color Labels to DK. It will >>>>>>>>> take >>>>>>>>> 10 mns to code... >>>>>>>>> >>>>>>>>> Gilles Caulier >>>>>>>>> _______________________________________________ >>>>>>>>> Digikam-users mailing list >>>>>>>>> [hidden email] >>>>>>>>> https://mail.kde.org/mailman/listinfo/digikam-users >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Nicolas Boulesteix >>>>>>>> Photographe 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 >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Nicolas Boulesteix >>>>> Photographe 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 > > > > -- > Nicolas Boulesteix > Photographe 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 |
Perfect then, I'll just try with NX2.
----- Mail original ----- De: "Gilles Caulier" <[hidden email]> À: "Nicolas Boulesteix" <[hidden email]>, "digiKam - Home Manage your photographs as a professional with the power of open source" <[hidden email]> Envoyé: Vendredi 30 Août 2013 08:11:47 Objet: Re: [Digikam-users] Digikam Color label and Photoshop urgency No, no need NX1. It's too old. I would better know LR and Aperture behavior in same conditions... Gilles Caulier 2013/8/30 Photonoxx <[hidden email]>: > Wonderful, > > As I remember, I'm not sure Capture NX 2 set iptc anymore, but I'll check it > today. > > May be I could try to install Capture NX 1 and test it too (as it is older > may be it used iptc ?). > > Thanks for your works anyway ! > > Le Fri, 30 Aug 2013 07:09:54 +0200, Gilles Caulier > <[hidden email]> a écrit: > > >> Anyway, digiKam 3.4.0 will manage XMP PHotoShop Urgency to load/save >> Color Labels : >> >> http://commits.kde.org/digikam/8d1cd024ea8dec77c3a6f7e5f8e5d2fee1fc14f8 >> >> I'm way your feedback about IPTC tags to manage in the same way... >> >> Gilles Caulier >> >> 2013/8/30 Gilles Caulier <[hidden email]>: >>> >>> Nicolas, >>> >>> In IPTC there is also another tags to check : >>> Iptc.Envelope.EnvelopePriority which is used in the same way than >>> Iptc.Application2.Urgency... >>> >>> Gilles Caulier >>> >>> 2013/8/30 Gilles Caulier <[hidden email]>: >>>> >>>> Nicolas, >>>> >>>> Can you check if Nikon NX patch also Iptc.Application2.Urgency tag >>>> from IPTC in the same way than xmp.photoshop.urgency with Color labels >>>> ? >>>> >>>> Gilles Caulier >>>> >>>> 2013/8/26 Photonoxx <[hidden email]>: >>>>> >>>>> I just make a try. >>>>> >>>>> If I set xmp.photoshop.urgency tag with Digikam (with metadata tool), >>>>> the >>>>> set urgency is take in count by Capture NX 2, even if a previous color >>>>> label >>>>> was set in Capture NX 2. >>>>> >>>>> It seems xmp.photoshop.urgency have priority on xmp.xmp.label set by >>>>> Capture >>>>> NX 2 too, since when I set urgency in digikam, the new color label was >>>>> shown >>>>> in Capture NX but the original xmp.xmp.label still exist and is set to >>>>> the >>>>> old value... >>>>> >>>>> >>>>> >>>>> Le Sun, 25 Aug 2013 22:08:30 +0200, Photonoxx <[hidden email]> a >>>>> écrit: >>>>> >>>>> >>>>>> Yes, I spoke about Xmp.photoshop.urgency which have just value from 1 >>>>>> to 9 >>>>>> (0 value doesn't seems to exist). >>>>>> >>>>>> I think if Digikam write this tag, Capture should be able to read it >>>>>> and >>>>>> display a color label. >>>>>> >>>>>> I'll try to set urgency in digikam (with kipi xmp editor) and see if >>>>>> Capture NX display a color tag or not... >>>>>> >>>>>> Le Sun, 25 Aug 2013 17:05:15 +0200, Gilles Caulier >>>>>> <[hidden email]> a écrit: >>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> No, this is not exactly the same values, if we follow color scheme : >>>>>>> >>>>>>> value DK Color Label Xmp.xmp.Label >>>>>>> 0 None None >>>>>>> 1 Red Red >>>>>>> 2 Orange Orange >>>>>>> 3 Yellow Yellow >>>>>>> 4 Green Green >>>>>>> 5 Blue Cyan >>>>>>> 6 Magenta Blue >>>>>>> 7 Gray Violet >>>>>>> 8 Black Magenta >>>>>>> 9 White Rose >>>>>>> >>>>>>> Gilles Caulier >>>>>>> >>>>>>> >>>>>>> 2013/8/24 Photonoxx <[hidden email]>: >>>>>>>> >>>>>>>> >>>>>>>> So I already do. >>>>>>>> >>>>>>>> photoshop Urgency tag (as used by Capture NX) have exactly the same >>>>>>>> value as >>>>>>>> digikam.colorlabel I guess. >>>>>>>> >>>>>>>> Instead of Xmp.digikam.colorlabel the tag is just >>>>>>>> Xmp.photoshop.Urgency >>>>>>>> with >>>>>>>> a value starting at 1 to 9 >>>>>>>> >>>>>>>> In my first post you can see the values. >>>>>>>> >>>>>>>> Tell me if I miss something. >>>>>>>> >>>>>>>> >>>>>>>> Le Sat, 24 Aug 2013 18:55:21 +0200, Gilles Caulier >>>>>>>> <[hidden email]> a écrit: >>>>>>>> >>>>>>>>> 2013/8/24 Photonoxx <[hidden email]>: >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Thanks for the answer. >>>>>>>>>> >>>>>>>>>> My will was not to see Capture NX xmp.label take in charge since >>>>>>>>>> I'm >>>>>>>>>> totally >>>>>>>>>> agree with you about the absurdity to set tag entries in native >>>>>>>>>> language. >>>>>>>>>> >>>>>>>>>> I most hoped it would be possible to take xmp.photoshop urgency in >>>>>>>>>> count. >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> Yes, it's possible. I'm always favorable to improve >>>>>>>>> interoperability. >>>>>>>>> >>>>>>>>> Just give me the map for import Nik* Color Labels to DK. It will >>>>>>>>> take >>>>>>>>> 10 mns to code... >>>>>>>>> >>>>>>>>> Gilles Caulier >>>>>>>>> _______________________________________________ >>>>>>>>> Digikam-users mailing list >>>>>>>>> [hidden email] >>>>>>>>> https://mail.kde.org/mailman/listinfo/digikam-users >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Nicolas Boulesteix >>>>>>>> Photographe 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 >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Nicolas Boulesteix >>>>> Photographe 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 > > > > -- > Nicolas Boulesteix > Photographe 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 just try with Capture NX2 to set a color label and it appears there's nothing write in IPTC by capture NX apparently... I have only data wrote by my camera in IPTC.
----- Mail original ----- De: [hidden email] À: "digiKam - Home Manage your photographs as a professional with the power of open source" <[hidden email]> Envoyé: Vendredi 30 Août 2013 10:55:27 Objet: Re: [Digikam-users] Digikam Color label and Photoshop urgency Perfect then, I'll just try with NX2. ----- Mail original ----- De: "Gilles Caulier" <[hidden email]> À: "Nicolas Boulesteix" <[hidden email]>, "digiKam - Home Manage your photographs as a professional with the power of open source" <[hidden email]> Envoyé: Vendredi 30 Août 2013 08:11:47 Objet: Re: [Digikam-users] Digikam Color label and Photoshop urgency No, no need NX1. It's too old. I would better know LR and Aperture behavior in same conditions... Gilles Caulier 2013/8/30 Photonoxx <[hidden email]>: > Wonderful, > > As I remember, I'm not sure Capture NX 2 set iptc anymore, but I'll check it > today. > > May be I could try to install Capture NX 1 and test it too (as it is older > may be it used iptc ?). > > Thanks for your works anyway ! > > Le Fri, 30 Aug 2013 07:09:54 +0200, Gilles Caulier > <[hidden email]> a écrit: > > >> Anyway, digiKam 3.4.0 will manage XMP PHotoShop Urgency to load/save >> Color Labels : >> >> http://commits.kde.org/digikam/8d1cd024ea8dec77c3a6f7e5f8e5d2fee1fc14f8 >> >> I'm way your feedback about IPTC tags to manage in the same way... >> >> Gilles Caulier >> >> 2013/8/30 Gilles Caulier <[hidden email]>: >>> >>> Nicolas, >>> >>> In IPTC there is also another tags to check : >>> Iptc.Envelope.EnvelopePriority which is used in the same way than >>> Iptc.Application2.Urgency... >>> >>> Gilles Caulier >>> >>> 2013/8/30 Gilles Caulier <[hidden email]>: >>>> >>>> Nicolas, >>>> >>>> Can you check if Nikon NX patch also Iptc.Application2.Urgency tag >>>> from IPTC in the same way than xmp.photoshop.urgency with Color labels >>>> ? >>>> >>>> Gilles Caulier >>>> >>>> 2013/8/26 Photonoxx <[hidden email]>: >>>>> >>>>> I just make a try. >>>>> >>>>> If I set xmp.photoshop.urgency tag with Digikam (with metadata tool), >>>>> the >>>>> set urgency is take in count by Capture NX 2, even if a previous color >>>>> label >>>>> was set in Capture NX 2. >>>>> >>>>> It seems xmp.photoshop.urgency have priority on xmp.xmp.label set by >>>>> Capture >>>>> NX 2 too, since when I set urgency in digikam, the new color label was >>>>> shown >>>>> in Capture NX but the original xmp.xmp.label still exist and is set to >>>>> the >>>>> old value... >>>>> >>>>> >>>>> >>>>> Le Sun, 25 Aug 2013 22:08:30 +0200, Photonoxx <[hidden email]> a >>>>> écrit: >>>>> >>>>> >>>>>> Yes, I spoke about Xmp.photoshop.urgency which have just value from 1 >>>>>> to 9 >>>>>> (0 value doesn't seems to exist). >>>>>> >>>>>> I think if Digikam write this tag, Capture should be able to read it >>>>>> and >>>>>> display a color label. >>>>>> >>>>>> I'll try to set urgency in digikam (with kipi xmp editor) and see if >>>>>> Capture NX display a color tag or not... >>>>>> >>>>>> Le Sun, 25 Aug 2013 17:05:15 +0200, Gilles Caulier >>>>>> <[hidden email]> a écrit: >>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> No, this is not exactly the same values, if we follow color scheme : >>>>>>> >>>>>>> value DK Color Label Xmp.xmp.Label >>>>>>> 0 None None >>>>>>> 1 Red Red >>>>>>> 2 Orange Orange >>>>>>> 3 Yellow Yellow >>>>>>> 4 Green Green >>>>>>> 5 Blue Cyan >>>>>>> 6 Magenta Blue >>>>>>> 7 Gray Violet >>>>>>> 8 Black Magenta >>>>>>> 9 White Rose >>>>>>> >>>>>>> Gilles Caulier >>>>>>> >>>>>>> >>>>>>> 2013/8/24 Photonoxx <[hidden email]>: >>>>>>>> >>>>>>>> >>>>>>>> So I already do. >>>>>>>> >>>>>>>> photoshop Urgency tag (as used by Capture NX) have exactly the same >>>>>>>> value as >>>>>>>> digikam.colorlabel I guess. >>>>>>>> >>>>>>>> Instead of Xmp.digikam.colorlabel the tag is just >>>>>>>> Xmp.photoshop.Urgency >>>>>>>> with >>>>>>>> a value starting at 1 to 9 >>>>>>>> >>>>>>>> In my first post you can see the values. >>>>>>>> >>>>>>>> Tell me if I miss something. >>>>>>>> >>>>>>>> >>>>>>>> Le Sat, 24 Aug 2013 18:55:21 +0200, Gilles Caulier >>>>>>>> <[hidden email]> a écrit: >>>>>>>> >>>>>>>>> 2013/8/24 Photonoxx <[hidden email]>: >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Thanks for the answer. >>>>>>>>>> >>>>>>>>>> My will was not to see Capture NX xmp.label take in charge since >>>>>>>>>> I'm >>>>>>>>>> totally >>>>>>>>>> agree with you about the absurdity to set tag entries in native >>>>>>>>>> language. >>>>>>>>>> >>>>>>>>>> I most hoped it would be possible to take xmp.photoshop urgency in >>>>>>>>>> count. >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> Yes, it's possible. I'm always favorable to improve >>>>>>>>> interoperability. >>>>>>>>> >>>>>>>>> Just give me the map for import Nik* Color Labels to DK. It will >>>>>>>>> take >>>>>>>>> 10 mns to code... >>>>>>>>> >>>>>>>>> Gilles Caulier >>>>>>>>> _______________________________________________ >>>>>>>>> Digikam-users mailing list >>>>>>>>> [hidden email] >>>>>>>>> https://mail.kde.org/mailman/listinfo/digikam-users >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Nicolas Boulesteix >>>>>>>> Photographe 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 >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Nicolas Boulesteix >>>>> Photographe 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 > > > > -- > Nicolas Boulesteix > Photographe 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 _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |