Method Image.PSD.decode()


Method decode

Image.Image decode(string data)

Description

Decodes a PSD image to a single image object.

Note

Throws upon error in data. To get access to more information like alpha channels and layer names, see _decode and __decode.