PsdDecoderGetThumbnail Method |
Gets the thumbnail image stored in the Photoshop Resource of the image.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AtalaImage GetThumbnail(
Stream stream
)
Public Function GetThumbnail (
stream As Stream
) As AtalaImage
Parameters
- stream
- Type: System.IOStream
The PSD image stream.
Return Value
Type:
AtalaImage An AtalaImage containing the thumbnail image.
Remarks See the PhotoshopResourceParser for obtaining the RAW thumbnail data and other photoshop
specific information.
See Also Reference
PhotoshopResourceParser Class