Anton Firszov
|
385ed8814f
|
provider.GetImage(new JpegDecoder())
|
9 years ago |
Anton Firszov
|
a798d5a4df
|
Merge remote-tracking branch 'origin/antonfirsov/qa-lab' into jpeg-lab
|
9 years ago |
Anton Firszov
|
a103cb8ec7
|
TestImageProvider.FileProvider cache is now aware of decoder parameters
|
9 years ago |
Anton Firszov
|
f6904d94b1
|
Merge remote-tracking branch 'origin/antonfirsov/qa-lab' into jpeg-lab
# Conflicts:
# tests/Images/External
|
9 years ago |
Anton Firszov
|
1df0010140
|
covered DetectEdges
|
9 years ago |
Anton Firszov
|
02eb5f2f13
|
PngDecoder is covered now, and proven to be buggy :P
|
9 years ago |
Anton Firszov
|
1562e32046
|
Using Corecompat.System.Drawing as reference encoder/decoder for PNG. (Optimizing PNG-s with external tools from now.)
|
9 years ago |
Anton Firszov
|
84852a8796
|
good by GenericFactory!
|
9 years ago |
Anton Firszov
|
2d80a6f6f8
|
Merge branch 'jpeg-lab' of https://github.com/JimBobSquarePants/ImageSharp into jpeg-lab
|
9 years ago |
Anton Firszov
|
9da4345485
|
.
|
9 years ago |
JimBobSquarePants
|
f5b9a8c6e8
|
Use more accurate IDCT
|
9 years ago |
Anton Firszov
|
48f3fdea66
|
comparing decoders
|
9 years ago |
Anton Firszov
|
9af66a617d
|
Merge remote-tracking branch 'origin/antonfirsov/qa-lab' into jpeg-lab
# Conflicts:
# tests/Images/External
|
9 years ago |
Anton Firszov
|
55d814c67c
|
with 'appendPixelTypeToFileName: false' there is no need to duplicate Jpegs
|
9 years ago |
Anton Firszov
|
a28459855d
|
CompareToReferenceOutput() no longer triggers DebugSave(). Need to be explicit in tests.
|
9 years ago |
Anton Firszov
|
59705eeefb
|
introducing the "doNotAppendPixelType" feature
|
9 years ago |
Anton Firszov
|
cd3f39130a
|
TestImageProvider can use custom decoder now
|
9 years ago |
Anton Firszov
|
febe9c6880
|
TestImageProvider can use custom decoder now
|
9 years ago |
Anton Firszov
|
a5c901fd9a
|
now what?
|
9 years ago |
Anton Firszov
|
f460c2ade8
|
maybe this?
|
9 years ago |
Anton Firszov
|
85f880d7b8
|
so what's the deal with submodule branches?
|
9 years ago |
Anton Firszov
|
0a80231bd3
|
shut up StyleStalin, I'm working! :P
|
9 years ago |
Anton Firszov
|
692c4f7406
|
prefixed every ported class with PdfJs... to avoid naming conflicts
|
9 years ago |
Anton Firszov
|
2c8e29c1c2
|
copied pdfjs classes from the jpeg-port branch
|
9 years ago |
Anton Firszov
|
747aa7f110
|
JpegDecoderTests using reference images
|
9 years ago |
Anton Firszov
|
2b292d4046
|
ResizeTests use CompareToReferenceOutput now!
|
9 years ago |
Anton Firszov
|
fe79f4a96b
|
TestImageExtensionsTests + TolerantImageComparer bugfix + update submodule
|
9 years ago |
Anton Firszov
|
985ed92842
|
added submodule as "External"
|
9 years ago |
Anton Firszov
|
105d445cd4
|
PixelTypes bugfix + polishing ResizeTests
|
9 years ago |
Anton Firszov
|
8d091b5fac
|
looks like ApplyOilPaintFilterInBox() is failing with a very good reason
|
9 years ago |
Anton Firszov
|
f9cd6b6364
|
replaced old comparer everywhere
|
9 years ago |
Anton Firszov
|
d9238a566b
|
implemented TolerantImageComparer
|
9 years ago |
Anton Firszov
|
619ad53ae3
|
changed ImageComparer design again
|
9 years ago |
Anton Firszov
|
0b0ba1369a
|
implemented ExactImageComparer
|
9 years ago |
Anton Firszov
|
a00aec7d13
|
ImageComparer refactors, ExactComparer
|
9 years ago |
Anton Firszov
|
e01cc2bb16
|
docs & formatting
|
9 years ago |
Anton Firszov
|
81ee6d0453
|
smaller Bike.png, optimized RotateTests & RotateFlipTests
|
9 years ago |
Anton Firszov
|
0e064800a4
|
optimized DetectEdgesTest
|
9 years ago |
Anton Firszov
|
cd2e0a1be8
|
optimized ResizeTests output further, added Bike.png
|
9 years ago |
Anton Firszov
|
f357f31b69
|
moving images again
|
9 years ago |
Anton Firszov
|
d855c6e657
|
reduced resize output by 75%
|
9 years ago |
Anton Firszov
|
355a4acd2f
|
re-apply DebugSave() changes after merging mutate-api
|
9 years ago |
Anton Firszov
|
5fb4461746
|
Merge remote-tracking branch 'origin/tocsoft/mutate-api' into antonfirsov/qa-lab
# Conflicts:
# tests/ImageSharp.Tests/Processing/Binarization/BinaryThresholdTest.cs
# tests/ImageSharp.Tests/Processing/Binarization/DitherTest.cs
# tests/ImageSharp.Tests/Processing/ColorMatrix/BlackWhiteTest.cs
# tests/ImageSharp.Tests/Processing/ColorMatrix/ColorBlindnessTest.cs
# tests/ImageSharp.Tests/Processing/ColorMatrix/HueTest.cs
# tests/ImageSharp.Tests/Processing/ColorMatrix/KodachromeTest.cs
# tests/ImageSharp.Tests/Processing/ColorMatrix/LomographTest.cs
# tests/ImageSharp.Tests/Processing/ColorMatrix/PolaroidTest.cs
# tests/ImageSharp.Tests/Processing/ColorMatrix/SaturationTest.cs
# tests/ImageSharp.Tests/Processing/ColorMatrix/SepiaTest.cs
# tests/ImageSharp.Tests/Processing/Convolution/BoxBlurTest.cs
# tests/ImageSharp.Tests/Processing/Convolution/DetectEdgesTest.cs
# tests/ImageSharp.Tests/Processing/Convolution/GaussianBlurTest.cs
# tests/ImageSharp.Tests/Processing/Convolution/GaussianSharpenTest.cs
# tests/ImageSharp.Tests/Processing/Effects/AlphaTest.cs
# tests/ImageSharp.Tests/Processing/Effects/BackgroundColorTest.cs
# tests/ImageSharp.Tests/Processing/Effects/BrightnessTest.cs
# tests/ImageSharp.Tests/Processing/Effects/ContrastTest.cs
# tests/ImageSharp.Tests/Processing/Effects/InvertTest.cs
# tests/ImageSharp.Tests/Processing/Effects/OilPaintTest.cs
# tests/ImageSharp.Tests/Processing/Effects/PixelateTest.cs
# tests/ImageSharp.Tests/Processing/Overlays/GlowTest.cs
# tests/ImageSharp.Tests/Processing/Overlays/VignetteTest.cs
# tests/ImageSharp.Tests/Processing/Transforms/AutoOrientTests.cs
# tests/ImageSharp.Tests/Processing/Transforms/CropTest.cs
# tests/ImageSharp.Tests/Processing/Transforms/EntropyCropTest.cs
# tests/ImageSharp.Tests/Processing/Transforms/FlipTests.cs
# tests/ImageSharp.Tests/Processing/Transforms/PadTest.cs
# tests/ImageSharp.Tests/Processing/Transforms/ResizeTests.cs
# tests/ImageSharp.Tests/Processing/Transforms/RotateFlipTests.cs
# tests/ImageSharp.Tests/Processing/Transforms/RotateTests.cs
# tests/ImageSharp.Tests/Processing/Transforms/SkewTest.cs
# tests/ImageSharp.Tests/TestFile.cs
|
9 years ago |
Anton Firszov
|
f53a788980
|
test utility refactors
|
9 years ago |
Anton Firszov
|
e170f80e61
|
update .gitignore to match the new test output directory
|
9 years ago |
Anton Firszov
|
5dff018334
|
moving input test images into ./tests/TestImages/Input
|
9 years ago |
Anton Firszov
|
32519410a4
|
use TestPatternImages in ResizeTests
|
9 years ago |
Anton Firszov
|
572db70eb4
|
build fix + clean up ImageDataAttributeBase code duplication
|
9 years ago |
Anton Firszov
|
fe874b68f9
|
Merge remote-tracking branch 'origin/master' into antonfirsov/qa-lab
# Conflicts:
# tests/ImageSharp.Tests/Formats/Png/PngSmokeTests.cs
# tests/ImageSharp.Tests/TestFile.cs
# tests/ImageSharp.Tests/TestImages.cs
# tests/ImageSharp.Tests/TestUtilities/ImagingTestCaseUtility.cs
|
9 years ago |
James Jackson-South
|
a710ccca3a
|
Fix marker skipping bug when decoding certain images
|
9 years ago |