921 Commits (59b5df5dd97ffd553e1c6df9cdfb656fc0c1437d)

Author SHA1 Message Date
Andrew Wilkinson 63218369f6 Add support for LZW compression 9 years ago
Andrew Wilkinson 49df888a50 PixelAccessor needs to be internal in unit tests 9 years ago
Andrew Wilkinson 240d86b070 Add support for RGB (planar) pixel formats 9 years ago
James Jackson-South c82f117d19 Fix broken test 9 years ago
James Jackson-South fb4a24869d Remove Span member from ImageBase 9 years ago
James Jackson-South 2423c680bb Optimize Alpha 9 years ago
James Jackson-South e508d7e419 Add benchmark, update readme 9 years ago
James Jackson-South a4ed3fe188 Updat exunit so so testrunner works 9 years ago
Andrew Wilkinson d773963d74 Add support for Deflate (and OldDeflate) compression 9 years ago
Scott Williams 717daed35e Load from pixel data methods 9 years ago
Andrew Wilkinson 0b67805d55 Add optimised implementation for 8-bit RGB images 9 years ago
Andrew Wilkinson 3f4041b590 Add support for RGB full color images 9 years ago
Andrew Wilkinson 80fb83d760 Add support for pallete color images 9 years ago
James Jackson-South 5c30c6e349 Disable unrunnable tests 9 years ago
James Jackson-South 5ea2b867bc Make colorspace code internal for now. 9 years ago
Andrew Wilkinson 4fd46dbe28 Add support for BlackIsZero 9 years ago
Andrew Wilkinson 5e4c4f392d Add default WhiteIsZero implementation 9 years ago
James Jackson-South 482391b1f2 Clean up code a little 9 years ago
James Jackson-South b413b6166a Can now read/write all ICC Profiles 9 years ago
Andrew Wilkinson 4f801ae9af Update namespaces and naming 9 years ago
Dirk Lemstra b33d633df4 Fixed var warnings. 9 years ago
Anton Firszov 649aab1ded Span<T> on IPixel API surface. 9 years ago
James Jackson-South 9984ffa348 Replace BufferSpan<T> with Span<T> 9 years ago
Mykhailo Matviiv ede5e84ae5 Get rid of CreatePooled and ReturnPooled methods in JpegPixelArea to separate memory management. 9 years ago
Anton Firszov d5e58192c8 optimization: removed temporal buffer creation from ToVector4SimdAligned() 9 years ago
Anton Firszov fe5bdf146d a few more Vector<T> experiments 9 years ago
Scott Williams 41b1833e8f move Configuration to be fist paramater. 9 years ago
Scott Williams 65ecb53b6b Brush & Pen instead of Brush<T> & Pen<T> 9 years ago
James Jackson-South 8dbf34b12d Use better static format for Load etc. 9 years ago
Dirk Lemstra b9f3b50667 Fixed namespace 9 years ago
James Jackson-South 47710578f0 Fix tests 9 years ago
James Jackson-South 119c1bf70f Remove non-generic Image 9 years ago
James Jackson-South a47e1664c2 Add CieLchuv 9 years ago
James Jackson-South 84a1273167 Add CieLuv 9 years ago
James Jackson-South 3b32a4bae2 Fix ColorSpaceEquality test 9 years ago
James Jackson-South d6c7d0e248 Fix broken test 9 years ago
James Jackson-South 0a1e71afe7 Add Hsv 9 years ago
James Jackson-South c18c261033 Update tests 9 years ago
Scott Williams 4b5efa0b77 fix alpha tests 9 years ago
Scott Williams acc0fa9711 blend functions everywhere. 9 years ago
Scott Williams 3f0cc9abf6 updates to comments and moved code 9 years ago
Scott Williams 14b39fd620 bulk blending tests 9 years ago
Scott Williams f624265c99 PorterDuff tests 9 years ago
Scott Williams ff97d6b1c9 Add Vector4 based functions. 9 years ago
Scott Williams f435a9d0ba migrate blenders to PorterDuff 9 years ago
Scott Williams 5940fb4144 fix sandbox 9 years ago
Scott Williams 0d8eb2032c initial blender implementations 9 years ago
Dirk Lemstra eb715cfed3 Removed old overload and used new one (from #201) in unit test. 9 years ago
Vicente Penades 3a542eec74 Added a DrawImage Effect test 9 years ago
James Jackson-South 93f0fd54b3 Fix Resize benchmarls 9 years ago