Scott Williams
fbfc452dd4
Merge pull request #1008 from Turnerj/fix-issue-688
Fix horizontally out-of-bounds error when drawing text
7 years ago
Scott Williams
a4a7feb3ed
Merge pull request #1007 from mysticfall/master
Prevent PathGradientBrush from throwing an error with corner cases
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
Xavier Cho
6842408316
Ignore invalid gradient positions rather than throwing an error
There can be such cases where it fails to find intersection points for
a given position, especially when the polygon is small.
Such an input would result in an error previously, but now it renders
correctly.
7 years ago
Xavier Cho
1314d001f2
Remove a redundant check for the paint boundary
7 years ago
James Jackson-South
5b73284458
Merge pull request #1005 from SixLabors/issue/1004
Fix #1004
7 years ago
James Jackson-South
221000ed03
Clean up scanline decoding code.
7 years ago
Anton Firsov
5d2fe835e0
Merge branch 'master' into issue/1004
7 years ago
Anton Firsov
00e05081ed
Merge pull request #1003 from SixLabors/issue/999
Fix #999 and add tests
7 years ago
James Jackson-South
73f3c7ab29
Merge branch 'master' into issue/999
7 years ago
James Jackson-South
a6fd96b7ca
Refactor helper to reduce code duplication
7 years ago
Anton Firsov
c4d664b453
Merge branch 'master' into issue/1004
7 years ago
Anton Firsov
fafba05fc3
Merge pull request #981 from SimonCropp/useSUPPORTS_EXTENDED_INTRINSICS
use SUPPORTS_EXTENDED_INTRINSICS to filter out some BasicIntrinsics25…
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
ceff1cc6af
Merge pull request #1001 from SixLabors/issue/997
Fix RGB to HSL conversion
7 years ago
James Jackson-South
7aaaa2545f
Merge branch 'master' into issue/997
7 years ago
James Jackson-South
29d7ed07ba
Merge pull request #977 from SimonCropp/patternVectorNotUsed
remove patternVector in patternBrush
7 years ago
James Jackson-South
5056744ebb
Fix #997
7 years ago
James Jackson-South
be5c99f57f
Merge pull request #993 from SixLabors/js/update-submodule
Beta7
7 years ago
Anton Firsov
7c94922f96
Merge branch 'master' into js/update-submodule
7 years ago
Anton Firsov
5c062116c8
Merge pull request #984 from brianpopow/feature/fixAdaptiveHistIssue
Fix adaptive histogram out of bounds bug
7 years ago
Anton Firszov
ba3bd56c2c
delete GuardTests
7 years ago
Anton Firszov
50f8753c4b
Merge branch 'feature/fixAdaptiveHistIssue' into js/update-submodule
7 years ago
Anton Firszov
9ff4af6b0c
debug save the output for Issue984
7 years ago
Anton Firsov
ef9e7f3b15
Merge branch 'master' into feature/fixAdaptiveHistIssue
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
2ba3194151
Update dependencies and submodule
7 years ago
James Jackson-South
085e390f39
Removed submodule
7 years ago
Brian Popow
d2c5a77f02
Merge branch 'master' into feature/fixAdaptiveHistIssue
7 years ago
Sergio Pedri
a79c203b48
Fixed XML docs for RgbaVector pixel type ( #992 )
7 years ago
James Jackson-South
0cda1741f9
Merge pull request #991 from SixLabors/af/patch-987
Patch MemoryOwnerExtensions to workaround #987
7 years ago
Anton Firsov
9f93b09a11
Patch MemoryOwnerExtensions to fix #987
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
ff37d79936
Merge branch 'master' into feature/fixAdaptiveHistIssue
7 years ago
Brian Popow
da9e849179
Add regression test for Issue984
7 years ago
Anton Firsov
0358b12bf5
Merge branch 'master' into patternVectorNotUsed
7 years ago
Simon Cropp
79f5ff5bd5
remove some redundant constructor overloads from exceptions ( #979 )
* remove some redundant constructor overloads from exceptions
* re add ImageProcessingException ctor
only used in release
7 years ago
Brian Popow
d714b6e203
Merge remote-tracking branch 'upstream/master' into feature/fixAdaptiveHistIssue
# Conflicts:
# src/ImageSharp/Processing/Processors/Normalization/AdaptiveHistogramEqualizationProcessor{TPixel}.cs
7 years ago
Brian Popow
3013857bf9
Changed processing of border rows and columns to use the tile count and process only a maximum of tileCount - 1 tiles
7 years ago
Simon Cropp
e809d514fa
remove SteppedRange ( #980 )
7 years ago
Simon Cropp
52caddf0a4
remove some redundant usings ( #976 )
7 years ago
Anton Firsov
f90951755f
Merge pull request #982 from SimonCropp/cacheMaxInConvertToRgba
cache max in ConvertToRgba
7 years ago
Simon Cropp
8fc01b3af5
cache max value
7 years ago
Simon Cropp
08f1b08d5a
cache max in ConvertToRgba
7 years ago