Write the whole image as tile tiff

Namespace: Emgu.CV.Tiff
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public override void WriteImage(
	Image<TColor, TDepth> image
)
Public Overrides Sub WriteImage ( _
	image As Image(Of TColor, TDepth) _
)
public:
virtual void WriteImage(
	Image<TColor, TDepth>^ image
) override

Parameters

image
Image<(Of <(<'TColor, TDepth>)>)>
The image to be written

See Also