6535 Commits (3ceb7423ec7592d910af3de02ff11368598b022d)
 

Author SHA1 Message Date
Anton Firszov 0b516fc4b9 PngEncoderTests.WorksWithBitDepth16 8 years ago
Jason Nelson fcb8039b17 Simplify null comparison 8 years ago
Jason Nelson 57e759c391 Update tests for IccVersion 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
Anton Firszov 055ca0c86a PngDecoderTests.Chunks.cs 8 years ago
Anton Firszov 7ac9ed62af clanup + exact comparison for all PngDecoderTests 8 years ago
Anton Firszov ce0dd48131 keep using SystemDrawingReferenceDecoder for Bmp-s 8 years ago
Anton Firszov 507b2f8554 using MagickReferenceDecoder everywhere, added ReferenceDecoderBenchmarks 8 years ago
Anton Firszov 79bba7b4e4 reference encoder is unnecessary 8 years ago
Jason Nelson 824f568ed2 Remove unused ListExtensions class 8 years ago
James Jackson-South 548a31166d Merge branch 'master' into js/faster-gif 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 817ac0b204 oops 8 years ago
Anton Firszov b5911782ad ImageMagick decoder works 8 years ago
Anton Firszov 6e0c827f48 make Guard.NotNull() and DebugGuard.NotNull() generic 8 years ago
Anton Firsov 603dcfc69a
Merge pull request #631 from Jjagg/violatedthelaw 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 2e7f91bdd3 Merge remote-tracking branch 'upstream/master' into feature/pngExif 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
James Jackson-South b6ac7f9e04
Merge pull request #613 from SixLabors/js/16-bit-pngs 8 years ago
popow 01aa5303e1 using defined exif constants in the TestProfileToByteArrayWorks Test 8 years ago
James Jackson-South db86d1ac4b
Merge branch 'master' into js/16-bit-pngs 8 years ago
popow 108cb02106 corrected big endian byte order marker 8 years ago
popow cac1bea984 fixed submodule merge mistake, setting it to "add reference output for FontShapesAreRenderedCorrectlyAlongACirclePath" 8 years ago
popow 9d4b8c4ba0 Merge remote-tracking branch 'upstream/master' into feature/pngExif 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 626cceec72
Merge pull request #628 from SixLabors/sw/delete-data-pixel-data 8 years ago
Scott Williams 6ff3aed4fb remove `SavePixelData()` apis in favour of `GetPixelSpan()` 8 years ago
popow e44db1bb33 Merge remote-tracking branch 'origin/feature/pngExif' into feature/pngExif 8 years ago
popow ac34d907e5 Merge remote-tracking branch 'upstream/master' into feature/pngExif 8 years ago
James Jackson-South 574bbc11e9 Merge branch 'master' into js/16-bit-pngs 8 years ago
James Jackson-South aadcb09b01
Merge pull request #627 from carbon/cq3 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