PSD is a de facto standard for designers all over the world. This image format is rather complex and stores a lot of layers and additional data
(image layers, text layers, applied effects, etc.). In addition, it is a closed proprietary format from Adobe.
Therefore Graphics Mill offers limited support of the PSD format, namely, reading raster, text, shape, and group layers from
.psd
files and merging layers into a bitmap. Such functionality allows the creating of personalized graphics.
PSD files can contain a number of layers of different types. Graphics Mill distinguishes the following types of layers:
In Graphics Mill, the main class to work with PSD files is the PsdReader image reader. For basic information about image readers, see the Working with Files topic. The PsdReader allows opening PSD images (from a file or from a stream), provides access to the layers through the PsdReader.Frames property, allows the reading of image metadata information, and so on.
The PsdFrame class represents a PSD layer. It provides information about the layer and allows for retrieving the layer bitmap (available for text and raster layers). The PsdTextFrame class provides the text information for text layers, such as font and paragraph settings, text box boundaries, the text string itself, and so on.
This section contains the following articles:
Graphics Mill does not offer full PSD support. Therefore, when you create a PSD file to be processed by Graphics Mill, you should use only layers and features described in these articles. Undetectable layers will be identified as unknown and unsupported layer parameters will be ignored.