3784 Commits (2fcda3cee0d4091678bf4a41bfcfa2b88a444949)

Author SHA1 Message Date
James Jackson-South 16a0e1d314 Move encoder components 8 years ago
James Jackson-South d610c59d5c Rename Golang decoder components 8 years ago
James Jackson-South 5b34aad1dd Merge constants and rename decoder core 8 years ago
James Jackson-South 6d928f6640 Meh 8 years ago
Jason Nelson 45e5d5bc51 Allow pixel data to be saved directly to a span 8 years ago
Jason Nelson 202e472dc4 Use ReadOnlySpans in LoadPixelData 8 years ago
Jason Nelson 46e0a859e6 Allow leading period in FindFormatByFileExtension 8 years ago
Jason Nelson fda2d1fc04 Optimize ColorBuilder 8 years ago
Jason Nelson fd766a525f React to Gaurd changes 8 years ago
Jason Nelson eb318a3a88 Don't use Linq to check if IEnumerable is empty. 8 years ago
Jason Nelson 00af2df38b Rename Gaurd.NotNullOrEmpty to NotNullOrWhiteSpace to match behavior & cleanup messages. 8 years ago
Jason Nelson 5156890a8e 👮 8 years ago
Jason Nelson bddc20a343 Simplfiy ToRgbaHex 8 years ago
Jason Nelson ea38b24bba Remove ByteExtensions 8 years ago
Jason Nelson 1653a93c22 Simplify GifDecoder 8 years ago
Jason Nelson c6c9ae8a2a Simplify png decoder 8 years ago
Jason Nelson 54791bf782 Remove trailing whitespace 8 years ago
Jason Nelson cddab85a5a Cleanup ByteExtensions 8 years ago
Jason Nelson 92ab411f3e Expose LoadPixelData overloads accepting Span<T> 8 years ago
James Jackson-South c8a9b30457 Wire up huffman tables. (doesn't work) 8 years ago
James Jackson-South 71903c5dba Minor cleanup 8 years ago
Jason Nelson a447ebc104 Remove explict reference to System.Numerics.Vectors 8 years ago
James Jackson-South 285f8dde83 Begin porting stb_image 8 years ago
Jason Nelson f00b0252b4 Update System.* deps to 4.5.0-rc1 8 years ago
James Jackson-South 2e96ff60ea Improve readability in scan decoder (less params, no discernable perf hit) 8 years ago
Peter Amrehn 92b0130e5a rename files to add {TPixel} generic parameter. 8 years ago
James Jackson-South 34dc6099e2 Add skip test 8 years ago
James Jackson-South 694972d812 Break out after SOS marker 8 years ago
James Jackson-South 4a895b430a Better sanitation for scan decoder. 8 years ago
James Jackson-South 934e2bce34 Skip SOS contents when parsing metadata only 8 years ago
Anton Firszov 97020f7c3b fix indentation 8 years ago
James Jackson-South 72cb50c0c7 Delete merge conflict backup file. 8 years ago
Unknown 9e9875274d #542: apply change requests made by @tocsoft in code review. 8 years ago
Anton Firszov a9816fd937 use overloading in ImageFrameCollection + more tests for API-s affected by the PR 8 years ago
Anton Firszov 24f6ff98f8 minor code cleanup in FillProcessor.cs 8 years ago
woutware 0d81089159 Processed review comments, removed IImageFrameCollection interface, and added backgroundColor parameter to ImageFrameCollection.CreateFrame() method with default. 8 years ago
James Jackson-South b1db217160 Refactor buffer-filling to be more like libjpegturbo + add optimization notes 8 years ago
woutware 7c70a5efcf Processed review comments, removed ImageFrame.BackgroundColor property. 8 years ago
James Jackson-South a20f5f7236 Minor scan decoder optimization 8 years ago
Anton Firszov ef9b350b27 better FillSolidBrushTests + bugfix in FillProcessor 8 years ago
woutware aa4a05719f Processed review comments, moved Image.ClearColor to ImageFrame.BackgroundColor. 8 years ago
woutware 2943df12d7 Processed review comment, made ClearColor not nullable. 8 years ago
woutware 02fc4ef43b I think I forgot to commit this one. 8 years ago
woutware 8995a738aa Processed Scott's review comment. 8 years ago
woutware 58384de0c7 Add Image and ImageFrame constructors that take a clear color as parameter. 8 years ago
woutware 08b033c684 Oops, should be W instead of Z ofcourse. 8 years ago
woutware 5a1569f499 Added fast path for SolidBrush in FillProcessor. 8 years ago
James Jackson-South b52b872b13 Slight perf tweak plus duplicate refactoring 8 years ago
James Jackson-South 2662853b55 Faster multibyte reading and fix test 8 years ago
James Jackson-South 2fccea5870 Add the ability to choose the filter method to use when encoding a png 8 years ago