1975 Commits (cd155bf5beab4eadbe3064b4e0ef55cffaaa09d7)

Author SHA1 Message Date
popow 3aa00199f1 ToByteArray skips the first 6 bytes if includeExifCode is false, added unit test for that 8 years ago
Anton Firszov 723daaeee7 fix review findings 8 years ago
Scott Williams 886038928b increase coverage on drawing path collections 8 years ago
Scott Williams 3896723bfb additional tests around pen rendering with patterns 8 years ago
James Jackson-South 4f7888cb91 Add pixel operation tests 8 years ago
Anton Firszov 61e6d2d6e1 Replace .Lock() with .GetRootFramePixelBuffer() 8 years ago
popow 7841776e2f all Exif tests which write and load images are now testing png and jpg 8 years ago
popow 08797b1031 - no longer exposing raw exif data byte's, using ToByteArray to write the ExifChunk 8 years ago
James Jackson-South daee49eb27 Add Rgb48 tests 8 years ago
Jason Nelson 8b85609320 Downgrade Unsafe package [test] 8 years ago
Jason Nelson c3bf1664ab Eliminate reference to System.Runtime.CompilerServices.Unsafe on .NETCOREAPP2.1 8 years ago
Scott Williams e43a8dbc2c apply optermised font rendering path to glyphs outlines 8 years ago
Scott Williams db88844711 increase tolerance on tests 8 years ago
Jason Nelson f1d931a67c Specify the runtime when running tests for netcoreapp2.1 [take 1] 8 years ago
James Jackson-South 019c337b5b Use Rgb48 for 16 bit png decoding. 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 a24fc44723 Minor cleanup 8 years ago
Scott Williams 121f1edce6 ensure pen code path is tested 8 years ago
Jason Nelson 4e43db783a Enable AutoGenerateBindingRedirects for tests 8 years ago
Jason Nelson a573ee0a6e Manually reference System.Runtime.CompilerServices.Unsafe in tests 8 years ago
James Jackson-South 662f4082d7 Fix conversion add conversion tests 8 years ago
Scott Williams 02baa60e89 really update reference images this time 8 years ago
popow 47ad00447b added unit test which writes a png with a Exif Profile and checks after reloading it, if the profile is still there (#611) 8 years ago
Scott Williams 6d92b4f83a update reference images 8 years ago
James Jackson-South 6c5c2a5cd1 Read Rgba64 png + some tests 8 years ago
Scott Williams 9cc4fd683d add optermised drawing path with cached glyph rendering 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 b909f97a08 fix Benchmarks project 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 66678cc5ae fix ShapeRegionTests 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 cc9b663246 changed assertion in Rgba32_ToRgb24 to check each color channel separately 8 years ago
popow 60fc00e51a added missing licence note for the pixel tests 8 years ago
popow 1b23982601 corrected namespace of some pixel format tests to SixLabors.ImageSharp.Tests.PixelFormats 8 years ago
popow def4aa127c splitted up PackedPixelTests into one test file for each pixel format 8 years ago
popow 5afcca6c6a marked the asserts which fail 8 years ago
popow 97d280eeb6 refactored remaining packed pixel tests 8 years ago