922 Commits (faee97cea565eeaca49016f24ec36f88dff277c9)

Author SHA1 Message Date
Andrew Wilkinson faee97cea5 Refactor TIFF metadata reading into separate method 9 years ago
Andrew Wilkinson 96b3e06b77 Add support for LZW compression 9 years ago
Andrew Wilkinson 024d2681fe PixelAccessor needs to be internal in unit tests 9 years ago
Andrew Wilkinson d1e0cc6a6f Add support for RGB (planar) pixel formats 9 years ago
James Jackson-South 4b0f99021e Fix broken test 9 years ago
James Jackson-South d87101ed7b Remove Span member from ImageBase 9 years ago
James Jackson-South 9439077769 Optimize Alpha 9 years ago
James Jackson-South 4e9ce227b7 Add benchmark, update readme 9 years ago
James Jackson-South 5c9bce95df Updat exunit so so testrunner works 9 years ago
Andrew Wilkinson 2147169179 Add support for Deflate (and OldDeflate) compression 9 years ago
Scott Williams 6e2076f40d Load from pixel data methods 9 years ago
Andrew Wilkinson 933f54b148 Add optimised implementation for 8-bit RGB images 9 years ago
Andrew Wilkinson 64e0e55559 Add support for RGB full color images 9 years ago
Andrew Wilkinson d241c19a3a Add support for pallete color images 9 years ago
James Jackson-South 041b08b3ab Disable unrunnable tests 9 years ago
James Jackson-South 67cc1cc4d0 Make colorspace code internal for now. 9 years ago
Andrew Wilkinson a579df3d79 Add support for BlackIsZero 9 years ago
Andrew Wilkinson da4b73850d Add default WhiteIsZero implementation 9 years ago
James Jackson-South 450ad2eb22 Clean up code a little 9 years ago
James Jackson-South 796c4c93d7 Can now read/write all ICC Profiles 9 years ago
Andrew Wilkinson b4105269df Update namespaces and naming 9 years ago
Dirk Lemstra 424dc1c51c Fixed var warnings. 9 years ago
Anton Firszov ceec035e03 Span<T> on IPixel API surface. 9 years ago
James Jackson-South b980703b02 Replace BufferSpan<T> with Span<T> 9 years ago
Mykhailo Matviiv c97cbb6cd6 Get rid of CreatePooled and ReturnPooled methods in JpegPixelArea to separate memory management. 9 years ago
Anton Firszov 67bc1f7ab9 optimization: removed temporal buffer creation from ToVector4SimdAligned() 9 years ago
Anton Firszov dd02c0041a a few more Vector<T> experiments 9 years ago
Scott Williams cd30e554e1 move Configuration to be fist paramater. 9 years ago
Scott Williams c12c45737e Brush & Pen instead of Brush<T> & Pen<T> 9 years ago
James Jackson-South 0766b03ea6 Use better static format for Load etc. 9 years ago
Dirk Lemstra 26b8a9507f Fixed namespace 9 years ago
James Jackson-South 1c3b362f36 Fix tests 9 years ago
James Jackson-South 450987dc00 Remove non-generic Image 9 years ago
James Jackson-South a275412c53 Add CieLchuv 9 years ago
James Jackson-South 0e602f414f Add CieLuv 9 years ago
James Jackson-South 4f7f4f6896 Fix ColorSpaceEquality test 9 years ago
James Jackson-South 90ac0e1b9d Fix broken test 9 years ago
James Jackson-South a3cdbc98f7 Add Hsv 9 years ago
James Jackson-South 37ba3b88a5 Update tests 9 years ago
Scott Williams 14e463daf7 fix alpha tests 9 years ago
Scott Williams 3671d9b906 blend functions everywhere. 9 years ago
Scott Williams d56e658854 updates to comments and moved code 9 years ago
Scott Williams 2d90943ae4 bulk blending tests 9 years ago
Scott Williams bfed55d4a1 PorterDuff tests 9 years ago
Scott Williams c4533b7cde Add Vector4 based functions. 9 years ago
Scott Williams ad1bb5dbee migrate blenders to PorterDuff 9 years ago
Scott Williams d85e6196c5 fix sandbox 9 years ago
Scott Williams 472bb85030 initial blender implementations 9 years ago
Dirk Lemstra 3a43fb78fe Removed old overload and used new one (from #201) in unit test. 9 years ago
Vicente Penades 55fbefd820 Added a DrawImage Effect test 9 years ago