Browse Source

Trim tests for Appveyor

Former-commit-id: 6cc05b6e3ec073be000bfdce438968a8ac8722da
Former-commit-id: 8820b9c085f41a765c2558b115fa64e714896e1e
Former-commit-id: a9618c220034b7aa6629e46c215629b214a556de
af/merge-core
James Jackson-South 11 years ago
parent
commit
c10d7495ec
  1. 18
      README.md
  2. 6
      tests/ImageProcessor.Tests/Processors/ProcessorTestBase.cs
  3. 2
      tests/ImageProcessor.Tests/TestImages/Formats/Png/blur.png.REMOVED.git-id
  4. 2
      tests/ImageProcessor.Tests/TestImages/Formats/Png/splash.png.REMOVED.git-id

18
README.md

@ -45,7 +45,7 @@ git clone https://github.com/JimBobSquarePants/ImageProcessor
- [x] bmp (More bmp format saving support required, 24bit just now) - [x] bmp (More bmp format saving support required, 24bit just now)
- [x] png (Need updating for saving indexed support) - [x] png (Need updating for saving indexed support)
- [x] gif - [x] gif
- Basic color structs with implicit operators. Vector backed. - Basic color structs with implicit operators. Vector backed. #260
- [x] Color - Float based, premultiplied alpha, No limit to r, g, b, a values allowing for a fuller color range. - [x] Color - Float based, premultiplied alpha, No limit to r, g, b, a values allowing for a fuller color range.
- [x] BGRA32 - [x] BGRA32
- [ ] CIE Lab - [ ] CIE Lab
@ -67,7 +67,7 @@ git clone https://github.com/JimBobSquarePants/ImageProcessor
- [x] Lanczos5 - [x] Lanczos5
- [x] Lanczos8 - [x] Lanczos8
- [x] MitchelNetravali - [x] MitchelNetravali
- [ ] Nearest Neighbour - [ ] Nearest Neighbour #257
- [x] Robidoux - [x] Robidoux
- [x] Robidoux Sharp - [x] Robidoux Sharp
- [x] Robidoux Soft - [x] Robidoux Soft
@ -79,8 +79,8 @@ git clone https://github.com/JimBobSquarePants/ImageProcessor
- [ ] Elliptical Crop - [ ] Elliptical Crop
- [x] Entropy Crop - [x] Entropy Crop
- Rotation - Rotation
- [ ] Flip (90, 270, FlipType etc. Need help) - [ ] Flip (90, 270, FlipType etc. Need help) #261
- [ ] Rotate by angle (Need help) - [ ] Rotate by angle (Need help) #258
- ColorMatrix operations (Uses Matrix4x4) - ColorMatrix operations (Uses Matrix4x4)
- [x] BlackWhite - [x] BlackWhite
- [x] Greyscale BT709 - [x] Greyscale BT709
@ -102,7 +102,7 @@ git clone https://github.com/JimBobSquarePants/ImageProcessor
- Blurring/ Sharpening - Blurring/ Sharpening
- [x] Gaussian blur - [x] Gaussian blur
- [x] Gaussian sharpening - [x] Gaussian sharpening
- [ ] Box Blur - [ ] Box Blur #263
- Filters - Filters
- [x] Alpha - [x] Alpha
- [x] Contrast - [x] Contrast
@ -111,13 +111,13 @@ git clone https://github.com/JimBobSquarePants/ImageProcessor
- [x] Brightness - [x] Brightness
- [x] Pixelate - [x] Pixelate
- [x] Saturation - [x] Saturation
- [ ] Hue - [ ] Hue #262
- [x] Blend - [x] Blend
- [ ] Mask - [ ] Mask
- Effects - Effects
- [ ] Pattern brushes (Need help) - [ ] Pattern brushes (Need help) #264
- [ ] Elliptical brushes (Need help) - [ ] Elliptical brushes (Need help) #264
- [ ] Gradient brush (vignette? Need help) - [ ] Gradient brush (vignette? Need help) #264
- Other stuff I haven't thought of. - Other stuff I haven't thought of.
###What might never happen ###What might never happen

6
tests/ImageProcessor.Tests/Processors/ProcessorTestBase.cs

@ -20,12 +20,12 @@ namespace ImageProcessor.Tests
public static readonly List<string> Files = new List<string> public static readonly List<string> Files = new List<string>
{ {
"TestImages/Formats/Jpg/Calliphora.jpg", "TestImages/Formats/Jpg/Calliphora.jpg",
"TestImages/Formats/Jpg/gamma_dalai_lama_gray.jpg", //"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/Png/blur.png", //"TestImages/Formats/Png/blur.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" //"TestImages/Formats/Gif/giphy.gif" //Perf: Enable for local testing only
}; };
} }
} }

2
tests/ImageProcessor.Tests/TestImages/Formats/Png/blur.png.REMOVED.git-id

@ -1 +1 @@
8b5342317c64603069b6b7227edeb96f6acf6c29 f3c65955eae84d00c5a0343c7e2aa3610a7d9df7

2
tests/ImageProcessor.Tests/TestImages/Formats/Png/splash.png.REMOVED.git-id

@ -1 +1 @@
e37d569208ff9490b77b4131330feb323e367fd3 0964ae9744027325bd6a2a19b2247c39f8349ca1
Loading…
Cancel
Save