5687 Commits (bb29ff9e1a39348f1d5245a6041b3caf562f10cb)
 

Author SHA1 Message Date
James Jackson-South bb29ff9e1a Can now encode 16bit pngs. 8 years ago
James Jackson-South 933ceb9569 Merge branch 'master' into js/16-bit-pngs 8 years ago
James Jackson-South f8deb06c7c Add pixel operation tests 8 years ago
Anton Firsov 700548882f
Merge pull request #607 from SixLabors/af/memory-bridge 8 years ago
Anton Firszov 4ae524d94c hide GetPixelMemory() and GetPixelRowMemory() for now 8 years ago
James Jackson-South 4baaddfd03 Add Rgb48 tests 8 years ago
James Jackson-South 7ee6f7ac3f Really fix Alpha conversion 8 years ago
James Jackson-South 0e9efdf693 Fix alpha8 conversion. 8 years ago
James Jackson-South 97012b96ce Can now decode all bit depths. 8 years ago
James Jackson-South aee47781fb Use Rgb48 for 16 bit png decoding. 8 years ago
James Jackson-South 3049324ce7 Add IPixel Rgb48 methods 8 years ago
James Jackson-South 2a7bde5e0f Fix tests 8 years ago
James Jackson-South 332dd70cfb Add Rgb48 tests 8 years ago
James Jackson-South 6ea2962f93 Rgba48 => Rgb48 8 years ago
James Jackson-South c4646b62ff Add Rgb48 8 years ago
James Jackson-South 2ad603afc1 Minor cleanup 8 years ago
James Jackson-South fa4226a21b Fix conversion add conversion tests 8 years ago
James Jackson-South 7c72ea51dc Fix ImageMaths change. 8 years ago
James Jackson-South 88cb24266e Add some TODOs 8 years ago
James Jackson-South e349d4ba8c Read Rgba64 png + some tests 8 years ago
James Jackson-South 45345370bb Add Rgba64 methods to IPixel. Touch #610 8 years ago
James Jackson-South e9ddf0f604 Refactor Rgba64 8 years ago
Anton Firszov c87726e123 CloningImageProcessor uses SwapOrCopyPixelsBuffersFrom() 8 years ago
Anton Firszov 9ab51ff3b2 IBuffer<T>.IsMemoryOwner, Buffer2D<T>.SwapOrCopyContent() 8 years ago
Anton Firszov 8af0df92ff fix Benchmarks project 8 years ago
Anton Firszov b6d86d8696 mark DangerousGetPinnableReferenceToPixelBuffer() obsolete 8 years ago
Anton Firszov 8c8fd3267f Merge remote-tracking branch 'origin/master' into af/memory-bridge 8 years ago
Anton Firszov e417ea275e rename namespace: SixLabors.ImageSharp.Memory -> SixLabors.Memory 8 years ago
Anton Firszov 86e6f863ea RENAME: MemoryManager -> MemoryAllocator 8 years ago
Anton Firszov 441f0365a6 Image.WrapMemory works 8 years ago
Anton Firszov a8c9893e2f refactor FillRegionProcessor, drop MemoryManager.AllocateFake 8 years ago
Anton Firszov cac9d10e3a fix ShapeRegionTests 8 years ago
Anton Firszov d71ba3d761 refactor SixLabors.ImageSharp.Primitives.Region 8 years ago
Anton Firszov e33a167826 GetPixelRowMemory(), GetPixelRowSpan() 8 years ago
Anton Firszov 141d39c319 GetPixelMemory() tests 8 years ago
Anton Firszov de717cf94a normalize IBuffer2D<T> API 8 years ago
Anton Firszov 8457372718 introduce .GetPixelMemory(), get rid of BufferExtensions.GetMemory() 8 years ago
James Jackson-South cdc63adb94
Merge pull request #603 from brianpopow/feature/refactorPacketPixelTests 8 years ago
Anton Firszov 8c45946078 System.Buffers.MemoryManager<T> is adapted 8 years ago
Anton Firszov aaba1a1885 Change IBuffer<T>.Span to IBuffer<T>.GetSpan() to match System.Buffers.MemoryManager<T> API 8 years ago
popow 03faf82ff0 changed assertion in Rgba32_ToRgb24 to check each color channel separately 8 years ago
popow af702ed04e using MathF.Round in Pack 8 years ago
popow 46bfafa688 added missing licence note for the pixel tests 8 years ago
popow 196b936438 corrected namespace of some pixel format tests to SixLabors.ImageSharp.Tests.PixelFormats 8 years ago
popow 88112e6979 changed 2.1.300-rc1-008673 to 2.1.300 8 years ago
popow 6154336196 splitted up PackedPixelTests into one test file for each pixel format 8 years ago
popow aecc3c3901 marked the asserts which fail 8 years ago
brianpopow 1a6141f901
Merge branch 'master' into feature/refactorPacketPixelTests 8 years ago
popow 2f000fb0b5 refactored remaining packed pixel tests 8 years ago
James Jackson-South 8a8202c953
Merge pull request #600 from SixLabors/js/update-dependencies 8 years ago