8817 Commits (18ce4e1c17c604a1e7110e7af4eab0d06f239422)
 

Author SHA1 Message Date
Brian Popow 18ce4e1c17 Handle white as zero based on photometric interpretation 6 years ago
Brian Popow 1d0bdd2677 Fix issue with CCITT T4 with white runs of length 0 at the start of a scanline 6 years ago
Brian Popow caf311473b Add test images for fax3 compressed tiff 6 years ago
Brian Popow 7f45d798ed Use Dictionarys for terminating and makeup codes 6 years ago
Brian Popow 769f601fa2 Use memory allocator in t4 bitreader 6 years ago
Brian Popow 3ff41c657c Add support for de-compressing CCITT t4 tiffs 6 years ago
James Jackson-South a584028411 Merge branch 'master' into tiff-format 6 years ago
Brian Popow f77801e255
Merge pull request #1431 from SixLabors/bp/fix1429 6 years ago
Brian Popow 9bed14f268 Add histogram equalization benchmark 6 years ago
Brian Popow 6b106da2a9 Use ref TPixel pixel = ref rowSpan[dx]; 6 years ago
Brian Popow 2021a42344 Use GetPixelRowSpan to access pixel data in global hist equalization 6 years ago
Brian Popow 7040ca7abe Use GetPixelRowSpan to access pixels, fixes #1429 6 years ago
James Jackson-South dea0737464
Merge pull request #1428 from SixLabors/bp/bmp8BitBulkConv 6 years ago
Brian Popow 04881fda38
Merge branch 'master' into bp/bmp8BitBulkConv 6 years ago
James Jackson-South 59b65a9076
Merge pull request #1424 from AlexNDRmac/enable-libgdiplus-mac 6 years ago
Brian Popow 3970510861 Use colorPalette span as destination of bulk conversion 6 years ago
Brian Popow e4d0ffe6db Dont use the default config in ToRgba32 6 years ago
Brian Popow 247834f529 Use bulk conversion to rgba in Write8BitColor 6 years ago
AlexNDRmac 17639498f2
Decorate OSX specific tests 6 years ago
AlexNDRmac 2085b77b05
Do not run windows specific tests on macOS 6 years ago
AlexNDRmac 8f2da28358
Move package to build props 6 years ago
AlexNDRmac c44690ff89
Fix incompatible package reference for OSX 6 years ago
AlexNDRmac 427d97a742
Add support using libgdiplus on macOS 6 years ago
James Jackson-South abc1573469
Merge pull request #1418 from SixLabors/bp/Issue1416 6 years ago
Brian Popow ae27c04c45 Use Interlocked.Increment(ref Unsafe.Add(ref histogramBase, luminance)); 6 years ago
Brian Popow 5c8f66cd47 Add global histogram equalization test which compares result to reference output 6 years ago
Brian Popow 274cabfa75 Use Interlocked.Increment during histogram calculation, fixes issue #1416 6 years ago
James Jackson-South b37044f847
Merge pull request #1411 from tkp1n/tkp1n/avx2-color-converter 6 years ago
Nicolas Portmann 0aa3ba5071 Remove useless branch 6 years ago
Nicolas Portmann 8f5ae2dd60 Micro-optimize grayscale converter 6 years ago
James Jackson-South da732b7d8b Merge branch 'tkp1n/avx2-color-converter' of https://github.com/tkp1n/ImageSharp into tkp1n/avx2-color-converter 6 years ago
James Jackson-South 7a3bdf340b Add missing conditional 6 years ago
James Jackson-South c0ad228f58
Merge branch 'master' into tkp1n/avx2-color-converter 6 years ago
James Jackson-South 9f51a92bde
Merge pull request #1409 from SixLabors/js/Shuffle3Channel 6 years ago
James Jackson-South 7ecfab764d Merge branch 'tkp1n/avx2-color-converter' of https://github.com/tkp1n/ImageSharp into tkp1n/avx2-color-converter 6 years ago
James Jackson-South 8212e60d53 Respond to Anton fedback 6 years ago
Anton Firszov c7a7b5065e
Merge branch 'master' into tkp1n/avx2-color-converter 6 years ago
James Jackson-South 3cda066270 Fix shuffle 6 years ago
James Jackson-South 56cfd968d3 Merge branch 'master' into js/Shuffle3Channel 6 years ago
James Jackson-South cf9cc6b618
Merge pull request #1415 from SixLabors/af/fix-Decode_IsCancellable 6 years ago
James Jackson-South 74dd8cdc49 Use ROS trick all round and optimize Shuffle3 6 years ago
James Jackson-South a46fb9b638 Merge branch 'js/Shuffle3Channel' of https://github.com/SixLabors/ImageSharp into js/Shuffle3Channel 6 years ago
James Jackson-South e1168ad550
Update src/ImageSharp/Common/Helpers/SimdUtils.HwIntrinsics.cs 6 years ago
James Jackson-South 1ad9fcdad6 Handle Bmp encoder padding. 6 years ago
Anton Firszov 73454f571a
Merge branch 'master' into af/fix-Decode_IsCancellable 6 years ago
Anton Firszov 5748d3d1b3 Fix #1414 6 years ago
Nicolas Portmann 82a2359ee5 Polish benchmarks (fix new warnings) 6 years ago
Nicolas Portmann d76dbaa693 Drop FromGrayscaleVector8 6 years ago
Nicolas Portmann 89bb9fe422 Add benchmarks 6 years ago
Nicolas Portmann 7cc953e6a7 Refactor and add tests 6 years ago