115 Commits (c3cee74c02d1d5b579fd705452ef42e19c52a18d)

Author SHA1 Message Date
JimBobSquarePants ca5683716b Update all dependencies 9 years ago
Scott Williams 5c78cf7f6e use buffer instead of array pool directly 9 years ago
Scott Williams 64f18bc298 migrate to use primitives from SixLabors.Core 9 years ago
Scott Williams e3e1857e0e update to latest Shapes release 9 years ago
Scott Williams 46b2075ca5 ensure we fill pixels even if start is smaller then minX 9 years ago
Scott Williams bc172ba12f add draw text along path extension methods 9 years ago
Scott Williams 86279d7c3a switch constructor and field back to array 9 years ago
Scott Williams bb195ba9b4 fix property accessor 9 years ago
Scott Williams 953bbe9b36 migrate text glyph rendering to SixLabors.Shapes.Text 9 years ago
Scott Williams 7a2fb2e8c6 remove redundent code 9 years ago
Scott Williams 11d04cfddc replace outlineing logic with path generation. 9 years ago
James Jackson-South 05716295ff Rectangle and RectangleF 9 years ago
James Jackson-South cc87885d83 Internalize PixelAccessor 9 years ago
James Jackson-South b980703b02 Replace BufferSpan<T> with Span<T> 9 years ago
Scott Williams c12c45737e Brush & Pen instead of Brush<T> & Pen<T> 9 years ago
James Jackson-South b96e005cf9 Bump version number 9 years ago
James Jackson-South 450987dc00 Remove non-generic Image 9 years ago
Scott Williams 33a208e1e9 expose TextAlignment for text drawing 9 years ago
Scott Williams 14e463daf7 fix alpha tests 9 years ago
Scott Williams 3671d9b906 blend functions everywhere. 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 4a5a7dbc74 remove unused processor 9 years ago
Scott Williams ad1bb5dbee migrate blenders to PorterDuff 9 years ago
Scott Williams 472bb85030 initial blender implementations 9 years ago
Vicente Penades e8d0552aba fixed stylecop 9 years ago
Vicente Penades a0a8ebacea Added Image drawing functions to use general porter duff modes 9 years ago
James Jackson-South 3e5c8f7b5d Move IPixel types to PixelFormat namespace 9 years ago
James Jackson-South cb1ad34ba8 Bump alpha version 9 years ago
James Jackson-South eceb889758 Rename TColor to TPixel 9 years ago
James Jackson-South 0a700864e5 Rename Color and ColorVector 9 years ago
James Jackson-South 292bc4db9e Rename to Color and ColorVector 9 years ago
Scott Williams fdfe5ed0b4 bump version number and SixLabor.* dependencies 9 years ago
James Jackson-South 3c5e3a966e Rename Color to Color32 9 years ago
Anton Firszov 615163d360 PinnedBuffer<T> ==> Buffer<T> with explicit pinning capability 9 years ago
Scott Williams a6af2e0cac update to latest SixLabors.Fonts 9 years ago
Scott Williams f91d6b513d bump SixLabors.Shapes version for perf increase 9 years ago
James Jackson-South 5899ceee8c Update to use MathsF 10 years ago
Scott Williams 79ca3c430f Increment version 10 years ago
Scott Williams 422ff51502 Default text drawing at an image dpi independent size 10 years ago
Scott Williams 69daa8464a scan to end of line even if longer 10 years ago
Scott Williams 3db50fea44 reduce range check 10 years ago
Scott Williams 152e71135c add range checks 10 years ago
Anton Firszov e2d780107c BufferSpan ref indexer + Fix Drawing usages 10 years ago
Scott Williams 4e3b3b6ab1 Improve test coverage 10 years ago
Scott Williams 838ec08700 fix broken comment 10 years ago
Scott Williams a6e4de8d56 add guards to verify scanlineBuffer size 10 years ago
Scott Williams 34b09eb099 code cleanup 10 years ago
Scott Williams 0e75d2db99 fixed comment 10 years ago