3598 Commits (00d869f3ef35f3a3c7e480cd9e48c751f9b68111)

Author SHA1 Message Date
Vicente Penades 4bc4ad64b8 Changed Pixel Blender/Composer generators to generate all combinations of ColorBlenders and AlphaComposers 8 years ago
James Jackson-South 3984e2c80f Update tests 8 years ago
James Jackson-South 1596381ae8 Refactor to better use base classes. 8 years ago
Jason Nelson 1449c67f58 Optimize remaining equality checks using pattern matching 8 years ago
Jason Nelson c53112bc08 Remove trailing whitespace 8 years ago
Jason Nelson fcb8039b17 Simplify null comparison 8 years ago
Jason Nelson 1b54767a8c Implement IEquatable on IccVersion 8 years ago
Jason Nelson bb9238d447 Use Unsafe.As<> 8 years ago
Jason Nelson c9bab4cdfc Remove redundant equity conditions 8 years ago
Jason Nelson d116d83ffb [ICC] Eliminate Version allocation using custom struct 8 years ago
Jason Nelson 824f568ed2 Remove unused ListExtensions class 8 years ago
James Jackson-South 1682f3bf70 Smarter dithering. 8 years ago
James Jackson-South 2c0aa2b7e0 Make correct method virtual 8 years ago
James Jackson-South 79cfbacd98 Improve lookup logic 8 years ago
Anton Firsov 1d1b5d9ddf
make Guard.NotNull() and DebugGuard.NotNull() generic (#634) 8 years ago
James Jackson-South 350c4e7ed9 Use single cache base. 8 years ago
James Jackson-South 84099e4793 Use DistanceSquared 8 years ago
Anton Firszov 6e0c827f48 make Guard.NotNull() and DebugGuard.NotNull() generic 8 years ago
James Jackson-South fef5fa0681 Minor improvements to diffusion 8 years ago
James Jackson-South 56c6ed94bf Can now encode gifs with global palette 8 years ago
Jesse Gielen 43ca448f39 Remove NotNull guard on value type 8 years ago
popow cc4a203130 to make ExifProfile format agnostic again: passing ExifIdCode as ReadonlySpan to the ToByteArray method 8 years ago
James Jackson-South 102dce72ed Stub color table mode enum. 8 years ago
James Jackson-South af1e535a3a Create new DensityUnits enum. 8 years ago
popow 108cb02106 corrected big endian byte order marker 8 years ago
popow 215224e6cd using Span CopyTo() in the ExifProfile Constructor to copy the data from one exifprofile to another 8 years ago
popow a7208dee7d removed ExifIdCode from ExifConstants and ExifProfile, using ExifMarker defined in Jpeg ProfileResolver 8 years ago
Scott Williams 6ff3aed4fb remove `SavePixelData()` apis in favour of `GetPixelSpan()` 8 years ago
Jason Nelson 0bea00e68b Remove unnessary DebugGaurds on structs 8 years ago
Jason Nelson b08dd4dc9e Use nameof 8 years ago
Jason Nelson 16edc8fcc6 Remove unused using statements 8 years ago
Jason Nelson b08e9eec50 Change IsProfile to use ReadOnlySpan<byte> 8 years ago
Jason Nelson 86407f5877 Avoid HuffmanSpec copies 8 years ago
Jason Nelson 912eb6ace5 Use span copy 8 years ago
Jason Nelson 7d6cc4ffcb Make TransformHelpers static 8 years ago
Jason Nelson 90b494a304 Use ternary operator 8 years ago
Jason Nelson 7454d8aaae Prefer type names on left side 8 years ago
Jason Nelson 1811524d43 Remove remaining null checks on structs 8 years ago
James Jackson-South 7ae25f84f4 Fix #624 8 years ago
James Jackson-South 9a80514f2c Faster 32-64 bit conversion, update references, and cleanup. 8 years ago
Anton Firszov 85a16c0bf8 Make sure that netcoreapp2.1 test execution is testing the netcoreapp2.1 build of ImageSharp 8 years ago
James Jackson-South a8bd6580a2 Use SD, Better conversion and cleanup SD Bridge. 8 years ago
Anton Firszov bd65fc543c CachingGlyphRenderer: use a 1 dictionary instead of 3 8 years ago
Anton Firszov ecf160e5bb refactor QuickSort to a common utility class 8 years ago
Scott Williams b270cbbc6d drop the Shapes.Text dependency 8 years ago
James Jackson-South 8f37a41d58 Remove allocation when upscaling. 8 years ago
James Jackson-South e808514648 All tests now pass 8 years ago
James Jackson-South 397490997f Add 16bit decoder tests. 8 years ago
Anton Firszov de9e4d3dac reference System.IO.UnmanagedMemoryStream only for 1.3 8 years ago
Scott Williams 948ea7e80b remove draw text along path 8 years ago