4006 Commits (4b2fbcd4538f4bbfaf977dc44397cbcd4cae5225)
 

Author SHA1 Message Date
Anton Firszov da8c233d5e Merge branch 'master' of https://github.com/JimBobSquarePants/ImageSharp 9 years ago
Anton Firszov 5e9a505ca2 better variable names 9 years ago
James Jackson-South 1843f6f04e Use var when type is apparent 9 years ago
Anton Firszov 4d421eb133 removed unnecessary unsafe modifier [skip ci] 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
James Jackson-South 1a76736296 Merge pull request #209 from JimBobSquarePants/chore/remove-non-generic-image 9 years ago
Scott Williams cd30e554e1 move Configuration to be fist paramater. 9 years ago
Scott Williams 664e803070 remove Image.Create 9 years ago
Scott Williams c12c45737e Brush & Pen instead of Brush<T> & Pen<T> 9 years ago
Dirk Lemstra e22b5797ef Merge branch 'master' into chore/remove-non-generic-image 9 years ago
Dirk Lemstra 360ad5f8aa Fixed never used warning. 9 years ago
Dirk Lemstra 37931c5296 Made the Image class static. 9 years ago
James Jackson-South dab682e47a Add Rgba32 specific overloads 9 years ago
James Jackson-South 4dd5816248 Update readme 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 b96e005cf9 Bump version number 9 years ago
James Jackson-South 968e69bb40 Promote Rgba32 to root namespace 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 447d19600f Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc 9 years ago
James Jackson-South 746fbc3c71 Fix formatting of PixelFormat constructor docs. 9 years ago
James Jackson-South 1d222b7649 Use local functions. 9 years ago
Scott Williams 33a208e1e9 expose TextAlignment for text drawing 9 years ago
James Jackson-South edffa38738 Fix ImageMetaData 9 years ago
James Jackson-South 5594953e82 Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc 9 years ago
James Jackson-South a87910a182 Merge pull request #205 from JimBobSquarePants/bug-fix-gif 9 years ago
James Jackson-South 93c2fb8cf5 Merge remote-tracking branch 'refs/remotes/origin/master' into bug-fix-gif 9 years ago
James Jackson-South 37ba3b88a5 Update tests 9 years ago
James Jackson-South db8ad34743 Remove unneeded check 9 years ago
James Jackson-South 0f2a6242c8 Rename to hasFrames 9 years ago
Scott Williams 8524b7e0a7 Merge pull request #202 from JimBobSquarePants/pixel-blending 9 years ago
Scott Williams 14e463daf7 fix alpha tests 9 years ago
Scott Williams 7c33ec8aba make alppha process pecentage consistent with blenders 9 years ago
Scott Williams 3671d9b906 blend functions everywhere. 9 years ago
James Jackson-South 659d11d5ec Fix summary classname 9 years ago
James Jackson-South 49b1a157b1 Ensure correct disposal method is carried across 9 years ago
James Jackson-South 321ce20ada Fix frame delay getting copied over 9 years ago
James Jackson-South 9b1f7c4bdb Fix pixel tearing with animated gifs. 9 years ago
James Jackson-South cdd89a3ac5 Fix repeat count 9 years ago
Scott Williams 2b80fe7a82 bump version number due to moving GraphicOptions 9 years ago
Scott Williams d56e658854 updates to comments and moved code 9 years ago
Scott Williams 0d56504f28 revent solid color brush 9 years ago
Scott Williams 2d90943ae4 bulk blending tests 9 years ago