GCamera:DisableSuggestedAction

Started by herb, June 19, 2024, 03:20:47 AM

Previous topic - Next topic

herb

Hello,

Looking for *.jxl file for tests with my application I found such a file that contains a GCamera tag that is unknown to ExifTool: DisableSuggestedAction

Take this as an info only.
For the "new" tag see the following.
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.1.0-jc003">
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <rdf:Description rdf:about=""
        xmlns:GCamera="http://ns.google.com/photos/1.0/camera/"
        xmlns:xmpNote="http://ns.adobe.com/xmp/note/"
      xmpNote:HasExtendedXMP="750C24F6EB75788A9C4E458B67A06D54">
      <GCamera:SpecialTypeID>
        <rdf:Bag>
          <rdf:li>com.google.android.apps.camera.gallery.specialtype.SpecialType-NIGHT</rdf:li>
        </rdf:Bag>
      </GCamera:SpecialTypeID>
      <GCamera:DisableSuggestedAction>
        <rdf:Bag>
          <rdf:li>Brightness</rdf:li>
          <rdf:li>Color</rdf:li>
        </rdf:Bag>
      </GCamera:DisableSuggestedAction>
    </rdf:Description>
  </rdf:RDF>
</x:xmpmeta>
Best rgards
herb

Phil Harvey

Hi Herb,

Thanks!  I'll add this in version 12.88

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).