6054 Commits (176e7e9f83cc2a3dea0eac5fbcd61498f7c32dcf)
 

Author SHA1 Message Date
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
James Jackson-South 72acc7dd64 Merge branch 'master' into js/faster-gif 8 years ago
James Jackson-South 07064e90c4 Smarter dithering. 8 years ago
James Jackson-South becc80b4cd Make correct method virtual 8 years ago
James Jackson-South cfdc75e915 Improve lookup logic 8 years ago
Anton Firsov d171acba80
make Guard.NotNull() and DebugGuard.NotNull() generic (#634) 8 years ago
James Jackson-South b71c74de82 Use single cache base. 8 years ago
James Jackson-South 4ca807e010 Use DistanceSquared 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
James Jackson-South 9b1270f580 Minor improvements to diffusion 8 years ago
James Jackson-South b208be83e0 Can now encode gifs with global palette 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 ad65b30f96 Stub color table mode enum. 8 years ago
James Jackson-South 2278789736 Create new DensityUnits enum. 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
Jason Nelson 43381cb948 Avoid HuffmanSpec copies 8 years ago
Jason Nelson 16aafbd9ef Use span copy 8 years ago
Jason Nelson 7f51a1bc82 Make TransformHelpers static 8 years ago
Jason Nelson 18054f0eb7 Use ternary operator 8 years ago
Jason Nelson 607c871c19 Prefer type names on left side 8 years ago
Jason Nelson 13e8c17b6d Remove remaining null checks on structs 8 years ago