C# Class ImageProcessor.UnitTests.ImageSources

Afficher le fichier Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetFilesByExtensions ( DirectoryInfo dir ) : IEnumerable

Gets the files matching the given extensions.

Method Details

GetFilePathByName() public static méthode

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.
Résultat string

GetInputImageFiles() public static méthode

Gets all the input files in the Images folder
public static GetInputImageFiles ( ) : IEnumerable
Résultat IEnumerable