Class PbmMetadata
- Namespace
- SixLabors.ImageSharp.Formats.Pbm
- Assembly
- SixLabors.ImageSharp.dll
Provides PBM specific metadata information for the image.
public class PbmMetadata : IDeepCloneable
- Inheritance
-
PbmMetadata
- Implements
- Inherited Members
Constructors
PbmMetadata()
Initializes a new instance of the PbmMetadata class.
public PbmMetadata()
Properties
ColorType
Gets or sets the color type.
public PbmColorType ColorType { get; set; }
Property Value
ComponentType
Gets or sets the data type of the pixel components.
public PbmComponentType ComponentType { get; set; }
Property Value
Encoding
Gets or sets the encoding of the pixels.
public PbmEncoding Encoding { get; set; }
Property Value
Methods
DeepClone()
public IDeepCloneable DeepClone()