James Jackson-South
0b1cfb02a2
Update benchmarks
6 years ago
James Jackson-South
4dffc179f5
Refactor to inline based on feedback.
6 years ago
James Jackson-South
8af762009b
Update benchmarks results
6 years ago
James Jackson-South
e535d1d409
Add dither scaling and simplify API.
6 years ago
James Jackson-South
c98ea13710
Add bounded quantization and update namings.
6 years ago
James Jackson-South
305a1c9832
Make dither parallel and add benchmarks.
6 years ago
James Jackson-South
05098868d6
Cleanup and fix tests.
6 years ago
Anton Firszov
b12e1c47d8
merge back GetRowSpan and GetRowSpanUnchecked
6 years ago
Anton Firszov
22db8e05ac
re-enable all target frameworks
6 years ago
Anton Firszov
fda47858a0
Clean up public API
6 years ago
James Jackson-South
3b3e6ab507
Fix non-windows build
6 years ago
James Jackson-South
62890f8184
Rename class and add native memory profiler
6 years ago
James Jackson-South
463f0a9c97
Add memorydiagnoser
6 years ago
James Jackson-South
50a693791f
Delete Rgba32 named colors
6 years ago
Anton Firszov
f91c50d610
fast-dev-hack
6 years ago
Brian Popow
d59ca988a0
Revert comment as it was before, add exception for SA1115
6 years ago
Brian Popow
715de4cd3c
Defining the tmp vars in a single line again
6 years ago
Brian Popow
43cbdab113
Fix stylecop warnings in the test project
6 years ago
James Jackson-South
6384f44501
Merge namespaces
6 years ago
James Jackson-South
3a64f92291
Fix netstandard 1.3 build
6 years ago
James Jackson-South
21ad572ee6
Speed up coverage and respond to comments
6 years ago
James Jackson-South
9dc422d8a1
Add new target frameworks
6 years ago
James Jackson-South
a9576efa36
Cleanup solution
6 years ago
James Jackson-South
f7e62adcab
Combine xunit and test for converage
6 years ago
James Jackson-South
b12dd699f5
Use dotnet test
6 years ago
Scott Williams
728342010e
remove all drawing except draw image
6 years ago
James Jackson-South
047523c11d
Speed up tga decoding and add new benchmark comparison
6 years ago
James Jackson-South
017fe9b8fb
Fix extensions namespace.
6 years ago
Scott Williams
3d1d7f8bc4
enable using github actions for building
+ publish to github package repository
6 years ago
James Jackson-South
41a5b09eb6
Initial working commit
6 years ago
James Jackson-South
ebe0ca7bc6
Simplify options and add clone + tests
6 years ago
Brian Popow
43fcf57917
Add benchmarks for tga images
6 years ago
James Jackson-South
3d0a70f592
Fix output, cleanup and minor optimizations.
6 years ago
James Jackson-South
37a74ecd98
Optimize effor diffusion. Fix #757
6 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
Simon Cropp
564348631f
use var where apparent ( #972 )
* use var where apparent
* use var where apparent
* should use Rgb24
7 years ago
Simon Cropp
e7693e7fdc
redundant comment
7 years ago
Simon Cropp
6f1134102c
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
fb033fe0b6
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
aac8eae64a
fix some spelling ( #962 )
7 years ago
Simon Cropp
16ed6173cb
use params where possible ( #961 )
* use params where possible
* use params
7 years ago
Simon Cropp
edeaf7d9a6
redundant usings ( #960 )
7 years ago
Simon Cropp
2734847e2e
fix some spelling ( #957 )
* fix some spelling
* more typos
* more typos
* more typos
* more typos
* more typos
* linearSegment
7 years ago
James Jackson-South
7a484f7a57
Fix 925 ( #929 )
* Prevent overflow
* Cleanup huffman table
* Search for RST markers.
* Fix Benchmarks project
7 years ago
Tanner Gooding
e2651e7f45
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
b00b949141
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
17f2311018
drop unnecessary generic IImageProcessorContext<TPixel> usages
7 years ago
Anton Firszov
8271ef18c9
everything builds
7 years ago
Anton Firszov
9f0cce38ab
refactor of Overlays
7 years ago
Anton Firszov
1d67089bd7
add skeleton for Color type
7 years ago