6050 Commits (6ccddee1741409ee29f522d28c27cbdeb30b2601)
 

Author SHA1 Message Date
brianpopow 2ee2dcdf93
Merge branch 'master' into feature/pngExif 8 years ago
popow 3aa00199f1 ToByteArray skips the first 6 bytes if includeExifCode is false, added unit test for that 8 years ago
Anton Firszov 1039c2c8f9 fix BMP dimension check 8 years ago
James Jackson-South 3a0467c038 Merge branch 'master' into js/16-bit-pngs 8 years ago
popow 43c85bbce6 removed code duplication setting the byte order marker 8 years ago
Anton Firszov 723daaeee7 fix review findings 8 years ago
Scott Williams 5609f1bdb3 fix api changes due to MemoryManager->MemoryAllocator rename 8 years ago
Scott Williams f19df193c1 Merge remote-tracking branch 'remotes/origin/master' into sw/draw-text-optermizations 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 464e51d896 Merge remote-tracking branch 'origin/master' into af/memory-bridge2 8 years ago
Anton Firsov 0c87eb11c3
Merge pull request #607 from SixLabors/af/memory-bridge 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
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
James Jackson-South 153df95935 Really fix Alpha conversion 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
James Jackson-South fa1987d576 Fix alpha8 conversion. 8 years ago
James Jackson-South b1ab83c5f2 Can now decode all bit depths. 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 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
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
Jason Nelson 1b38d48c4f stackalloc chroma 8 years ago
Jason Nelson 400b9e4366 Interpolate Size 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
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 fc2bd92dbc Add some TODOs 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
popow a51ec3c21e if ignoreMetadata is set, EXIF chunk will be ignored 8 years ago