3121 Commits (c314fa04b0c5e7abbcb69f53a2c14a69225f4e3b)

Author SHA1 Message Date
Anton Firszov c314fa04b0 fix indentation 8 years ago
James Jackson-South 6cdb7fae92 Delete merge conflict backup file. 8 years ago
Anton Firszov 847b21d44f use overloading in ImageFrameCollection + more tests for API-s affected by the PR 8 years ago
Anton Firszov 9499d8ae00 minor code cleanup in FillProcessor.cs 8 years ago
woutware ff897f94e4 Processed review comments, removed IImageFrameCollection interface, and added backgroundColor parameter to ImageFrameCollection.CreateFrame() method with default. 8 years ago
James Jackson-South e968a4e622 Refactor buffer-filling to be more like libjpegturbo + add optimization notes 8 years ago
woutware 687ca3f80f Processed review comments, removed ImageFrame.BackgroundColor property. 8 years ago
James Jackson-South 63189cac83 Minor scan decoder optimization 8 years ago
Anton Firszov aaa15ed835 better FillSolidBrushTests + bugfix in FillProcessor 8 years ago
woutware cff22588a9 Processed review comments, moved Image.ClearColor to ImageFrame.BackgroundColor. 8 years ago
woutware d233bf89c3 Processed review comment, made ClearColor not nullable. 8 years ago
woutware 0e28587583 I think I forgot to commit this one. 8 years ago
woutware e7f125d5fe Processed Scott's review comment. 8 years ago
woutware b21afaac88 Add Image and ImageFrame constructors that take a clear color as parameter. 8 years ago
woutware d7497abaf4 Oops, should be W instead of Z ofcourse. 8 years ago
woutware 3feccfa6ff Added fast path for SolidBrush in FillProcessor. 8 years ago
James Jackson-South a4f3392013 Slight perf tweak plus duplicate refactoring 8 years ago
James Jackson-South 76429a03c6 Faster multibyte reading and fix test 8 years ago
James Jackson-South 3f5ae10096 Add the ability to choose the filter method to use when encoding a png 8 years ago
James Jackson-South 35c1fa7473 Ben Adams is a wizard 8 years ago
woutware 88fd0674b9 Processed review comments and did similar refactoring to the PNG decoding. 8 years ago
woutware 8fc424a38a Minor performance refactorings. 8 years ago
James Jackson-South a5c0ec7582 Ensure buffer is always aligned and fix tests 8 years ago
James Jackson-South 01ab0d16ec Pool buffer 8 years ago
James Jackson-South 571f66e8a1 Golang is skipping EXIF reading when it shouldn't. 8 years ago
James Jackson-South bccff8beb4 Increase Identify performance and reduce allocations 8 years ago
woutware 7278f5b223 Removed some overhead in the Bgra32.ToVector4 and PackFromVector4 methods. 8 years ago
popow 041aea9fcb added parameter metadataOnly to InitializeDerivedData: If true, memory allocation will not be done 8 years ago
woutware c7e6d19cc1 Performance improvements. 8 years ago
popow 338c91215a fix for unnecessary memory allocation, if only the metadata of the image will be read 8 years ago
James Jackson-South db87a41079 Add additional tests plus cleanup 8 years ago
James Jackson-South d1b39a5b8a Use expressions 8 years ago
James Jackson-South 1e401159b9 Fix braces 8 years ago
Jason Nelson b620dadd36 Match additional patterns 8 years ago
Jason Nelson a77bd21f61 Use null operators 8 years ago
Jason Nelson b2d2564572 Make IccProfileDescription a struct 8 years ago
woutware 17d34506df Added IPixel.PackFromBgra32, similarly to the PackFromArgb32. 8 years ago
Jason Nelson 1146a1511b Remove rouge period 8 years ago
Jason Nelson d9bce3d908 Remove whitespace 8 years ago
Jason Nelson bf24dcc779 Change IccProfileSequenceIdentifier to a struct 8 years ago
woutware a224172ce2 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 7fe39b98da Make IccLut a readonly struct 8 years ago
Jason Nelson 2280d40bfe Use pattern matching 8 years ago
Jason Nelson 2364411a83 Reference IccColorantTableEntry directly 8 years ago
Jason Nelson 9ca1a753a0 Make IccLocalizedString a struct 8 years ago
Jason Nelson 1f4accff2b Tidy up ICC code 8 years ago
Jason Nelson 57d20c3230 Remove more unused using statements 8 years ago
Jason Nelson 930361e0f4 Move Tuple8 to Tests 8 years ago
Jason Nelson 02ea352260 Undo matrix formatting 8 years ago
Jason Nelson 08096f2416 Use default shorthand 8 years ago