9313 Commits (09f4957ce5167ab877d29ecff6dff092bce263fb)
 

Author SHA1 Message Date
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
Brian Popow cab2e05cc4 A little cleanup 5 years ago
Jeff Skaistis fb508475eb Change size guards for WrapMemory to allow Memory/IMemoryOwner blocks larger than the required image size. 5 years ago
Brian Popow 7d51106880 Tiff decoder can now handle special case, when rowsPerStrip has the default value 5 years ago
Brian Popow eebe08fa63 Fix conflict resolution mistake: Configuration was declared twice 5 years ago
James Jackson-South 9c62ab1885
Merge pull request #1494 from IldarKhayrutdinov/tiff-format 5 years ago
Brian Popow fba1e602b8 entries.FrameTags => entries.ExifProfile 5 years ago
Brian Popow d8e086c6c4
Merge branch 'tiff-format' into tiff-format 5 years ago
Brian Popow 0e5938f92a Parse T4 Options: honor eol padding, if present 5 years ago
Stefan Nikolei e5f640182c use CI environment variable to also build on .net5.0 5 years ago
James Jackson-South a58311a4aa Use less expensive update for RowOctet 5 years ago
Brian Popow d4627595d3 Add gitignore for generated tiff's, add Markdown/Html exporter attributes for tiff benchmarks 5 years ago
Brian Popow 6f8be2ea3c
Merge branch 'master' into tiff-format 5 years ago
James Jackson-South d927ebbde7
Merge pull request #1496 from IldarKhayrutdinov/tiff-format-benchmarks 5 years ago
Ildar Khayrutdinov ef24158b52 Change exception type 5 years ago