5268 Commits (91ff2ada2e39b8cf6f9771a5fbac5907a08a91d2)

Author SHA1 Message Date
James Jackson-South 7dab97def3 Use static fields. See if dll version fix CI 472 build 6 years ago
James Jackson-South 05a62ae2fb Predefine Codes and Lengths, use ReadOnlySpan where possible. 6 years ago
Brian Popow e84301c134 Remove linq usage while getting band probability row, add additional guard checks. 6 years ago
Brian Popow 988b974453 Review changes 6 years ago
James Jackson-South c3f41d5bb7 Revert bad optimization 6 years ago
James Jackson-South b218f89cd2 Minor performance improvements. 6 years ago
Brian Popow 79cef659f4 For paletted Bgra5551 alpha bits are not ignored 6 years ago
Brian Popow 3df1471af6 Minor formatting change 6 years ago
Brian Popow ca2ed0d682 Review changes 6 years ago
James Jackson-South 76fe7eba91 Remove GC, add MethodImpl, use Buffer 6 years ago
Brian Popow d032998b1c Using pixel row span to access the pixels 6 years ago
Brian Popow c1fc52b676 Changed startX and endX from ushort to int, Add test with rectangle 6 years ago
Brian Popow 2bd2f7b041 Remove not needed tmp buffer 6 years ago
Brian Popow 225df57488 Adjustments to changes from the upstream 6 years ago
Brian Popow aad3f1593b Reading paletted rle tga will not ignore alpha even if alpha bits is 0 6 years ago
Brian Popow b44640033b Move calculation of x and y out of the for loops where possible 6 years ago
James Jackson-South 20d97eaffb Update colorspace namespaces 6 years ago
James Jackson-South 8b3fc67c8c Move GeometryUtilities 6 years ago
James Jackson-South 4daa5f5a44 Make deflater constants internal 6 years ago
Brian Popow b89c099e71 Simplify ReadBgra32 6 years ago
Brian Popow 2b18c6c82e Update Magick.Net to 7.15.5 6 years ago
Brian Popow 74e1106f29 Add support for decoding 16bit monochrome images 6 years ago
Peter Amrehn 6f4c38fe72 add local variables to store values at index once to spare additional indexer access. 6 years ago
Peter Amrehn b28ca48f6c improve comments 6 years ago
Brian Popow ae1480c0c2 Add support for top right and bottom right image origin 6 years ago
James Jackson-South 13f411d060 Move IndexedImageFrame to root namespace. 6 years ago
Peter Amrehn 0a5daadda1 add missing file header 6 years ago
Brian Popow 11e62696e7 Use == instead of is 6 years ago
James Jackson-South b656a9de35 Use Buffer2D throughout. Fix #1141 6 years ago
Brian Popow c6b5452aeb Set alpha channel bits in the image descriptor during tga encoding 6 years ago
Brian Popow 003640b210 Respect alpha channel bits from image descriptor during tga decoding 6 years ago
Brian Popow 0a4c911ee5 Add image extension method for save as tga 6 years ago
samsosa b5a861c54b
Simple copy & paste error fixed 6 years ago
James Jackson-South dc8094afa3 Update ImageExtensions.cs 6 years ago
James Jackson-South 7e1ac92136 Simplify approach 6 years ago
James Jackson-South 24b818f2ff Update ImageExtensions.cs 6 years ago
James Jackson-South 70ea2d7b6a Update based on Tanner's investigationl. 6 years ago
James Jackson-South f2aa2a7965 Replace Vector4.Clamp 6 years ago
Brian Popow d14b9819a5 Move alpha decoding related methods into the AlphaDecoder class 6 years ago
Brian Popow f53671ad1f alpha_color_cache.webp now decodes correctly 6 years ago
Brian Popow 83d82360eb Fix issue with DecodeAlphaData when copying a block 6 years ago
Brian Popow 53f42bc5af Review changes for the AlphaDecoder 6 years ago
Brian Popow 842f2b2354 Use memory allocator for alpha chunk and for the bitreader data 6 years ago
Brian Popow aaa9e07416 Refactor parsing VP8X header 6 years ago
Brian Popow 91fe575fb1 Add AggressiveInlining where it seemed appropriate 6 years ago
Brian Popow 8703dac09a Remove cropping options 6 years ago
Brian Popow e31f8d53cb Fix lossy decoding issue: return value of ParseResiduals was not used 6 years ago
James Jackson-South 87ef25fc87 Add Guard checks, don't pass null, 6 years ago
James Jackson-South 81137a6824 Add overloads. Fix #1144 6 years ago
James Jackson-South c9e89b16e6 Fix edge detection and reenable entropy crop tests 6 years ago