|
|
|
|
|
by jmartinpetersen
4184 days ago
|
|
The code (and comment) is five years old. Any updates on how the PSD format has changed (if at all) since then? Also, the title used here isn't actually a quote from the link. I'd opt for the closing sentence "PSD is not my favourite file format" instead ... |
|
The official PSD specs are now online: http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/.
Specs don't provide information about all PSD features, but they are a good start. As I recall, an initial version of https://github.com/kmike/psd-tools took a weekend; I was following specs, using PIL (Pillow) for pixels handling; also, I was checking other PSD readers when something was unclear - there is a lot of open-source PSD readers. Earlier readers are from 2005 or maybe earlier, they have been available long before the code with this "famous" comment was written.