6244 Commits (ea911998ef0ceebb944f2583ece4f5f1a659916b)

Author SHA1 Message Date
Ildar Khayrutdinov 3b4bc1de23 Remove TiffEncoderPixelStorageMethod, add CRC writing for deflate. Correct tests. 6 years ago
Brian Popow de191995e1 Add check for Avx2 in ResizeKernel, fix #1546 6 years ago
Brian Popow 7c97634bcb Change BinaryDither to FloydSteinberg 6 years ago
Ildar Khayrutdinov 729220647e Update readme 6 years ago
Ildar Khayrutdinov 5f02fe55f6 DebugGuard fixes 6 years ago
Ildar Khayrutdinov 9e139882c4 Support multi strip encoding for tiff. Improve performance and memory usage of decoders and encoders. 6 years ago
Anton Firszov 7e0a43bcdb change inlining options for RowOctet.Update() 6 years ago
Anton Firszov 1968d3724f better JpegEncoder profiling/benchmarks 6 years ago
Brian Popow 2fa3da40e1 If no encoding mode is specified in the options, RGB will be used. 6 years ago
James Jackson-South ac3eb80374 Optimize and fix warnings. 6 years ago
James Jackson-South 6cba30874f Cleanup 6 years ago
James Jackson-South a92c01fe50 Use a loop instead. 6 years ago
Brian Popow 7068ca1349 Treat IPTC Undefined data type as byte array 6 years ago
James Jackson-South 7b97ccef1f Update Block8x8F.cs 6 years ago
James Jackson-South 742aaad004 Move statics to local 6 years ago
James Jackson-South 3e29c4e019 Try explicit layout 6 years ago
Brian Popow f0670af045 Handle TIFF image with incorrect IPTC data type (long instead of byte) 6 years ago
James Jackson-South f3c74547b4 manually inline meythod 6 years ago
James Jackson-South b0241b04b6 Disable inlining 6 years ago
James Jackson-South 6c798c92a8 Remove compiler conditional for static fields 6 years ago
James Jackson-South 61a45ccd29 Fix typo 6 years ago
James Jackson-South 9b016e97d7 Add AVX Block8x8F.DivideRoundAll 6 years ago
James Jackson-South e47c8fcb90 Remove bounds checks during Emit 6 years ago
James Jackson-South 91a5d4c031 Update RowOctet tests 6 years ago
James Jackson-South f1a8e6e763 Santize descriptor bounds. Fixes #1530 6 years ago
Brian Popow d3a43a37ee Throw Exception when packed bits compressed data is not enough 6 years ago
Brian Popow fbefe30262 Do not read more than buffer.Length for uncompressed tiff 6 years ago
Brian Popow 42fd0a8bea Make sure we ignore any strips that are not needed for the image (if too many are present) 6 years ago
Brian Popow b6ce06d5ff Throw Exception, if StripOffsets or StripByteCounts is missing 6 years ago
Ildar Khayrutdinov 8d01c602d2 Cleanup 6 years ago
Stefan Nikolei a060d5c37e USE SIXLABORS_TESTING instead of CI Env var 6 years ago
Stefan Nikolei cf63cd2218 use when and otherwise in csproj 6 years ago
Ildar Khayrutdinov 98dde8e863 Rename decompressors classes 6 years ago
Ildar Khayrutdinov 2c1111945f Add color factory, update decoder methods and tests 6 years ago
Ildar Khayrutdinov 4e64aabc1d Split TiffWriter to the specialized classes 6 years ago
Brian Popow 7152238573 - Return default values, if compression, photometricInterpretation or rowsPerStrip is not present. 6 years ago
Brian Popow cab2e05cc4 A little cleanup 6 years ago
Jeff Skaistis fb508475eb Change size guards for WrapMemory to allow Memory/IMemoryOwner blocks larger than the required image size. 6 years ago
Brian Popow 7d51106880 Tiff decoder can now handle special case, when rowsPerStrip has the default value 6 years ago
Brian Popow eebe08fa63 Fix conflict resolution mistake: Configuration was declared twice 6 years ago
Brian Popow fba1e602b8 entries.FrameTags => entries.ExifProfile 6 years ago
Brian Popow 0e5938f92a Parse T4 Options: honor eol padding, if present 6 years ago
Stefan Nikolei e5f640182c use CI environment variable to also build on .net5.0 6 years ago
James Jackson-South a58311a4aa Use less expensive update for RowOctet 6 years ago
Ildar Khayrutdinov ef24158b52 Change exception type 6 years ago
Ildar Khayrutdinov ef068e6a77 Use directly ExifProfile methods instead TiffFrameMetadataExtensions 6 years ago
Ildar Khayrutdinov 3600b3d255 Exif/Tiff readers improvements 6 years ago
Stefan Nikolei 58491c9c12 remove .net50 target framework 6 years ago
Stefan Nikolei 862c939a3a Add net5.0 target 6 years ago
Brian Popow 5db2d28e69 Write EXIF chunk, if Exif profile is present 6 years ago