Search My Blog

Sample ISO Dependent 2


You can copy & paste the code below and save as XMP preset using TextEdit or Notepad. 


Ensure you save with the extension .xmp and not as a text file. The saved file can be imported into the Develop module by clicking on the plus icon in the presets panel.


<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c140 79.160451, 2017/05/06-01:08:21        ">
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Description rdf:about=""
    xmlns:crs="http://ns.adobe.com/camera-raw-settings/1.0/"
   crs:PresetType="Normal"
   crs:Cluster=""
   crs:UUID="A8EDF855F8914C5BAF389B780439F0F7"
   crs:SupportsAmount="False"
   crs:SupportsColor="True"
   crs:SupportsMonochrome="True"
   crs:SupportsHighDynamicRange="True"
   crs:SupportsNormalDynamicRange="True"
   crs:SupportsSceneReferred="True"
   crs:SupportsOutputReferred="True"
   crs:CameraModelRestriction=""
   crs:Copyright=""
   crs:ContactInfo=""
   crs:Version="13.0"
   crs:ProcessVersion="11.0"
   crs:Sharpness="40"
   crs:LuminanceSmoothing="0"
   crs:ColorNoiseReduction="25"
   crs:SharpenRadius="+1.0"
   crs:SharpenDetail="25"
   crs:SharpenEdgeMasking="0"
   crs:ColorNoiseReductionDetail="50"
   crs:ColorNoiseReductionSmoothness="50"
   crs:Blacks2012="0"
   crs:Clarity2012="0"
   crs:HasSettings="True">
   <crs:Name>
    <rdf:Alt>
     <rdf:li xml:lang="x-default">Sample ISO Dependent 2</rdf:li>
    </rdf:Alt>
   </crs:Name>
   <crs:ShortName>
    <rdf:Alt>
     <rdf:li xml:lang="x-default"/>
    </rdf:Alt>`
   </crs:ShortName>
   <crs:SortName>
    <rdf:Alt>
     <rdf:li xml:lang="x-default"/>
    </rdf:Alt>
   </crs:SortName>
   <crs:Group>
    <rdf:Alt>
     <rdf:li xml:lang="x-default"/>
    </rdf:Alt>
   </crs:Group>
   <crs:Description>
    <rdf:Alt>
     <rdf:li xml:lang="x-default"/>
    </rdf:Alt>
   </crs:Description>
   <crs:ISODependent>
    <rdf:Seq>
     <rdf:li
      crs:ISO="400"
      crs:LuminanceSmoothing="0"
      crs:ColorNoiseReduction="0"
      />
     <rdf:li
      crs:ISO="1600"
      crs:LuminanceSmoothing="10"
      crs:ColorNoiseReduction="15"
      crs:SharpenEdgeMasking="10"
      />
     <rdf:li
      crs:ISO="6400"
      crs:LuminanceSmoothing="30"
      crs:ColorNoiseReduction="15"
      crs:SharpenEdgeMasking="25"
      crs:ColorNoiseReductionSmoothness="100"
      crs:Blacks2012="-10"
      crs:Clarity2012="10"
      />
    </rdf:Seq>
   </crs:ISODependent>
  </rdf:Description>
 </rdf:RDF>
</x:xmpmeta>


1 comment:

  1. I noticed a "`" in line 39 of your code above, which is otherwise identical to example2 from Adobe. Not sure if this matters, but this might prevent unexpected results?

    ReplyDelete

Note: only a member of this blog may post a comment.