The CompressedImage type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
CreateFromFile |
Creates a CompressedImage directly from a file. |
|
|
CreateFromPipeline | Overloaded. |
|
|
CreateFromStream | |
|
|
Dispose |
Releases all resources used by this PipelineElement. (Inherited from PipelineElement.) |
|
|
Equals | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetBitmap |
Decodes this CompressedImage into a fully decompressed Bitmap. |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
IsPixelFormatSupported |
Verifies whether the specified pixel format is supported by this PipelineElement. (Inherited from PipelineElement.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
RunPipeline |
Runs a pipeline staring from this PipelineElement. (Inherited from PipelineElement.) |
|
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
|
AlphaStream |
Gets the compressed stream containing the alpha channel data. |
|
|
ColorProfile | (Overrides Image.ColorProfile.) |
|
|
ColorStream |
Gets the compressed stream containing the color data. |
|
|
DpiX | (Overrides Image.DpiX.) |
|
|
DpiY | (Overrides Image.DpiY.) |
|
|
Height | (Overrides Image.Height.) |
|
|
Id |
Gets or sets a unique identifier of this PipelineElement. (Inherited from PipelineElement.) |
|
|
Ink | (Overrides Image.Ink.) |
|
|
Palette | (Overrides Image.Palette.) |
|
|
PixelFormat | (Overrides Image.PixelFormat.) |
|
|
Receivers |
Gets a collection of pipeline elements that will receive the result of this PipelineElement. (Inherited from PipelineElement.) |
|
|
SupportedPixelFormats |
Gets a collection of pixel formats that are supported by this PipelineElement. (Inherited from PipelineElement.) |
|
|
Width | (Overrides Image.Width.) |
| Name | Description | |
|---|---|---|
|
|
OnInit |
Occurs when the pipeline element is initialized. (Inherited from PipelineElement.) |