3283 Commits (397490997fd52505188fe59810842a02bb4bcbf2)

Author SHA1 Message Date
James Jackson-South 397490997f Add 16bit decoder tests. 8 years ago
James Jackson-South 011e9c32f1 Can now encode 16bit pngs. 8 years ago
Anton Firszov 1039c2c8f9 fix BMP dimension check 8 years ago
Anton Firszov 723daaeee7 fix review findings 8 years ago
Anton Firszov 79c4ddc809 remove IBuffer2D<T> 8 years ago
Anton Firszov 85aeecb1c5 delete PixelAccessor 8 years ago
Anton Firszov 61e6d2d6e1 Replace .Lock() with .GetRootFramePixelBuffer() 8 years ago
Anton Firszov 026631027f remove PixelAccessor<T> usages from common code 8 years ago
Anton Firszov 76b60a70f0 hide GetPixelMemory() and GetPixelRowMemory() for now 8 years ago
James Jackson-South 153df95935 Really fix Alpha conversion 8 years ago
James Jackson-South fa1987d576 Fix alpha8 conversion. 8 years ago
James Jackson-South b1ab83c5f2 Can now decode all bit depths. 8 years ago
James Jackson-South 019c337b5b Use Rgb48 for 16 bit png decoding. 8 years ago
James Jackson-South 77b27b7bcc Add IPixel Rgb48 methods 8 years ago
James Jackson-South 3699ce30ec Fix tests 8 years ago
James Jackson-South 05b16cdb0f Add Rgb48 tests 8 years ago
James Jackson-South f6555f2095 Rgba48 => Rgb48 8 years ago
James Jackson-South e8b6ddf7eb Add Rgb48 8 years ago
James Jackson-South a24fc44723 Minor cleanup 8 years ago
James Jackson-South 662f4082d7 Fix conversion add conversion tests 8 years ago
James Jackson-South f031a6d164 Fix ImageMaths change. 8 years ago
James Jackson-South fc2bd92dbc Add some TODOs 8 years ago
James Jackson-South 6c5c2a5cd1 Read Rgba64 png + some tests 8 years ago
James Jackson-South 3300063f82 Add Rgba64 methods to IPixel. Touch #610 8 years ago
James Jackson-South 4c0176419c Refactor Rgba64 8 years ago
Anton Firszov dfd59dd25e CloningImageProcessor uses SwapOrCopyPixelsBuffersFrom() 8 years ago
Anton Firszov f6dd91922e IBuffer<T>.IsMemoryOwner, Buffer2D<T>.SwapOrCopyContent() 8 years ago
Anton Firszov 71b826d010 mark DangerousGetPinnableReferenceToPixelBuffer() obsolete 8 years ago
Anton Firszov 85d7548049 rename namespace: SixLabors.ImageSharp.Memory -> SixLabors.Memory 8 years ago
Anton Firszov 6585f9551f RENAME: MemoryManager -> MemoryAllocator 8 years ago
Anton Firszov 5e428ed458 Image.WrapMemory works 8 years ago
Anton Firszov 259f9736f3 refactor FillRegionProcessor, drop MemoryManager.AllocateFake 8 years ago
Anton Firszov 85d0295f44 refactor SixLabors.ImageSharp.Primitives.Region 8 years ago
Anton Firszov 7fd6b27100 GetPixelRowMemory(), GetPixelRowSpan() 8 years ago
Anton Firszov 6c1aca985d GetPixelMemory() tests 8 years ago
Anton Firszov 5847c5f949 normalize IBuffer2D<T> API 8 years ago
Anton Firszov b32c7849f3 introduce .GetPixelMemory(), get rid of BufferExtensions.GetMemory() 8 years ago
Anton Firszov 977eab6f2b System.Buffers.MemoryManager<T> is adapted 8 years ago
Anton Firszov e610fd0f7a Change IBuffer<T>.Span to IBuffer<T>.GetSpan() to match System.Buffers.MemoryManager<T> API 8 years ago
popow 1028fa5902 using MathF.Round in Pack 8 years ago
James Jackson-South 161a6fbb60 Update dependencies 8 years ago
Coen Munckhof d839ddfb24 Update documentation on Guard methods. 8 years ago
Anton Firszov 73d44f8380 update SixLabors.Shapes.Text 8 years ago
James Jackson-South a14c94b441 Always clear the buffer 8 years ago
James Jackson-South 48c4003896 Use Configuration over MemoryManager for ImageFrame<TPixel> 8 years ago
Johannes Bildstein e968cd604c move ICC validity check to InitDerivedMetaDataProperties 8 years ago
popow 00c6649698 using also LayoutKind.Explicit for rgb24, because it may also be affected by #576 8 years ago
popow 20f5290b8d using LayoutKind.Explicit for bgr24, to fix CloneAs_ToBgr24 failing sporadically (#576) 8 years ago
Dirk Lemstra 65a1f5be24 Added missing null check when disposing the objects. 8 years ago
Johannes Bildstein da344cb651 add a few guards around reading ICC profile data 8 years ago