ImageWriter.GetAppropriatePixelFormat Method

Returns an appropriate pixel format for this ImageWriter.

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

Syntax

C#
public virtual PixelFormat GetAppropriatePixelFormat(
	PixelFormat format
)

Parameters

format

Type: Aurigma.GraphicsMill.PixelFormat

A PixelFormat to get an appropriate pixel format from.

Return Value

The appropriate PixelFormat for this ImageWriter.

See Also

Reference