9140 Commits (f0670af0453fc40c883c51e91c90b47731e047a2)
 

Author SHA1 Message Date
Brian Popow f0670af045 Handle TIFF image with incorrect IPTC data type (long instead of byte) 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
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
Ildar Khayrutdinov ef068e6a77 Use directly ExifProfile methods instead TiffFrameMetadataExtensions 5 years ago
Ildar Khayrutdinov c70ce8be70 Implement benchmarks for Tiff encoder, rework decoder benchmarks 5 years ago
Ildar Khayrutdinov 3600b3d255 Exif/Tiff readers improvements 5 years ago
Stefan Nikolei 37709f941e test and build framework can be different 5 years ago
Stefan Nikolei 3fad302539 codecov only on one target 5 years ago
Stefan Nikolei 58491c9c12 remove .net50 target framework 5 years ago
Stefan Nikolei 72037f46f8 add .net5.0 targetframework in tests 5 years ago
Stefan Nikolei 862c939a3a Add net5.0 target 5 years ago
James Jackson-South c626a9fce8
Merge pull request #1517 from tkp1n/feature/vectorize-scale-to-dst-block 5 years ago
Nicolas Portmann 81c728e05b Vectorize Scale16X16To8X8 5 years ago
James Jackson-South d3bfc5f0e4
Merge branch 'master' into tiff-format 5 years ago
James Jackson-South de80630040
Merge pull request #1513 from SixLabors/sp/simd-resize-convolve 5 years ago
Sergio Pedri 8c7019e41e Update image threshold for resize tests 5 years ago
Sergio Pedri ed4cfaa0ae Workaround for incorrect codegen on .NET 5 5 years ago
Sergio Pedri e68a21de52 Add missing indexing update 5 years ago
Sergio Pedri e0b2defde2 Add unrolled FMA loop 5 years ago
Sergio Pedri 0e465cd8c3 Revert to FMA, codegen improvements 5 years ago
Sergio Pedri 1169e73915 Switch from FMA to AVX2 instructions 5 years ago
Sergio Pedri c825eccd10 Improved loading of factors using permutation 5 years ago