9173 Commits (0e1e8fe531eaf711a1cd734f1eba6d71fc2eef9e)
 

Author SHA1 Message Date
Brian Popow 0e1e8fe531 Use tolerant comparer for color palette tests 5 years ago
Brian Popow e27eb8c4c0
Merge branch 'master' into tiff-format 5 years ago
Brian Popow d3033b351c Replace lzw decompression implementation 5 years ago
Brian Popow 2d88f2ce08
Merge pull request #1548 from SixLabors/bp/fix1546 5 years ago
Brian Popow ce6f067935 Add resize test for HwIntrinsics 5 years ago
Brian Popow de191995e1 Add check for Avx2 in ResizeKernel, fix #1546 5 years ago
Brian Popow 88dd0babdf
Merge pull request #1535 from kendaleiv/patch-1 5 years ago
Ken Dale ae5657f9a9
Small edit 5 years ago
James Jackson-South 62a224b2e9
Merge pull request #1534 from SixLabors/af/JpegEncoder-profiling 5 years ago
Anton Firszov 7e0a43bcdb change inlining options for RowOctet.Update() 5 years ago
Anton Firszov 1968d3724f better JpegEncoder profiling/benchmarks 5 years ago
Brian Popow 8d92305b0d
Merge branch 'master' into tiff-format 5 years ago
Brian Popow 2fa3da40e1 If no encoding mode is specified in the options, RGB will be used. 5 years ago
James Jackson-South 55f1fa7e95
Merge pull request #1533 from SixLabors/js/jpeg-encoder-perf 5 years ago
James Jackson-South ac3eb80374 Optimize and fix warnings. 5 years ago
James Jackson-South 6cba30874f Cleanup 5 years ago
James Jackson-South a92c01fe50 Use a loop instead. 5 years ago
Brian Popow 6ff1ed0de1
Merge branch 'master' into tiff-format 5 years ago
Brian Popow 7068ca1349 Treat IPTC Undefined data type as byte array 5 years ago
James Jackson-South 7b97ccef1f Update Block8x8F.cs 5 years ago
James Jackson-South 742aaad004 Move statics to local 5 years ago
James Jackson-South 3e29c4e019 Try explicit layout 5 years ago
Brian Popow f0670af045 Handle TIFF image with incorrect IPTC data type (long instead of byte) 5 years ago
James Jackson-South f3c74547b4 manually inline meythod 5 years ago
James Jackson-South b0241b04b6 Disable inlining 5 years ago
James Jackson-South 6c798c92a8 Remove compiler conditional for static fields 5 years ago
James Jackson-South 61a45ccd29 Fix typo 5 years ago
James Jackson-South 9b016e97d7 Add AVX Block8x8F.DivideRoundAll 5 years ago
James Jackson-South e47c8fcb90 Remove bounds checks during Emit 5 years ago
James Jackson-South 91a5d4c031 Update RowOctet tests 5 years ago
James Jackson-South 4c384fa820 Merge branch 'master' into js/jpeg-encoder-perf 5 years ago
James Jackson-South 2f6b17a8a4
Merge pull request #1532 from SixLabors/js/fix-1530 5 years ago
James Jackson-South f1a8e6e763 Santize descriptor bounds. Fixes #1530 5 years ago
Brian Popow d3a43a37ee Throw Exception when packed bits compressed data is not enough 5 years ago
Brian Popow fbefe30262 Do not read more than buffer.Length for uncompressed tiff 5 years ago
Brian Popow 2ee1150b73
Merge branch 'master' into tiff-format 5 years ago
Brian Popow 42fd0a8bea Make sure we ignore any strips that are not needed for the image (if too many are present) 5 years ago
James Jackson-South 902cb0cd57
Merge pull request #1526 from jeffska/wrapmemory-size-guards 5 years ago
James Jackson-South 45084c8fd4
Merge branch 'master' into wrapmemory-size-guards 5 years ago
James Jackson-South c3bbb0d01a
Merge pull request #1519 from stefannikolei/net50 5 years ago
Brian Popow b6ce06d5ff Throw Exception, if StripOffsets or StripByteCounts is missing 5 years ago
Brian Popow e44d5ec76e
Merge pull request #1527 from IldarKhayrutdinov/tiff-format-refactory 5 years ago
Ildar Khayrutdinov 8d01c602d2 Cleanup 5 years ago
Stefan Nikolei a060d5c37e USE SIXLABORS_TESTING instead of CI Env var 5 years ago
Stefan Nikolei cf63cd2218 use when and otherwise in csproj 5 years ago
Stefan Nikolei fd22d81c76 update submodule shared-infrastructure 5 years ago
Ildar Khayrutdinov 98dde8e863 Rename decompressors classes 5 years ago
Ildar Khayrutdinov 2c1111945f Add color factory, update decoder methods and tests 5 years ago
Ildar Khayrutdinov 4e64aabc1d Split TiffWriter to the specialized classes 5 years ago
Brian Popow 7152238573 - Return default values, if compression, photometricInterpretation or rowsPerStrip is not present. 5 years ago