jokiazhang / metadata-extractor

Automatically exported from code.google.com/p/metadata-extractor
0 stars 0 forks source link

Enhance PSD file support #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
PSD files appear to contain at least two types of metadata that is already 
supported: XMP and Photoshop.

Here is a reference to the format:

http://www.fileformat.info/format/psd/egff.htm

Original issue reported on code.google.com by drewnoakes on 9 May 2011 at 2:13

GoogleCodeExporter commented 9 years ago

Original comment by drewnoakes on 21 May 2011 at 9:54

GoogleCodeExporter commented 9 years ago

Original comment by drewnoakes on 30 Jan 2012 at 3:02

GoogleCodeExporter commented 9 years ago
Adobe has some nice documentation on the PSD file format:

http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/PhotoshopFileFormats
.htm#50577409_pgfId-1056424

Original comment by drewnoakes on 22 May 2012 at 12:55

GoogleCodeExporter commented 9 years ago
Some basic PSD support has been added and will be released in 2.6.0.  This 
reads out basic information from the file such as pixel dimensions, colour 
mode, the number of channels, and the number of bits per channel.

Future work could extend this to extract more information such as IPTC, XMP, 
etc.

Original comment by drewnoakes on 22 May 2012 at 3:47

GoogleCodeExporter commented 9 years ago

Original comment by drewnoakes on 27 May 2012 at 11:20

GoogleCodeExporter commented 9 years ago

Original comment by drewnoakes on 16 Oct 2012 at 4:14