5798 Commits (da1b85bee38b4e4ceded1c57d25ac13a2a0e8f22)

Author SHA1 Message Date
Brian Popow 20726c3d07 Clarify some DebugGuard messages and a little cleanup 5 years ago
Ildar Khayrutdinov 60dcaac076 Remove excess clearing 5 years ago
Ildar Khayrutdinov 677800f326 PackBits bug fix 5 years ago
Brian Popow d3033b351c Replace lzw decompression implementation 5 years ago
Nicolas Portmann f7d4675482 Cleanup 5 years ago
Nicolas Portmann af4e4ff018 Fix vectorized subsampling 5 years ago
Ildar Khayrutdinov 3b4bc1de23 Remove TiffEncoderPixelStorageMethod, add CRC writing for deflate. Correct tests. 5 years ago
Brian Popow de191995e1 Add check for Avx2 in ResizeKernel, fix #1546 5 years ago
Brian Popow 7c97634bcb Change BinaryDither to FloydSteinberg 5 years ago
Ildar Khayrutdinov 729220647e Update readme 5 years ago
Ildar Khayrutdinov 5f02fe55f6 DebugGuard fixes 5 years ago
Ildar Khayrutdinov 9e139882c4 Support multi strip encoding for tiff. Improve performance and memory usage of decoders and encoders. 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 2fa3da40e1 If no encoding mode is specified in the options, RGB will be used. 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 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 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 42fd0a8bea Make sure we ignore any strips that are not needed for the image (if too many are present) 5 years ago
Brian Popow b6ce06d5ff Throw Exception, if StripOffsets or StripByteCounts is missing 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
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
Brian Popow fba1e602b8 entries.FrameTags => entries.ExifProfile 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