9226 Commits (ffa38bc2736f768e41903eb5ef5af543537bde20)
 

Author SHA1 Message Date
Brian Popow ffa38bc273 Remove properties from TiffFrame meta data which can be received directly from the ExifProfile 5 years ago
Brian Popow 8077172088 Introduce TiffBitsPerSample enum 5 years ago
Brian Popow b0e965fdf9 - Seal tiff writer 5 years ago
James Jackson-South 6a8806f6f4
Merge branch 'master' into tiff-format 5 years ago
James Jackson-South 9959d51795
Merge pull request #1561 from rold2007/ImageIntegral 5 years ago
James Jackson-South 39ed542297
Merge branch 'master' into ImageIntegral 5 years ago
James Jackson-South aca46aca43
Merge pull request #1560 from SixLabors/js/deteministic-build-fix 5 years ago
David Rolland 8147ec3bfc Added image integral algorithm. 5 years ago
James Jackson-South 33b118c8ce Update shared-infrastructure 5 years ago
James Jackson-South 138c75b217
Merge pull request #1557 from SixLabors/af/BinaryThresholdMode 5 years ago
James Jackson-South 62e2478ff0
Merge branch 'master' into af/BinaryThresholdMode 5 years ago
Brian Popow 3a4671932e
Merge branch 'master' into tiff-format 5 years ago
Brian Popow 5246c0b8a8
Merge pull request #1558 from SixLabors/bp/gitLfsFix 5 years ago
Brian Popow 690fe22da1 Update shared infra structure to treat images file types by git lfs 5 years ago
Anton Firszov 51769740ab better docs 5 years ago
Anton Firszov 2e09bb4a3c BinaryThresholdColorComponent -> BinaryThresholdMode 5 years ago
James Jackson-South c12f6a7885
Merge branch 'master' into tiff-format 5 years ago
James Jackson-South 6038be96ad
Merge pull request #1555 from Franz1960/max-chroma-binarization 5 years ago
James Jackson-South 045612f133 Add tolerance to 32 bit tests 5 years ago
James Jackson-South cfd123239d Ensure LFS 5 years ago
James Jackson-South ce2c1d28b3 Optimization pass. 5 years ago
James Jackson-South 5b7c4b9cb0 Reorganize files 5 years ago
Franz Häring 2d3ab4ebd5 New overloads for binary threshold operations. The new argument ColorComponent defines the scalar color component to be used for threshold comparison: Luminance, Saturation or MaxChroma. Luminance is default and identical to previous versions. Saturation is the HSL saturation component. MaxChroma is calculated as the maximum of YCbCr chroma value, i.e. Cb and Cr distance from achromatic value. Background: This component shall discriminate colorful parts from achromatic parts in human perception. Very dark pixels, which are perceived as near black, can have high HSL saturation values if e.g. (rgb)==(4,0,0); this would definitely not be perceived as colorful by a human. The MaxChroma component will calculate them low. 5 years ago
James Jackson-South f597132d8f
Merge branch 'master' into tiff-format 5 years ago
James Jackson-South 2ae6018293
Merge pull request #1554 from SixLabors/js/fix-coverage 5 years ago
James Jackson-South 363f4aa31a Update shared-infrastructure 5 years ago
James Jackson-South 458376578b Merge branch 'master' into tiff-format 5 years ago
James Jackson-South 172c48eafd Update readme and workflow for LFS 5 years ago
James Jackson-South d183091ac4 Add output reference images 5 years ago
James Jackson-South ef1ee4d33b Removed submodule 5 years ago
Brian Popow 397d6ae6cc
Merge branch 'master' into tiff-format 5 years ago
Brian Popow 8cee9a4aa4 Add setter for DeflateCompressionLevel 5 years ago
Brian Popow 572f616ae3 Add PhotometricInterpretation to the tiff metadata 5 years ago
James Jackson-South 523cc22886
Merge pull request #1551 from tkp1n/bugfix/fix-vectorized-subsampling 5 years ago
Brian Popow 2ec4787e7b
Merge pull request #1537 from IldarKhayrutdinov/tiff-format 5 years ago
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
Ildar Khayrutdinov 8cc2ce38f8 Correct test 5 years ago
Ildar Khayrutdinov 4b210bbfe0 Rename tests 5 years ago
Ildar Khayrutdinov f17c117096 Merge remote-tracking branch 'upstream/tiff-format' into tiff-format 5 years ago
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
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 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