C# Class ImageProcessor.UnitTests.ImageSources

显示文件 Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Public Methods

Method Description
GetFilePathByName ( string name ) : string

Gets the input image path by name.

GetInputImageFiles ( ) : IEnumerable

Gets all the input files in the Images folder

Private Methods

Method Description
GetFilesByExtensions ( DirectoryInfo dir ) : IEnumerable

Gets the files matching the given extensions.

Method Details

GetFilePathByName() public static method

Gets the input image path by name.
public static GetFilePathByName ( string name ) : string
name string The name of the image to return the path for.
return string

GetInputImageFiles() public static method

Gets all the input files in the Images folder
public static GetInputImageFiles ( ) : IEnumerable
return IEnumerable