9239 Commits (4b28acff6d5a5f795106dd866b7dbb5173d06be2)
 

Author SHA1 Message Date
Brian Popow 4b28acff6d Remove TiffEncoderCompression, use TiffCompression enum instead 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
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