3784 Commits (2fcda3cee0d4091678bf4a41bfcfa2b88a444949)

Author SHA1 Message Date
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
Anton Firszov 5d9dd8fa9d workaround Vector2 CLR bug + cover taper parameters with tests 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
Unknown c8d0256e85 remove not implemented Polygon Brush from documentation for now. 8 years ago
Unknown d29b6017ab implement GradientRepetitionModes 8 years ago
Unknown 75dab524dd improve performance on distance calculation 8 years ago
Unknown a6e04024f8 optimization of EllipticGradientBrush 8 years ago
Unknown e837349952 first implementation of an elliptical gradient brush 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 c45fb1a199 Rename helper 8 years ago
James Jackson-South 75d6729c49 Add another test and make some methods public 8 years ago
James Jackson-South 16183a4545 Revert ref extensions. 8 years ago
James Jackson-South 7f7c513d99 Begin adding tests. 8 years ago
James Jackson-South c6cce4dfb5 Optimize transforms and reduce struct copying. 8 years ago
Unknown 94f1698807 implement radial gradient brush. 8 years ago
Unknown 72ae5fa6ba #542: refactor to prepare for other gradients 8 years ago
Unknown d43c70acb5 fix documentation typo 8 years ago
Unknown d977ecfecc #542: rename file to match other files in the solution (include generic) 8 years ago
Unknown 0a642ffea7 #542: define debuggerDisplay of ColorStop, 8 years ago
Unknown 35d0f56557 #542: add test creating black-white patterns by gradients 8 years ago
Unknown 94dbb743f7 #542: fix implementation of non-axial gradients and add tests 8 years ago
Peter Amrehn 6dd544d5aa fix code styling issues 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
Unknown 1e587bc689 #542: use struct for ColorStops 8 years ago
Unknown e1ee9b0b63 FIX bug in BrushApplicator when applying BlendPercentage 8 years ago
Jason Nelson 2ba8cc31ac Match additional patterns 8 years ago
Jason Nelson b9ce2f6f27 Use null operators 8 years ago
Unknown 4975eae774 fix some typos in documentation. 8 years ago
Jason Nelson df3248ddf0 Make IccProfileDescription a struct 8 years ago
Unknown c02f9d883d #86: started to work on Gradient Brushes: Linear gradient brush, 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