3676 Commits (fc7eee84007e4265bebd06e3a239f86b2e42b53c)

Author SHA1 Message Date
popow a7208dee7d removed ExifIdCode from ExifConstants and ExifProfile, using ExifMarker defined in Jpeg ProfileResolver 8 years ago
Scott Williams 6ff3aed4fb remove `SavePixelData()` apis in favour of `GetPixelSpan()` 8 years ago
Jason Nelson 0bea00e68b Remove unnessary DebugGaurds on structs 8 years ago
Jason Nelson b08dd4dc9e Use nameof 8 years ago
Jason Nelson 16edc8fcc6 Remove unused using statements 8 years ago
Jason Nelson b08e9eec50 Change IsProfile to use ReadOnlySpan<byte> 8 years ago
Jason Nelson 86407f5877 Avoid HuffmanSpec copies 8 years ago
Jason Nelson 912eb6ace5 Use span copy 8 years ago
Jason Nelson 7d6cc4ffcb Make TransformHelpers static 8 years ago
Jason Nelson 90b494a304 Use ternary operator 8 years ago
Jason Nelson 7454d8aaae Prefer type names on left side 8 years ago
Jason Nelson 1811524d43 Remove remaining null checks on structs 8 years ago
James Jackson-South 7ae25f84f4 Fix #624 8 years ago
James Jackson-South 9a80514f2c Faster 32-64 bit conversion, update references, and cleanup. 8 years ago
Anton Firszov 85a16c0bf8 Make sure that netcoreapp2.1 test execution is testing the netcoreapp2.1 build of ImageSharp 8 years ago
James Jackson-South a8bd6580a2 Use SD, Better conversion and cleanup SD Bridge. 8 years ago
Anton Firszov bd65fc543c CachingGlyphRenderer: use a 1 dictionary instead of 3 8 years ago
Anton Firszov ecf160e5bb refactor QuickSort to a common utility class 8 years ago
Scott Williams b270cbbc6d drop the Shapes.Text dependency 8 years ago
James Jackson-South 8f37a41d58 Remove allocation when upscaling. 8 years ago
James Jackson-South e808514648 All tests now pass 8 years ago
James Jackson-South 397490997f Add 16bit decoder tests. 8 years ago
Anton Firszov de9e4d3dac reference System.IO.UnmanagedMemoryStream only for 1.3 8 years ago
Scott Williams 948ea7e80b remove draw text along path 8 years ago
Scott Williams c13fb2cd1d make processors immutable again 8 years ago
Scott Williams 717bf96d55 drop resolved todo comment 8 years ago
Anton Firszov 6e80236178 ReadOnlySpan<byte> overloads for Image.DetectFormat() 8 years ago
Anton Firszov 7b1c8245f2 reference UnmanagedMemoryStream and implement ReadOnlySpan<byte> overloads of Image.Load() 8 years ago
popow 6201c3278c avoiding unnecessary allocation of the exif id byte array in StartsWithExifIdCode() 8 years ago
Anton Firszov ec0e78b147 common test cases for Image.Load(byte) and Image.Load(span) overloads 8 years ago
James Jackson-South 011e9c32f1 Can now encode 16bit pngs. 8 years ago
Anton Firszov 38ba1f2dfc fix build after merge 8 years ago
Anton Firszov 31ce2836c0 format long lines in DrawTextExtensions.Path.cs 8 years ago
Scott Williams 77bf952bbd test drawing along path 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
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 3896723bfb additional tests around pen rendering with patterns 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 08797b1031 - no longer exposing raw exif data byte's, using ToByteArray to write the ExifChunk 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