9256 Commits (180af3cb39f58c8b0e14228678f04c2953ebc0f5)
 

Author SHA1 Message Date
Brian Popow 180af3cb39 Merge master branch 5 years ago
James Jackson-South 08b0320538
Merge pull request #1575 from SixLabors/js/aot-experiments 5 years ago
James Jackson-South ecd63982a7
Merge pull request #1570 from IldarKhayrutdinov/tiff-format 5 years ago
James Jackson-South 0152586509 Merge branch 'master' into js/aot-experiments 5 years ago
James Jackson-South bf957c615c
Merge pull request #1574 from UltraNamahage/js/aot-experiments 5 years ago
UltraNamahage ece0707053 Organize Seed and solve the problem of more Seed and code strips with the Preserve attribute. 5 years ago
Brian Popow 3c1dc94664 Fix build errors in benchmark project 5 years ago
Brian Popow 2a91b63fba
Merge branch 'master' into tiff-format 5 years ago
Brian Popow 4b28acff6d Remove TiffEncoderCompression, use TiffCompression enum instead 5 years ago
UltraNamahage 10739590ce Have AotCompilerTools cache additional methods. 5 years ago
James Jackson-South ae8e5e49e0
Merge pull request #1573 from SixLabors/af/fix-overload 5 years ago
Anton Firszov 583bb6bd6d Also fix "<returns>" 5 years ago
Anton Firszov d1c2172406 Image.Load(byte[]) should return non-generic Image 5 years ago
Ildar Khayrutdinov f9570d37f7 Remove TiffFrameMetadataResolutionExtensions class 5 years ago
Brian Popow b58825345b Use BinaryPrimitives instead of BitConverter and scratch buffer to avoid allocations 5 years ago
Brian Popow b561ca250e
Merge branch 'master' into tiff-format 5 years ago
Brian Popow 6bb1c8095a Add explicit bit values to BitsPerSample 5 years ago
James Jackson-South 36018bdfe6
Merge pull request #1568 from SixLabors/js/fix-dither 5 years ago
James Jackson-South 58c5bf18dc Bump Magick.NET 5 years ago
James Jackson-South 5f4a7accfb Update OrderedDither.cs 5 years ago
Brian Popow 22e92ade6a Rename TiffBitsPerSample enum values 5 years ago
Brian Popow 8f3f35c51e Re-add tests for color palette and deflate/lzw compression 5 years ago
James Jackson-South a54bce1faa Update refs. 5 years ago
James Jackson-South 72960ec979 Fix ordered dither output for small palette lengths. 5 years ago
Brian Popow 966d743d08 Rename tiff bits per pixels enum values 5 years ago
Brian Popow 1dbe583824 Allow encoding 4bit color palette images 5 years ago
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