9382 Commits (c6f5a8aaa01369794eac5c4958718f5d6f018595)
 

Author SHA1 Message Date
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
Brian Popow f36332faf0
Merge branch 'master' into bp/tiff4bitaligned 5 years ago
Brian Popow 881bb51f21 Make sure encoding 4bit paletted tiff rows are byte aligned 5 years ago
James Jackson-South f2deb47dec
Merge pull request #1644 from SixLabors/sw/iscancellable-tests 5 years ago
Scott Williams 695cfd3ef7 use overloads taking configuration 5 years ago
Scott Williams e66e31947c rename semaphore 5 years ago
Scott Williams 654901555d skip some overrides on full framework 5 years ago
Scott Williams 0dd0f0f01c skipping `DisposeAsync()` as it not in netcoreapp2.1 5 years ago
Scott Williams dfe3ea0e05 Merge remote-tracking branch 'remotes/origin/master' into sw/iscancellable-tests 5 years ago
Scott Williams 5ccfec917e allow finer grained details logic on when to release the pause. 5 years ago
Scott Williams 2a8b1da925 style cop my old foe 5 years ago
Scott Williams b6f00c1597 Stop using timing to test cancellation token compliance. 5 years ago
James Jackson-South 841f8965be
Merge pull request #1641 from SixLabors/js/fix-1640 5 years ago
James Jackson-South 9886969a30 Skip flaky test 5 years ago
James Jackson-South a8d269f35a Better test 5 years ago
James Jackson-South 8834788490 Revert unsafe indexer 5 years ago
James Jackson-South 2ce4e2166c Fix using 5 years ago
James Jackson-South 0110ff23ef 64 bit only. Huge image 5 years ago
James Jackson-South 5ceba7116c Ensure cdfMinSpan is cleared before use. 5 years ago
James Jackson-South a2703b75a8
Merge pull request #1636 from SixLabors/js/fix-msbuild 5 years ago
James Jackson-South 93f232229f Update ImageSharp.Tests.ProfilingSandbox.csproj 5 years ago
James Jackson-South a21f8a486f
Merge pull request #1635 from SixLabors/bp/unittests 5 years ago
Brian Popow a29653f75f Simplify comparing to expected strings 5 years ago
Brian Popow c3efce965b
Merge branch 'master' into bp/unittests 5 years ago
Brian Popow 31c679998e Use Path.DirectorySeparatorChar 5 years ago
Brian Popow 86adfa588d Add missing usings 5 years ago
Brian Popow b49313e1dc Use StringComparison.Ordinal and fix some minor warnings 5 years ago
James Jackson-South a7f6632077
Merge pull request #1634 from SixLabors/bp/AddTiffToDefaultConfig 5 years ago
Brian Popow e2b745a151 Make CreateReader static 5 years ago
Brian Popow ba752bcf70 Add missing usings / dispose 5 years ago
Brian Popow 2931619bc5 Fix namespaces 5 years ago
Brian Popow e06481c92b Add additional test categories 5 years ago
Brian Popow 2e87f7ac9a Add Tiff format to the default Configuration 5 years ago
Brian Popow d3775d7d0e
Merge pull request #1553 from SixLabors/tiff-format 5 years ago
Brian Popow 787d63000f Rework sanitize and set encoder options: BitsPerPixel should be the primary source of truth 5 years ago
Brian Popow ccc3f9b881 Rework setting tiff encoder parameters according to review 5 years ago
Brian Popow 11a4e2027b Add Compression, PhotometricInterpretation and Predictor to TiffFrameMetadata 5 years ago
Brian Popow d22692ee8f Change TiffEncoder to use TiffPhotometricInterpretation instead of EncodingMode 5 years ago
Brian Popow 508844ad60 Fix failing tests 5 years ago
Brian Popow dcb3e6fa2f Remove BitsPerSample from TiffFrameMetadata 5 years ago
James Jackson-South 4094be1647 Attempt at making frame metadata public 5 years ago
Brian Popow 8461c72ed9 Remove properties from TiffFrameMetadata, which can be accessed by the exifProfile directly 5 years ago
Brian Popow a2424750c6 Fix failing IPTC test 5 years ago
Brian Popow e2bd192c79 Move IPTC and ICC Profile to image frame metadata 5 years ago
Brian Popow b9018d32f6
Merge branch 'master' into tiff-format 5 years ago
Brian Popow 6ba3f101fa Remove setting XMP profile twice 5 years ago
Brian Popow b0ecabbbd7 Remove BitsPerPixel from TiffMetaData, its already present in TiffFrameMetadata 5 years ago