CodecAdapter Class

Converts file name to the corresponding image reader of writer.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public sealed class CodecAdapter : PipelineElement

Remarks

This class is used for conversion file names to corresponding image readers and writers.

Examples

C#
Pipeline.Run(@"Images\in.jpg" + new Resize(100, 0) + @"Images\out.jpg");

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.PipelineElement
L Aurigma.GraphicsMill.CodecAdapter

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference

Manual