ProcessedImage
Namespace: MJCZone.MediaMatic.Processors
Assembly: MJCZone.MediaMatic
Summary
Represents a processed image with metadata.
Inheritance
Implemented Interfaces:
- IEquatable
public
Contents
Constructors (1) | Methods (1) | Properties (5)
Constructors
ProcessedImage
csharp
ProcessedImage()Methods
GetType
csharp
GetType()Properties
stream
The processed image stream.
Type: Stream
width
Image width.
Type: int
height
Image height.
Type: int
fileSize
File size in bytes.
Type: long
format
Image format.
Type: ImageFormat