Read ultimately CreatorTool and resolution of photoshop cs5 eps files
Posted: Wed Jul 11, 2012 3:39 pm
Hello all,
I'm trying to detect in switch 11, with which version of photoshop an eps file was ultimately saved.
The path to the embedded xmp data in switch (xmp:CreatorTool) shows "Adobe Photoshop CS2 Macintosh", which is identical with the entries checking with a text editor:
Adobe Photoshop CS2 Macintosh
But this eps file was saved in Photoshop CS2 the FIRST time.
Shouldn't it be also possible in switch, to read the photoshop version of the last modification date?
My eps file has exactly 16 entries, so I'm able to detect it with [Metadata.Text:Path="xmpMM:History/*[16]/stEvt:softwareAgent"]. But another file perhaps was saved 27 times, so I've to replace "16" with "27". Is it possible to place a wildcard instead, for always detecting the LATEST entry?
Strange to say, but looking to the enhanced metadata with photoshop "file -> fileinformation -> tab "advanced" -> basic xmp properties (http://ns.adobe.com/xap/1.0/)" the xmp:CreatorTool shows "Adobe Photoshop CS4 Macintosh" (instead of CS2 shown in the text editor)! Why?
Furthermore I'm not able to detect the [Image.XResolution]/[Image.YResolution] in eps files saved with photoshop cs5. These informations seems to be coded or missing and similar xmp metadata seems not to be created with photoshop cs5 (or CS5.5). (By the way: bridge cs5 isn't able read resolution values, too!)
Is there any way to detect the resolution in photoshop cs5 eps files with switch11?
Thanks in advance,
Thomas
I'm trying to detect in switch 11, with which version of photoshop an eps file was ultimately saved.
The path to the embedded xmp data in switch (xmp:CreatorTool) shows "Adobe Photoshop CS2 Macintosh", which is identical with the entries checking with a text editor:
Adobe Photoshop CS2 Macintosh
But this eps file was saved in Photoshop CS2 the FIRST time.
Shouldn't it be also possible in switch, to read the photoshop version of the last modification date?
My eps file has exactly 16 entries, so I'm able to detect it with [Metadata.Text:Path="xmpMM:History/*[16]/stEvt:softwareAgent"]. But another file perhaps was saved 27 times, so I've to replace "16" with "27". Is it possible to place a wildcard instead, for always detecting the LATEST entry?
Strange to say, but looking to the enhanced metadata with photoshop "file -> fileinformation -> tab "advanced" -> basic xmp properties (http://ns.adobe.com/xap/1.0/)" the xmp:CreatorTool shows "Adobe Photoshop CS4 Macintosh" (instead of CS2 shown in the text editor)! Why?
Furthermore I'm not able to detect the [Image.XResolution]/[Image.YResolution] in eps files saved with photoshop cs5. These informations seems to be coded or missing and similar xmp metadata seems not to be created with photoshop cs5 (or CS5.5). (By the way: bridge cs5 isn't able read resolution values, too!)
Is there any way to detect the resolution in photoshop cs5 eps files with switch11?
Thanks in advance,
Thomas