Image::FromStream Method (Stream^, Boolean)
Creates an Image from the specified data stream, optionally using embedded color management information in that stream.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- stream
- Type: System.IO::Stream^
- useEmbeddedColorManagement
-
Type:
System::Boolean
true to use color management information embedded in the data stream; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentException | The stream does not have a valid image format -or- stream is null. |
You must keep the stream open for the lifetime of the Image.
The useEmbeddedColorManagement parameter specifies whether the new Image applies color correction according to color management information that is embedded in the data stream. Embedded information can include International Color Consortium (ICC) profiles, gamma values, and chromaticity information.
The stream is reset to zero if this method is called successively with the same stream.
Note |
|---|
The Image class does not support alpha transparency in bitmaps. To enable alpha transparency, use PNG images with 32 bits per pixel. |
Available since 1.1
