Image.

OutputAsBmp() Method

Summary

Outputs the image as BMP. This will override the default behavior of outputting the image as the same format.
Assembly
Wyam.Images.dll
Namespace
Wyam.Images
Containing Type
Image

Syntax

public Image OutputAsBmp()

Return Value

Type Description
Image The current module instance.
GitHub