3120 Commits (b419eb6d5c518d7e8232aeb5ca88445a3c28b9ec)

Author SHA1 Message Date
James Jackson-South 72cb50c0c7 Delete merge conflict backup file. 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
James Jackson-South 75050c52fe Ben Adams is a wizard 8 years ago
woutware 12ec82b25f Processed review comments and did similar refactoring to the PNG decoding. 8 years ago
woutware a06600380a Minor performance refactorings. 8 years ago
James Jackson-South f64f2b0899 Ensure buffer is always aligned and fix tests 8 years ago
James Jackson-South b44e30e59c Pool buffer 8 years ago
James Jackson-South f6b374d60a Golang is skipping EXIF reading when it shouldn't. 8 years ago
James Jackson-South e4c17eca67 Increase Identify performance and reduce allocations 8 years ago
woutware 555524d473 Removed some overhead in the Bgra32.ToVector4 and PackFromVector4 methods. 8 years ago
popow 8db7cd5955 added parameter metadataOnly to InitializeDerivedData: If true, memory allocation will not be done 8 years ago
woutware 5f599e6227 Performance improvements. 8 years ago
popow bab1728eea fix for unnecessary memory allocation, if only the metadata of the image will be read 8 years ago
James Jackson-South a351b14359 Add additional tests plus cleanup 8 years ago
James Jackson-South d4c9a4cd46 Use expressions 8 years ago
James Jackson-South cbbae51be7 Fix braces 8 years ago
Jason Nelson 2ba8cc31ac Match additional patterns 8 years ago
Jason Nelson b9ce2f6f27 Use null operators 8 years ago
Jason Nelson df3248ddf0 Make IccProfileDescription a struct 8 years ago
woutware fc05b921f9 Added IPixel.PackFromBgra32, similarly to the PackFromArgb32. 8 years ago
Jason Nelson 90826e7ac6 Remove rouge period 8 years ago
Jason Nelson 54edcc9846 Remove whitespace 8 years ago
Jason Nelson 855e710c47 Change IccProfileSequenceIdentifier to a struct 8 years ago
woutware d66f34cbdc Revert "Fixed color component order (should be reversed) for Argb32, Rgba32, Bgr24, Rgb24, Bgra32. Tests still need to be updated." 8 years ago
Jason Nelson a7da0fcdf1 Make IccLut a readonly struct 8 years ago
Jason Nelson 83de36473f Use pattern matching 8 years ago
Jason Nelson f440e0f2fb Reference IccColorantTableEntry directly 8 years ago
Jason Nelson f492eaa8c4 Make IccLocalizedString a struct 8 years ago
Jason Nelson edf5b60245 Tidy up ICC code 8 years ago
Jason Nelson a211991ea2 Remove more unused using statements 8 years ago
Jason Nelson 58b58abc5c Move Tuple8 to Tests 8 years ago
Jason Nelson fd17c7545b Undo matrix formatting 8 years ago
Jason Nelson 98e3f114a6 Use default shorthand 8 years ago
Jason Nelson da27941c77 Improve inlinability of color conversions 8 years ago