Click or drag to resize
TileTiffWriterTColor, TDepth Constructor
http://www.emgu.com
Create a TitleTiffWriter.

Namespace: Emgu.CV.Tiff
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public TileTiffWriter(
	string fileName,
	Size imageSize,
	Size tileSize
)

Parameters

fileName
Type: SystemString
The name of the file to be written to
imageSize
Type: System.DrawingSize
The size of the image
tileSize
Type: System.DrawingSize
The tile size in pixels
See Also