Hey,
I edited some photos with Camera Raw (Mini-Photoshop delivered with Adobe's Creative Suite). The changes made in Camera Raw are saved in .xmp-files. XnView does not recognize those xmp-files and so the raw photos are displayed unchanged. Is that a lack of functionality or did I miss some setting?
Regards,
Konzertheld
XMP files from Photoshop Camera Raw are not used
Moderators: helmut, XnTriq, xnview
-
- Posts: 50
- Joined: Sun Feb 27, 2011 9:43 pm
Re: XMP files from Photoshop Camera Raw are not used
Currently XnView don't use .xmp files... Could you send me a sample?
Pierre.
-
- Posts: 50
- Joined: Sun Feb 27, 2011 9:43 pm
Re: XMP files from Photoshop Camera Raw are not used
I added you in ICQ to send you the example files... if that is not okay tell me how to send else.
Re: XMP files from Photoshop Camera Raw are not used
by mail?Konzertheld wrote:I added you in ICQ to send you the example files... if that is not okay tell me how to send else.
Pierre.
-
- Posts: 50
- Joined: Sun Feb 27, 2011 9:43 pm
Re: XMP files from Photoshop Camera Raw are not used
Not sure if I wrote you before, but you got a mail on <xxx> now.
<Moderator's note: Mail address has been removed - please see Rules and Guidelines>
<Moderator's note: Mail address has been removed - please see Rules and Guidelines>
-
- Posts: 50
- Joined: Sun Feb 27, 2011 9:43 pm
Re: XMP files from Photoshop Camera Raw are not used
Yes. I tried to send it via PM but you can't attach files there.
-
- Posts: 50
- Joined: Sun Feb 27, 2011 9:43 pm
Re: XMP files from Photoshop Camera Raw are not used
Anything new on this? Did you receive my mail? I figured out that Camera Raw integrates XMP data in JPEG files but creates a separate .xmp file when editing raw files (.cr2). For JPEG files, XnView shows there is xmp data and it is able to display the data, but it does not append it to the photos. It also has a feature to move/copy those separate .xmp files with the photo file. So, please add support for actually using that data.
Here is a sample of embedded xmp.
Here is a sample of embedded xmp.
Code: Select all
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.2-c020 1.124078, Tue Sep 11 2007 23:21:40 "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:exif="http://ns.adobe.com/exif/1.0/" xmlns:tiff="http://ns.adobe.com/tiff/1.0/" xmlns:crs="http://ns.adobe.com/camera-raw-settings/1.0/" xmlns:xap="http://ns.adobe.com/xap/1.0/" exif:ExifVersion="0221" tiff:Orientation="1" crs:RawFileName="negativ023.jpg" crs:Version="5.0" crs:WhiteBalance="As Shot" crs:IncrementalTemperature="0" crs:IncrementalTint="0" crs:Exposure="0.00" crs:Shadows="10" crs:Brightness="0" crs:Contrast="+10" crs:Saturation="0" crs:Sharpness="0" crs:LuminanceSmoothing="0" crs:ColorNoiseReduction="0" crs:ChromaticAberrationR="0" crs:ChromaticAberrationB="0" crs:VignetteAmount="0" crs:ShadowTint="0" crs:RedHue="0" crs:RedSaturation="0" crs:GreenHue="0" crs:GreenSaturation="0" crs:BlueHue="0" crs:BlueSaturation="0" crs:FillLight="0" crs:Vibrance="0" crs:HighlightRecovery="50" crs:Clarity="0" crs:Defringe="0" crs:HueAdjustmentRed="0" crs:HueAdjustmentOrange="0" crs:HueAdjustmentYellow="0" crs:HueAdjustmentGreen="0" crs:HueAdjustmentAqua="0" crs:HueAdjustmentBlue="0" crs:HueAdjustmentPurple="0" crs:HueAdjustmentMagenta="0" crs:SaturationAdjustmentRed="0" crs:SaturationAdjustmentOrange="0" crs:SaturationAdjustmentYellow="0" crs:SaturationAdjustmentGreen="0" crs:SaturationAdjustmentAqua="0" crs:SaturationAdjustmentBlue="0" crs:SaturationAdjustmentPurple="0" crs:SaturationAdjustmentMagenta="0" crs:LuminanceAdjustmentRed="0" crs:LuminanceAdjustmentOrange="0" crs:LuminanceAdjustmentYellow="0" crs:LuminanceAdjustmentGreen="0" crs:LuminanceAdjustmentAqua="0" crs:LuminanceAdjustmentBlue="0" crs:LuminanceAdjustmentPurple="0" crs:LuminanceAdjustmentMagenta="0" crs:SplitToningShadowHue="0" crs:SplitToningShadowSaturation="0" crs:SplitToningHighlightHue="0" crs:SplitToningHighlightSaturation="0" crs:SplitToningBalance="0" crs:ParametricShadows="-20" crs:ParametricDarks="-20" crs:ParametricLights="+10" crs:ParametricHighlights="0" crs:ParametricShadowSplit="25" crs:ParametricMidtoneSplit="50" crs:ParametricHighlightSplit="75" crs:SharpenRadius="+1.0" crs:SharpenDetail="25" crs:SharpenEdgeMasking="0" crs:PostCropVignetteAmount="0" crs:ConvertToGrayscale="False" crs:ToneCurveName="Linear" crs:CameraProfile="Embedded" crs:CameraProfileDigest="54650A341B5B5CCAE8442D0B43A92BCE" crs:HasSettings="True" crs:HasCrop="False" crs:AlreadyApplied="False" xap:Rating="0"> <crs:ToneCurve> <rdf:Seq> <rdf:li>0, 0</rdf:li> <rdf:li>255, 255</rdf:li> </rdf:Seq> </crs:ToneCurve> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="w"?>