5851 Commits (511dca9100fc3e73b3867db4dc0e845f9b5bae00)
 

Author SHA1 Message Date
James Jackson-South 511dca9100
Merge branch 'master' into feature/pngExif 8 years ago
James Jackson-South 2b23d7369f
Merge pull request #640 from SixLabors/af/magick 8 years ago
Anton Firszov f4c04d89b4 Merge branch 'af/magick' of https://github.com/SixLabors/ImageSharp into af/magick 8 years ago
Anton Firszov 2d76d3d05a Fix Sandbox46 8 years ago
Anton Firsov 1c0295fb2d
Merge branch 'master' into af/magick 8 years ago
James Jackson-South c20616e758
Merge pull request #639 from carbon/cq3 8 years ago
Anton Firszov 416bae672b do not register SystemDrawing reference encoders on linux 8 years ago
Anton Firszov 065a8b831c no BMP assertions on linux 8 years ago
Anton Firszov 0c402cd02c Merge remote-tracking branch 'origin/master' into af/magick 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
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
Anton Firsov 1d1b5d9ddf
make Guard.NotNull() and DebugGuard.NotNull() generic (#634) 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
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 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