Exif history
Hey all,
I've been dealing with a lab getting my 120mm MF negs scanned. I just want to know if by looking at the exif raw data (pasted below), can you see if this was a 72dpi scan that has been resampled to 300dpi and saved as a jpg or if it was 300dpi scan that has had the pixel dimensions changed only.
My thinking is that rather than scanning at high res, they're scanning low res and resampling it in photoshop.
Any help would be appreciated.
Here's the data.
<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:xmp="http://ns.adobe.com/xap/1.0/"
xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#"
xmlns:tiff="http://ns.adobe.com/tiff/1.0/"
xmlns:exif="http://ns.adobe.com/exif/1.0/">
<xmp:CreatorTool>Adobe Photoshop CS5 Windows</xmp:CreatorTool>
<xmp:CreateDate>2018-06-05T17:59:59+01:00</xmp:CreateDate>
<xmp:ModifyDate>2018-06-05T18:24:03+01:00</xmp:ModifyDate>
<xmp:MetadataDate>2018-06-05T18:24:03+01:00</xmp:MetadataDate>
<photoshop:LegacyIPTCDigest>CDCFFA7DA8C7BE09057076AEAF05C34E</photoshop:LegacyIPTCDigest>
<photoshop:ColorMode>3</photoshop:ColorMode>
<photoshop:ICCProfile>sRGB IEC61966-2.1</photoshop:ICCProfile>
<dc:format>image/jpeg</dc:format>
<xmpMM:InstanceID>xmp.iid:D8D91F3EE568E811852FBF74E8439D24</xmpMM:InstanceID>
<xmpMM:DocumentID>xmp.did:D8D91F3EE568E811852FBF74E8439D24</xmpMM:DocumentID>
<xmpMM:OriginalDocumentID>xmp.did:D8D91F3EE568E811852FBF74E8439D24</xmpMM:OriginalDocumentID>
<xmpMM:History>
<rdf:Seq>
<rdf:li rdf:parseType="Resource">
<stEvt:action>saved</stEvt:action>
<stEvt:instanceID>xmp.iid:D8D91F3EE568E811852FBF74E8439D24</stEvt:instanceID>
<stEvt:when>2018-06-05T18:24:03+01:00</stEvt:when>
<stEvt:softwareAgent>Adobe Photoshop CS5 Windows</stEvt:softwareAgent>
<stEvt:changed>/</stEvt:changed>
</rdf:li>
</rdf:Seq>
</xmpMM:History>
<tiff:ImageWidth>2079</tiff:ImageWidth>
<tiff:ImageLength>2048</tiff:ImageLength>
<tiff:BitsPerSample>
<rdf:Seq>
<rdf:li>8</rdf:li>
<rdf:li>8</rdf:li>
<rdf:li>8</rdf:li>
</rdf:Seq>
</tiff:BitsPerSample>
<tiff:PhotometricInterpretation>2</tiff:PhotometricInterpretation>
<tiff:Orientation>1</tiff:Orientation>
<tiff:SamplesPerPixel>3</tiff:SamplesPerPixel>
<tiff:YCbCrPositioning>1</tiff:YCbCrPositioning>
<tiff:XResolution>3000000/10000</tiff:XResolution>
<tiff:YResolution>3000000/10000</tiff:YResolution>
<tiff:ResolutionUnit>2</tiff:ResolutionUnit>
<tiff:Make>NORITSU KOKI</tiff:Make>
<tiff:Model>QSS-31</tiff:Model>
<exif:ExifVersion>0220</exif:ExifVersion>
<exif:FlashpixVersion>0100</exif:FlashpixVersion>
<exif:ColorSpace>1</exif:ColorSpace>
<exif:PixelXDimension>3000</exif:PixelXDimension>
<exif:PixelYDimension>2955</exif:PixelYDimension>
<exif:FocalPlaneResolutionUnit>3</exif:FocalPlaneResolutionUnit>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>
