PSD

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(LOC FDD & Wikidata)
(3 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
|mimetypes={{mimetype|image/vnd.adobe.photoshop}}
 
|mimetypes={{mimetype|image/vnd.adobe.photoshop}}
 
|pronom={{PRONOM|x-fmt/92}}
 
|pronom={{PRONOM|x-fmt/92}}
 +
|locfdd={{LoCFDD|fdd000523}}
 +
|wikidata={{wikidata|Q2141903}}
 
|released=≥1990
 
|released=≥1990
 
}}
 
}}
Line 11: Line 13:
 
PSD is a partially-documented proprietary format. It is very large and complex. Despite this, decoding the primary image of a PSD file is often fairly simple. If an application claims to support PSD, that could mean just about anything.
 
PSD is a partially-documented proprietary format. It is very large and complex. Despite this, decoding the primary image of a PSD file is often fairly simple. If an application claims to support PSD, that could mean just about anything.
  
 +
== Format details ==
 +
=== Compression ===
 
Images are usually compressed with [[PackBits]], or uncompressed. "Zip" compression, which apparently means [[zlib]], is also supported.
 
Images are usually compressed with [[PackBits]], or uncompressed. "Zip" compression, which apparently means [[zlib]], is also supported.
  
It does not appear to be possible to reliably determine the encoding used by non-[[Unicode]] text in a PSD file. A reasonable guess is [[MacRoman]], but other encodings are common.
+
=== Text encoding ===
 +
PSD files often contain both [[Unicode]] and non-Unicode text. It's not clear whether there is a good way to determine the encoding of the non-Unicode text. Some sources claim [[MacRoman]], which is true in many cases, but other encodings have been observed.
 +
 
 +
== Identification ==
 +
PSD files begin with bytes <code>'8' 'B' 'P' 'S' 0x00 0x01</code>.
  
 
== See Also ==
 
== See Also ==
Line 20: Line 28:
  
 
See [[Photoshop]] for other related formats.
 
See [[Photoshop]] for other related formats.
 
== Identification ==
 
PSD files begin with bytes <code>'8' 'B' 'P' 'S' 0x00 0x01</code>.
 
  
 
== Specifications ==
 
== Specifications ==
Line 39: Line 44:
 
* [[Konvertor]]
 
* [[Konvertor]]
 
* [[XnView]]
 
* [[XnView]]
 +
* [[Tom's Viewer]]
  
 
=== Libraries and tools ===
 
=== Libraries and tools ===
Line 52: Line 58:
 
** [http://www.freepik.com/free-psd Freepik → PSD]
 
** [http://www.freepik.com/free-psd Freepik → PSD]
 
* [https://github.com/devbrain/tombexcavator/tree/master/data/PSD tombexcavator samples]
 
* [https://github.com/devbrain/tombexcavator/tree/master/data/PSD tombexcavator samples]
 +
* https://telparia.com/fileFormatSamples/image/psd/ → *.psd
  
 
== Links ==
 
== Links ==

Revision as of 21:31, 3 November 2020

File Format
Name PSD
Ontology
Extension(s) .psd
MIME Type(s) image/vnd.adobe.photoshop
LoCFDD fdd000523
PRONOM x-fmt/92
Wikidata ID Q2141903
Released ≥1990

PSD is the native layered raster graphics file format of the Adobe Photoshop program line. The format has gone through multiple versions, each being downwards (but not always upwards) compatible.

PSD is a partially-documented proprietary format. It is very large and complex. Despite this, decoding the primary image of a PSD file is often fairly simple. If an application claims to support PSD, that could mean just about anything.

Contents

Format details

Compression

Images are usually compressed with PackBits, or uncompressed. "Zip" compression, which apparently means zlib, is also supported.

Text encoding

PSD files often contain both Unicode and non-Unicode text. It's not clear whether there is a good way to determine the encoding of the non-Unicode text. Some sources claim MacRoman, which is true in many cases, but other encodings have been observed.

Identification

PSD files begin with bytes '8' 'B' 'P' 'S' 0x00 0x01.

See Also

See Photoshop for other related formats.

Specifications

Software

Viewers, editors, and converters

Libraries and tools

Sample files

Links

See also Photoshop#Links.

Commentary

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox