Anton Firszov
|
c8d727d2eb
|
grouping files for decoders
|
9 years ago |
Anton Firszov
|
c2eb159e57
|
Merge remote-tracking branch 'origin/jpeg-port' into jpeg-lab
# Conflicts:
# tests/ImageSharp.Tests/TestFile.cs
|
9 years ago |
Anton Firszov
|
b717bee06e
|
let's merge jpeg-port to have the changelog!
|
9 years ago |
Anton Firszov
|
787e544573
|
provider.GetImage(new JpegDecoder())
|
9 years ago |
Anton Firszov
|
e2f6ae351b
|
Merge remote-tracking branch 'origin/antonfirsov/qa-lab' into jpeg-lab
|
9 years ago |
Anton Firszov
|
234b830326
|
TestImageProvider.FileProvider cache is now aware of decoder parameters
|
9 years ago |
Anton Firszov
|
883e4afd38
|
Merge remote-tracking branch 'origin/antonfirsov/qa-lab' into jpeg-lab
# Conflicts:
# tests/Images/External
|
9 years ago |
Anton Firszov
|
ef959aeea1
|
covered DetectEdges
|
9 years ago |
Anton Firszov
|
ad766e6d2c
|
PngDecoder is covered now, and proven to be buggy :P
|
9 years ago |
Anton Firszov
|
1c18e70fbe
|
Using Corecompat.System.Drawing as reference encoder/decoder for PNG. (Optimizing PNG-s with external tools from now.)
|
9 years ago |
Anton Firszov
|
de89c7d2f7
|
good by GenericFactory!
|
9 years ago |
Anton Firszov
|
30f6bd946a
|
Merge branch 'jpeg-lab' of https://github.com/JimBobSquarePants/ImageSharp into jpeg-lab
|
9 years ago |
Anton Firszov
|
1c51b78559
|
.
|
9 years ago |
JimBobSquarePants
|
62b14784de
|
Use more accurate IDCT
|
9 years ago |
JimBobSquarePants
|
6fd052077c
|
Use more accurate IDCT for now
|
9 years ago |
Anton Firszov
|
0d2a58747a
|
comparing decoders
|
9 years ago |
Anton Firszov
|
8f0340a831
|
Merge remote-tracking branch 'origin/antonfirsov/qa-lab' into jpeg-lab
# Conflicts:
# tests/Images/External
|
9 years ago |
Anton Firszov
|
bfcf0e9e97
|
with 'appendPixelTypeToFileName: false' there is no need to duplicate Jpegs
|
9 years ago |
Anton Firszov
|
0661c03c84
|
CompareToReferenceOutput() no longer triggers DebugSave(). Need to be explicit in tests.
|
9 years ago |
Anton Firszov
|
6d41974f10
|
introducing the "doNotAppendPixelType" feature
|
9 years ago |
Anton Firszov
|
3b8e4b024d
|
TestImageProvider can use custom decoder now
|
9 years ago |
Anton Firszov
|
fb5c908bbf
|
TestImageProvider can use custom decoder now
|
9 years ago |
Anton Firszov
|
4b4b2b98a4
|
now what?
|
9 years ago |
Anton Firszov
|
86bf0694be
|
maybe this?
|
9 years ago |
Anton Firszov
|
656eccdb17
|
so what's the deal with submodule branches?
|
9 years ago |
Anton Firszov
|
020ea278d3
|
shut up StyleStalin, I'm working! :P
|
9 years ago |
Anton Firszov
|
1f5543d021
|
prefixed every ported class with PdfJs... to avoid naming conflicts
|
9 years ago |
Anton Firszov
|
5f18f802dc
|
copied pdfjs classes from the jpeg-port branch
|
9 years ago |
Anton Firszov
|
be6d1aa575
|
JpegDecoderTests using reference images
|
9 years ago |
Anton Firszov
|
932c67bd9d
|
ResizeTests use CompareToReferenceOutput now!
|
9 years ago |
Anton Firszov
|
524456a9bd
|
TestImageExtensionsTests + TolerantImageComparer bugfix + update submodule
|
9 years ago |
Anton Firszov
|
4aa6f29aac
|
added submodule as "External"
|
9 years ago |
Anton Firszov
|
8548e5d680
|
PixelTypes bugfix + polishing ResizeTests
|
9 years ago |
Anton Firszov
|
878b3802fd
|
looks like ApplyOilPaintFilterInBox() is failing with a very good reason
|
9 years ago |
Anton Firszov
|
224a933853
|
replaced old comparer everywhere
|
9 years ago |
Anton Firszov
|
c292c75acd
|
implemented TolerantImageComparer
|
9 years ago |
Anton Firszov
|
03df1dc791
|
changed ImageComparer design again
|
9 years ago |
Anton Firszov
|
c3e2982fbe
|
implemented ExactImageComparer
|
9 years ago |
Anton Firszov
|
fd4b2d34bf
|
ImageComparer refactors, ExactComparer
|
9 years ago |
Anton Firszov
|
0096702bad
|
docs & formatting
|
9 years ago |
Anton Firszov
|
24e87b4afa
|
smaller Bike.png, optimized RotateTests & RotateFlipTests
|
9 years ago |
Anton Firszov
|
5ffdbc20c9
|
optimized DetectEdgesTest
|
9 years ago |
Anton Firszov
|
7a9e276a80
|
optimized ResizeTests output further, added Bike.png
|
9 years ago |
Anton Firszov
|
60e0b7f04b
|
moving images again
|
9 years ago |
Anton Firszov
|
8912d0e890
|
reduced resize output by 75%
|
9 years ago |
Anton Firszov
|
ae549a0338
|
re-apply DebugSave() changes after merging mutate-api
|
9 years ago |
Anton Firszov
|
1351347168
|
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
|
ae86002eb6
|
test utility refactors
|
9 years ago |
Anton Firszov
|
4bb35cb1a4
|
update .gitignore to match the new test output directory
|
9 years ago |
Anton Firszov
|
41794a6a7a
|
moving input test images into ./tests/TestImages/Input
|
9 years ago |