2983 Commits (566bf8d9f468c84c10020a424dc10fe29c5073b5)

Author SHA1 Message Date
Jason Nelson 566bf8d9f4 Remove incorrect size from GifGraphicsControlExtension 9 years ago
Jason Nelson b610b52254 Fix block size 9 years ago
Jason Nelson 2f864c14df Used actual extension size when writing buffer 9 years ago
Jason Nelson 1db5fd9bb1 Introduce IGifExtension interface 9 years ago
Jason Nelson bd9ca38f7a Rename currentStream to stream 9 years ago
Jason Nelson d4b3ab4c70 Write the LogicalScreenDescriptor struct directly to the buffer 9 years ago
Jason Nelson b7725ad35a 👮 9 years ago
Jason Nelson d51e7ea6d9 Write GifImageDescriptor directly 9 years ago
Jason Nelson b01cb9d047 Favor Unsafe.As to pinning 9 years ago
Jason Nelson 8004fa1799 Ensure we pass exactly 40 bytes when parsing the BmpHeader 9 years ago
Jason Nelson a07df43441 👮 9 years ago
Jason Nelson 30007d92ca Remove empty lines and unused using statements 9 years ago
Jason Nelson b9732d4971 Optimize png format detection 9 years ago
Jason Nelson 03b22097e6 Move the png header to constants 9 years ago
Jason Nelson 77cf9e0c9e Update PngChunkType values to hex 9 years ago
Jason Nelson 7ea8408e0d Fix offset when copying to buffer 9 years ago
Jason Nelson fff90ff4bb Pass structures by readonly ref 9 years ago
Jason Nelson e18c967e9d Factor out EndianBinaryWriter from GifEncoder 9 years ago
Jason Nelson 36def70cd3 Make GifLogicalScreenDescriptor a struct 9 years ago
Jason Nelson 8c6e8d3843 Make GifImageDescriptor a struct 9 years ago
Jason Nelson 34ced1bafd Make GifGraphicsControlExtension a struct 9 years ago
Jason Nelson 657fa815db Simplify absolute mode reading & remove stackalloc notes 9 years ago
Jason Nelson a8e236c355 Remove nested try / catch 9 years ago
Jason Nelson e9b67bb2eb Minor cleanup 9 years ago
Jason Nelson 0abe66c1d8 Delete empty line for STYLECOP 9 years ago
Jason Nelson e8f76ac56a Remove PngChunkTypeNames 9 years ago
Jason Nelson 23c7e091dc Move & simplify BmpHeader & BmpInfoHeader parsing logic 9 years ago
Jason Nelson 602c359fc2 Remove EndianBinaryWriter from BmpEncoderCore 9 years ago
Jason Nelson 7210131548 Write the BmpFileHeader directly to the output span 9 years ago
James Jackson-South 1e4b61db52 Ensure pixel is assigned and add encoded comparison and 9 years ago
Jason Nelson 8cad2aa2ef Remove the intBuffer from PngEncoder 9 years ago
Jason Nelson e509638313 Cleanup 9 years ago
Jason Nelson 0e2a9cf1ab Eliminate string allocations for PngChunkType 9 years ago
Jason Nelson 4a023f0666 Use new AsSpan overloads 9 years ago
Jason Nelson 701e1e8346 Don't perform the CRC check on non-critical chunks 9 years ago
James Jackson-South 6b384be56d Remove unused field 9 years ago
James Jackson-South bf10401012 Use Unsafe.As per recommendation 9 years ago
Jason Nelson 76568a7093 Make PngChunk an immutable struct 9 years ago
James Jackson-South 1b86e7ef3a Improve encoder perf 9 years ago
James Jackson-South 4fea40ddfc Remove unused namespace 9 years ago
Jason Nelson 70abc75bbf Gaurd agaisnt null data when adding a new ImageFrame from data 9 years ago
James Jackson-South c43957951b Faster decoding 9 years ago
Jason Nelson 5d8eb04931 Update all projects to use C# 7.2 9 years ago
Jason Nelson 4591f9e0c3 Update System.Memory to preview2 9 years ago
James Jackson-South 18f40c2fe6 Use PixelOperations 9 years ago
Jason Nelson 8caae134e2 Fix typo 9 years ago
Jason Nelson a119bbc112 Change InvalidTags to ReadOnlyList & pin pointer. 9 years ago
James Jackson-South a42f0076da Add bulk scaled pixel operations methods 9 years ago
Jason Nelson 5dfbc50b81 Remove leading space 9 years ago
Jason Nelson 26e678282f Make LongRational immutable 9 years ago