James Jackson-South
ad8d7757b4
Refactor to inline based on feedback.
6 years ago
James Jackson-South
33fa2385f1
Update benchmarks results
6 years ago
James Jackson-South
ba38de5843
Add dither scaling and simplify API.
6 years ago
James Jackson-South
a42d21d121
Add bounded quantization and update namings.
6 years ago
James Jackson-South
94f69b67f9
Make dither parallel and add benchmarks.
6 years ago
James Jackson-South
042a6bef53
Cleanup and fix tests.
6 years ago
Anton Firszov
d36d902456
merge back GetRowSpan and GetRowSpanUnchecked
6 years ago
Anton Firszov
aac5934df6
re-enable all target frameworks
6 years ago
Anton Firszov
2a4c8492f9
Clean up public API
6 years ago
James Jackson-South
d8164d3b04
Fix non-windows build
6 years ago
James Jackson-South
b62434cea9
Rename class and add native memory profiler
6 years ago
James Jackson-South
4c023b2589
Add memorydiagnoser
6 years ago
James Jackson-South
ba329d3bdd
Delete Rgba32 named colors
6 years ago
Anton Firszov
9eed2f0344
fast-dev-hack
6 years ago
Brian Popow
a75d5cc16f
Revert comment as it was before, add exception for SA1115
6 years ago
Brian Popow
c0221c458c
Defining the tmp vars in a single line again
6 years ago
Brian Popow
7b052c8076
Fix stylecop warnings in the test project
6 years ago
James Jackson-South
c24b364be1
Merge namespaces
6 years ago
James Jackson-South
0cb40d1a86
Fix netstandard 1.3 build
6 years ago
James Jackson-South
b88dd992bb
Speed up coverage and respond to comments
6 years ago
James Jackson-South
03aa2fb775
Add new target frameworks
6 years ago
James Jackson-South
68ecb31b7f
Cleanup solution
6 years ago
James Jackson-South
f8a86af006
Combine xunit and test for converage
6 years ago
James Jackson-South
07f9a2c27d
Use dotnet test
6 years ago
Scott Williams
a56287cb85
remove all drawing except draw image
6 years ago
James Jackson-South
26fc9b3906
Speed up tga decoding and add new benchmark comparison
6 years ago
James Jackson-South
742a51a2d6
Fix extensions namespace.
6 years ago
Scott Williams
2ef3b90b53
enable using github actions for building
+ publish to github package repository
6 years ago
James Jackson-South
c88e34d344
Initial working commit
6 years ago
James Jackson-South
4a4379ef80
Simplify options and add clone + tests
6 years ago
Brian Popow
2acaea2ee4
Add benchmarks for tga images
6 years ago
James Jackson-South
7cb840a86a
Fix output, cleanup and minor optimizations.
6 years ago
James Jackson-South
1d0834ddde
Optimize effor diffusion. Fix #757
6 years ago
Sergio Pedri
f25c68304d
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
Simon Cropp
bcbd4726a6
use var where apparent ( #972 )
* use var where apparent
* use var where apparent
* should use Rgb24
7 years ago
Simon Cropp
f2ea1c2f87
redundant comment
7 years ago
Simon Cropp
270a073fc6
Cleanup ( #965 )
* redundant ()
* redundant stirng interpolation
* use method groups
* redundant unsafe
* redundant qualifiers
* redundant ()
* redundant init
* redundant init
* redundant casts
* redundant casts
7 years ago
Simon Cropp
30804cfefd
remove unused variables and methods ( #963 )
* remove unused variables and methods
* remove some redundant variables
* remove some redundant variables
* redundant variables
* Update DrawTextOnImageTests.cs
* Minor optimizations
* cleanup
7 years ago
Simon Cropp
c2555b6199
fix some spelling ( #962 )
7 years ago
Simon Cropp
48af792c14
use params where possible ( #961 )
* use params where possible
* use params
7 years ago
Simon Cropp
2c04d6b036
redundant usings ( #960 )
7 years ago
Simon Cropp
aa6d2ab997
fix some spelling ( #957 )
* fix some spelling
* more typos
* more typos
* more typos
* more typos
* more typos
* linearSegment
7 years ago
James Jackson-South
34666d724b
Fix 925 ( #929 )
* Prevent overflow
* Cleanup huffman table
* Search for RST markers.
* Fix Benchmarks project
7 years ago
Tanner Gooding
c5b14312b0
Updating the repo to use Directory.Build.props/targets files ( #920 )
* Updating the repo to use Directory.Build.props/targets files
* Adding an InternalsVisibleTo for DynamicProxyGenAssembly2, PublicKeyToken=null
* Removing duplicate includes from the ImageSharp.csproj
* Updating the .gitattributes file to explicitly list the line endings
* Removing the ImageSharp.ruleset file, as the one from standards should be used instead
* Updating the package version management to use `PackageReference Update`
7 years ago
Anton Firsov
34781bff3e
API cleanup (related to #907 ) ( #911 )
* temporarily disable target frameworks
* drop DelegateProcessor
* drop IImageProcessingContext<TPixel>
* drop NamedColors<T>
* drop ColorBuilder<T>
* drop the *Base postfix for clean class hierarchies
* re-enable target frameworks
* use MathF in gradient brushes
* Move PngFilterMethod to the correct namespace.
7 years ago
Anton Firszov
9ea9f2df5d
drop unnecessary generic IImageProcessorContext<TPixel> usages
7 years ago
Anton Firszov
d3af717d19
everything builds
7 years ago
Anton Firszov
2168ecbb05
refactor of Overlays
7 years ago
Anton Firszov
2e402ba35d
add skeleton for Color type
7 years ago
Anton Firszov
d8b918f148
fix warnings and improve xmldocs
7 years ago