|
|
@ -19,17 +19,17 @@ namespace ImageProcessorCore.Tests |
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
protected static readonly List<string> Files = new List<string> |
|
|
protected static readonly List<string> Files = new List<string> |
|
|
{ |
|
|
{ |
|
|
//"TestImages/Formats/Jpg/Floorplan.jpeg", // Perf: Enable for local testing only
|
|
|
"TestImages/Formats/Jpg/Floorplan.jpeg", // Perf: Enable for local testing only
|
|
|
"TestImages/Formats/Jpg/Calliphora.jpg", |
|
|
"TestImages/Formats/Jpg/Calliphora.jpg", |
|
|
//"TestImages/Formats/Jpg/fb.jpg", // Perf: Enable for local testing only
|
|
|
"TestImages/Formats/Jpg/fb.jpg", // Perf: Enable for local testing only
|
|
|
//"TestImages/Formats/Jpg/progress.jpg", // Perf: Enable for local testing only
|
|
|
"TestImages/Formats/Jpg/progress.jpg", // Perf: Enable for local testing only
|
|
|
//"TestImages/Formats/Jpg/gamma_dalai_lama_gray.jpg", // Perf: Enable for local testing only
|
|
|
//"TestImages/Formats/Jpg/gamma_dalai_lama_gray.jpg", // Perf: Enable for local testing only
|
|
|
"TestImages/Formats/Bmp/Car.bmp", |
|
|
//"TestImages/Formats/Bmp/Car.bmp",
|
|
|
// "TestImages/Formats/Bmp/neg_height.bmp", // Perf: Enable for local testing only
|
|
|
// "TestImages/Formats/Bmp/neg_height.bmp", // Perf: Enable for local testing only
|
|
|
//"TestImages/Formats/Png/blur.png", // Perf: Enable for local testing only
|
|
|
//"TestImages/Formats/Png/blur.png", // Perf: Enable for local testing only
|
|
|
//"TestImages/Formats/Png/indexed.png", // Perf: Enable for local testing only
|
|
|
//"TestImages/Formats/Png/indexed.png", // Perf: Enable for local testing only
|
|
|
"TestImages/Formats/Png/splash.png", |
|
|
//"TestImages/Formats/Png/splash.png",
|
|
|
"TestImages/Formats/Gif/rings.gif", |
|
|
//"TestImages/Formats/Gif/rings.gif",
|
|
|
//"TestImages/Formats/Gif/giphy.gif" // Perf: Enable for local testing only
|
|
|
//"TestImages/Formats/Gif/giphy.gif" // Perf: Enable for local testing only
|
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|