9669 Commits (20040bd89a255fa9b0b6eb51d773be93640748b9)
 

Author SHA1 Message Date
James Jackson-South 78e0ab8181 Remove parallel processing & update refs 5 years ago
Dmitry Pentin fcf202a913 Added tests for 420 rgb -> ycbcr subsampling 5 years ago
Dmitry Pentin 01f44a839e Renamed vectorized rgb -> ycbcr converter for 444 subsampling 5 years ago
Brian Popow aba1050bae Throw exception for single channel tiff when bits per sample is larger then 16 5 years ago
Brian Popow 6281743b3b Add support decoding for 16 bits per channel tiff's 5 years ago
Brian Popow bbd71e2ce7 Add support decoding for 12 bits per channel tiff's 5 years ago
James Jackson-South 5b2d7c7397 Update EuclideanPixelMap{TPixel}.cs 5 years ago
James Jackson-South c0585ea84c bgra => rgba 5 years ago
James Jackson-South 763fe8d61f Only create map when required in Wu 5 years ago
James Jackson-South b47be54feb Simplify loop 5 years ago
James Jackson-South 08c36f23b2 Fix Wu palette, reduce memory usage 5 years ago
Brian Popow 3b18d705e3 Additional tests for gray tiff images 5 years ago
Dmitry Pentin 743e34c489 Fixed stream flush for jpeg encoder 5 years ago
Dmitry Pentin 7135fc7096 Renamed MinimumBitsToStore16 method as it only works with up to 16 bits values 5 years ago
James Jackson-South db3c973f22 Fix octree transparency handling 5 years ago
James Jackson-South 2ef5b519f0 Use smarter distance cache 5 years ago
Brian Popow 3b4be36313 Keep BitsPerSample array when decoding tiff, otherwise bits per channel would be ambiguous if we only keep bits per pixel 5 years ago
Dmitry Pentin 25437ad003 Merge branch 'convert420-performance' into jpeg-decode-encode-optimization 5 years ago
Dmitry Pentin 05ea9c24c4 Merge branch 'jpeg-decode-encode-optimization' of https://github.com/br3aker/ImageSharp into jpeg-decode-encode-optimization 5 years ago
Dmitry Pentin da1b85bee3 Final cleanup of the non-simd 420 rgb -> ycbcr conversion code 5 years ago
Dmitry Pentin 078703b595 Added docs, renamed LuT converter for 444 and 420 subsampling methods, added debug guards 5 years ago
Dmitry Pentin 44bae0b79e Made non-simd ycbcr lut converter code more readable 5 years ago
Dmitry Pentin 2e25a3ee34 Optimized non-simd ycbcr lut converter code 5 years ago
Dmitry Pentin 7896e24606 Improved non-simd ycbcr lut converter code 5 years ago
James Jackson-South 9384b04a6a Merge branch 'master' into js/quantizer 5 years ago
Brian Popow 4d7e8298df
Merge pull request #1647 from SixLabors/bp/tiff12bit 5 years ago
Dmitry Pentin de176b699e Initial 420 subsampling lut conversion implementation 5 years ago
Brian Popow 036b95bd7a Flip order of comparing bitsPerSample 5 years ago
Brian Popow deed748525 Add support for decoding 10 bit per channel rgb tiff's 5 years ago
Brian Popow 8e6fad805c Add support for decoding 30 bit per pixel tiff's 5 years ago
Brian Popow 42d5d9ee91 Add support for decoding 6 bit per pixel tiff's 5 years ago
Brian Popow 580723fc0a Add test for encode and reload planar tiff 5 years ago
Brian Popow 3a6a5e9201 Flip order of comparing BitsPerSample 5 years ago
Brian Popow 85ef0fe2ca
Apply suggestions from code review 5 years ago
James Jackson-South 5ea8da6c97 Fix BitOperations 5 years ago
Brian Popow 128371073b
Merge branch 'master' into bp/tiff12bit 5 years ago
James Jackson-South 0b7f95f113 Merge branch 'master' into pr/1632 5 years ago
James Jackson-South 3764b1c35f
Merge pull request #1629 from br3aker/image-disposed-fix 5 years ago
James Jackson-South 1d54702dc1 Update shared-infrastructure 5 years ago
James Jackson-South 17fcc89ae6 Merge branch 'master' into pr/1632 5 years ago
James Jackson-South afee88123c Make frames resonly 5 years ago
James Jackson-South 5d2884e1b7 Merge branch 'master' into pr/1629 5 years ago
James Jackson-South 65808ae55f Fix throwhelper 5 years ago
Brian Popow cc081b0de7 Use magick decoder for 4bit test, add test for encoding option with 12 bpp 5 years ago
Brian Popow 5e0f75f119 Dont skip tests on linux, use magick decoder 5 years ago
Brian Popow bc723d308b Add 4 bit and 2 bit depth to the valid bit depth for the magick reference decoder 5 years ago
Brian Popow c6f5a8aaa0 Add support for decoding 12 bits per pixel tiff's 5 years ago
Brian Popow 39697f4180
Merge pull request #1646 from SixLabors/bp/tiff4bitaligned 5 years ago
Brian Popow d5c5d678ab Review changes 5 years ago
Brian Popow e8a9e54eef Fix length of 4 bit row buffer 5 years ago