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

Namespace: Emgu.CV.Tiff
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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