Brian Popow
2bd350e558
Fix bug in PredictorInverseTransform
6 years ago
Brian Popow
026e6589b9
Move corrupted images into separate test
6 years ago
Brian Popow
a66c4cff1a
Additional tests for images with more than one transform
7 years ago
Brian Popow
c54f921642
Fix an issue reading the transformations and fixed the testimages accordingly
7 years ago
Brian Popow
498789300e
SubtractGreen transform works now
7 years ago
Brian Popow
ad58d36412
Add tests for lossless images with one transform
7 years ago
Brian Popow
0dcc43eea0
Add tests for lossless images without transforms
7 years ago
Lajos Marton
9b7e4610f5
More animeted webp test images added
7 years ago
Peter Amrehn
e9630ed9f9
introduce WebPLossyDecoder
introduce YUVPixel-Plane for the decoding process,
start reading header of the bitstream:
- Version,
- flag if frame is shown (only relevant for animations or VP8 videos, but the bit is present)
- size of the first partition.
7 years ago
Brian Popow
d9b7e55a21
Add all found chunk types to the metadata
Note: this does not seem to work in all cases at the moment
7 years ago
Brian Popow
762c5bc13d
Add parsing optional chunks at the end
7 years ago
Lajos Marton
5a4fbecb43
BitsPerPixel Assert added to webp Identify_DetectsCorrectDimensions test
7 years ago
Brian Popow
39a6bf519c
Fix mistake with parsing VP8X header
7 years ago
Brian Popow
6d71a0ca3d
Skipping over optional chunks with VP8X images (still does not seem to work)
7 years ago
Lajos Marton
df965137f3
Animated webp sample added to Identify test
7 years ago
Lajos Marton
2ced96a789
Some Lossy files added to WebPDecoder Identify test. Test is broken with new sample files.
7 years ago
Lajos Marton
19563f0a62
WebP Identify test added, webp sample files copied from official samples repository
7 years ago
Lajos Marton
c5474e9b24
WebP tests WIP
7 years ago
Lajos Marton
3441e562bc
WebP test input files added, test skeletons added (copied from Bmp tests)
7 years ago
Brian Popow
fdab536376
Add unit test for issue #1014
7 years ago
James Jackson-South
2ffe181c98
Fix up code and tests
7 years ago
Brian Popow
a73dca0c65
Change test images for Issue984 to be non transparent
7 years ago
Brian Popow
b6e0b62820
Change the default value of clipLimit
7 years ago
ip75
48903b17ad
fix test values
7 years ago
ip75
4a397dc3eb
Filters test
7 years ago
James Jackson-South
464598cb3f
Refactor cloning processors and tests
7 years ago
James Jackson-South
1796862302
Make processors public, refactor cloning.
7 years ago
ip75
8957c9c19c
Value 1.5 must be greater than or equal to 0 and less than or equal to 1
7 years ago
ip75
28c6776884
LightnessTest
7 years ago
Xavier Cho
1eea497e74
Accept points instead of line segments as constructor argument
Note that this is a breaking change.
7 years ago
Turnerj
026ae45799
Use local CreateFont method
7 years ago
Turnerj
ea7cc57823
Updated font used for test
7 years ago
Turnerj
bec033603e
Fix horizontally out-of-bounds error when drawing text
7 years ago
James Jackson-South
f23030e14a
revert preenumeration rule
7 years ago
James Jackson-South
a3f39ee6d3
Fix #999 and add tests
7 years ago
James Jackson-South
ac9b1d0f97
Fix #997
7 years ago
Anton Firszov
33f319a669
delete GuardTests
7 years ago
James Jackson-South
dbc5c76eb1
Fix #1004
7 years ago
James Jackson-South
4edf86ff30
revert preenumeration rule
7 years ago
James Jackson-South
0cc178d662
Fix #999 and add tests
7 years ago
James Jackson-South
5056744ebb
Fix #997
7 years ago
Anton Firszov
ba3bd56c2c
delete GuardTests
7 years ago
Anton Firszov
9ff4af6b0c
debug save the output for Issue984
7 years ago
Xavier Cho
43d8241641
Implement gradient brush similar to PathGradientBrush ( #969 ) ( #989 )
* Implement gradient brush similar to PathGradientBrush (#969 )
A gradient brush implementation that works similar to
System.Drawing.Drawing2D.PathGradientBrush.
This fixes #969 , but only convex paths are supported for now.
* Update submodule to add test fixtures for #989
* Performance optimization
Use LengthSquared() instead of Length() when it's possible.
Avoid unnecessary ordering of elements.
* Avoid using LINQ in a hotspot
* Validate arguments for the public constructor
7 years ago
James Jackson-South
02d1f1b250
Implement IDisposable in IImageProcessor<TPixel> instances. ( #990 )
* Implement IDisposable and ensure inheritance calls base
* add ImageProcessingContextTests and move some other test classes
* loosen up tests and leave TODO notes
7 years ago
Sergio Pedri
13989ac126
Processors refactoring ( #983 )
* Added new properties to ImageProcessor<TPixel>
* Fixed constructors for convolution processors
* Fixed constructors for binarization processors
* Fixed constructor for dithering processor
* Fixed constructors for effects processors
* Fixed constructor for filter processor
* Fixed constructor for normalization processor
* Fixed constructors for overlay processors
* Fixed constructor for quantization processor
* Fixed constructors for transforms processors
* Updated CreatePixelSpecificProcessor<TPixel> definition
* Fixed convolution processors creation
* Fixed leftover dithering processor constructor
* Fixed another leftover dithering processor constructor
* Fixed dithering processors creation
* Fixed effects processors creation
* Fixed filters processor
* Fixed normalization processors creation
* Fixed overlays processors creation
* Fixed quantizer processor creation
* Fixed constructors for some remaining processors
* Fixed transform processors creation
* ImageProcessor class refactored
* Renamed some parameters
* Convolution processors refactored
* Refactored filters and dithering processors
* Refactored normalization processors
* Overlays processors refactored
* Renamed some parameters
* CloningImageProcessor class refactored
* Transforms processors refactored
* Updated DefaultImageProcessingContext class
* Src builds, tests still require updating.
* Fix tests
* Removed unnecessary local variable
7 years ago
Brian Popow
da9e849179
Add regression test for Issue984
7 years ago
Simon Cropp
52caddf0a4
remove some redundant usings ( #976 )
7 years ago
Simon Cropp
564348631f
use var where apparent ( #972 )
* use var where apparent
* use var where apparent
* should use Rgb24
7 years ago
Simon Cropp
f115c160fc
remove some redundant variables and type params ( #971 )
* remove redundant variable init
* redundant variables
* remove redundant tileY variable
* remove redundant sum variable
* redundant mcu variable
* redundant type params
* Revert "remove redundant sum variable"
This reverts commit 21de86c82f .
7 years ago