5851 Commits (565d885414cbd80598073d95b2dea2813786131f)
 

Author SHA1 Message Date
James Jackson-South 565d885414
Merge branch 'master' into feature/pngExif 8 years ago
James Jackson-South 6949cde219
Merge pull request #640 from SixLabors/af/magick 8 years ago
Anton Firszov 9204e4deac Merge branch 'af/magick' of https://github.com/SixLabors/ImageSharp into af/magick 8 years ago
Anton Firszov e1e4c85b71 Fix Sandbox46 8 years ago
Anton Firsov 5318d8dbf7
Merge branch 'master' into af/magick 8 years ago
James Jackson-South 967f6c0c68
Merge pull request #639 from carbon/cq3 8 years ago
Anton Firszov 5b006027e3 do not register SystemDrawing reference encoders on linux 8 years ago
Anton Firszov 815a01a969 no BMP assertions on linux 8 years ago
Anton Firszov 6d1c15f84b Merge remote-tracking branch 'origin/master' into af/magick 8 years ago
Jason Nelson 5ae24b0817 Optimize remaining equality checks using pattern matching 8 years ago
Jason Nelson 9c027378f1 Remove trailing whitespace 8 years ago
Anton Firszov c42ee793c8 PngEncoderTests.WorksWithBitDepth16 8 years ago
Jason Nelson 80aa108e95 Simplify null comparison 8 years ago
Jason Nelson bb5dfefd3d Update tests for IccVersion 8 years ago
Jason Nelson 0380e2ee37 Implement IEquatable on IccVersion 8 years ago
Jason Nelson 5554aa3198 Use Unsafe.As<> 8 years ago
Jason Nelson 4318c564d4 Remove redundant equity conditions 8 years ago
Jason Nelson 60bec41221 [ICC] Eliminate Version allocation using custom struct 8 years ago
Anton Firszov 4fe7f1b6de PngDecoderTests.Chunks.cs 8 years ago
Anton Firszov 363ce81e04 clanup + exact comparison for all PngDecoderTests 8 years ago
Anton Firszov 1be59d59e1 keep using SystemDrawingReferenceDecoder for Bmp-s 8 years ago
Anton Firszov 0eec2c794f using MagickReferenceDecoder everywhere, added ReferenceDecoderBenchmarks 8 years ago
Anton Firszov 24339040e5 reference encoder is unnecessary 8 years ago
Jason Nelson f1dbf8f67e Remove unused ListExtensions class 8 years ago
Anton Firsov d171acba80
make Guard.NotNull() and DebugGuard.NotNull() generic (#634) 8 years ago
Anton Firszov bcf2cd73bd oops 8 years ago
Anton Firszov 1791e1af95 ImageMagick decoder works 8 years ago
Anton Firszov 0ead64ccc4 make Guard.NotNull() and DebugGuard.NotNull() generic 8 years ago
Anton Firsov 9ab02b6ee6
Merge pull request #631 from Jjagg/violatedthelaw 8 years ago
Jesse Gielen 72ea22bce0 Remove NotNull guard on value type 8 years ago
popow caf7fb3cf1 Merge remote-tracking branch 'upstream/master' into feature/pngExif 8 years ago
popow 4b484f9ea0 to make ExifProfile format agnostic again: passing ExifIdCode as ReadonlySpan to the ToByteArray method 8 years ago
James Jackson-South 0d179d6242
Merge pull request #613 from SixLabors/js/16-bit-pngs 8 years ago
popow 976aad3079 using defined exif constants in the TestProfileToByteArrayWorks Test 8 years ago
James Jackson-South 46df59fd3c
Merge branch 'master' into js/16-bit-pngs 8 years ago
popow 7e688eea38 corrected big endian byte order marker 8 years ago
popow 53336eabb5 fixed submodule merge mistake, setting it to "add reference output for FontShapesAreRenderedCorrectlyAlongACirclePath" 8 years ago
popow 9d81e7c96e Merge remote-tracking branch 'upstream/master' into feature/pngExif 8 years ago
popow 88e41ea439 using Span CopyTo() in the ExifProfile Constructor to copy the data from one exifprofile to another 8 years ago
popow a0a0142a83 removed ExifIdCode from ExifConstants and ExifProfile, using ExifMarker defined in Jpeg ProfileResolver 8 years ago
Scott Williams d715eb16ae
Merge pull request #628 from SixLabors/sw/delete-data-pixel-data 8 years ago
Scott Williams e1779325fb remove `SavePixelData()` apis in favour of `GetPixelSpan()` 8 years ago
popow 5a7926dff9 Merge remote-tracking branch 'origin/feature/pngExif' into feature/pngExif 8 years ago
popow 48178b8027 Merge remote-tracking branch 'upstream/master' into feature/pngExif 8 years ago
James Jackson-South 76a681983c Merge branch 'master' into js/16-bit-pngs 8 years ago
James Jackson-South b4f5b3f7d4
Merge pull request #627 from carbon/cq3 8 years ago
Jason Nelson b93db65d9f Remove unnessary DebugGaurds on structs 8 years ago
Jason Nelson 68558d3535 Use nameof 8 years ago
Jason Nelson 65986da267 Remove unused using statements 8 years ago
Jason Nelson 1cfe1042f7 Change IsProfile to use ReadOnlySpan<byte> 8 years ago