TImageEnIO.SaveToStreamPSD
Declaration
procedure SaveToStreamPSD(Stream: TStream);
Description
Saves the current image to a stream in PSD format. PSD supports multiple layers, so it can store position and other useful info (like layer name). PSD also has a merged representation of the image to fast preview the merged result.
Notes:
- You can also save layers in
IEN,
SVG and
PDF format
- All layers types will be saved as PSD image layers
- To abort while saving set
Aborting to true