C# Class DupImage.ImageStruct

Structure for containing image information and hash values.
ファイルを表示 Open project: Quickshot/DupImage

Public Methods

Method Description
ImageStruct ( FileInfo file ) : System

Construct a new ImageStruct from FileInfo.

ImageStruct ( string pathToImage ) : System

Construct a new ImageStruct from image path.

Method Details

ImageStruct() public method

Construct a new ImageStruct from FileInfo.
public ImageStruct ( FileInfo file ) : System
file System.IO.FileInfo FileInfo to be used.
return System

ImageStruct() public method

Construct a new ImageStruct from image path.
public ImageStruct ( string pathToImage ) : System
pathToImage string Image location
return System