Click or drag to resize

PhotoshopResourceParserParseFromImage Method (Stream)

Parses Photoshop Resource data from a JPEG, TIFF, or PSD image file stream.

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PhotoshopResourceCollection ParseFromImage(
	Stream imageStream
)

Parameters

imageStream
Type: System.IOStream
The image file stream to parse data from.

Return Value

Type: PhotoshopResourceCollection
See Also