Class EncodeImage
Represents an operator that encodes each image in the sequence into a byte buffer in memory using the specified format.
[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class EncodeImage
- Inheritance
-
EncodeImage
- Inherited Members
Properties
- CompressionParameters
Gets the collection of optional image compression parameters.
- Extension
Gets or sets the file extension that defines the encoding format.
Methods
- Process<TArray>(IObservable<TArray>)
Encodes each image in an observable sequence into a byte buffer in memory using the specified format.