1875 Commits (0c3675791109133792d59bb3350975711e604e4a)

Author SHA1 Message Date
Scott Williams 39691519d9 fix pattern brushes 9 years ago
Scott Williams c9d40d7611 get x=>width y=>height the correct way around. 9 years ago
Scott Williams 1b7b6de072 implement real sub-pixel rendering 9 years ago
James Jackson-South 8c7cd87c1d Make QuantizePixel non-inheritable 9 years ago
James Jackson-South fe96988727 Make Fast2DArray internal 9 years ago
James Jackson-South ac6c5ef39b Bump version number 9 years ago
James Jackson-South be13c2a54c Internalize memory objects 9 years ago
James Jackson-South b839b2ce62 Make all processors internal 9 years ago
Scott Williams 241876c30d fixed header 9 years ago
Scott Williams 1ce4005e88 use callbacks instead of overrides 9 years ago
Anton Firszov 4b7fe28336 Fixed a bug: When a processor "did not cover" the whole output image, there were memory garbage artifacts in the background. 9 years ago
Anton Firszov bf2bcfa85b Implemented PinnedBuffer<T>.CreateClean() + format DrawText.cs 9 years ago
Scott Williams 29497ebe27 remove resetting stream position 9 years ago
Scott Williams 319ff46ea8 use correct configuration object 9 years ago
Scott Williams a5ef9520a2 ensure all save operations pass along IEncoderOptions 9 years ago
Scott Williams c3367c4d9c Add IFileSystem 9 years ago
Scott Williams 095c3fb5fb fix all instances of var 9 years ago
Scott Williams 4ab7d37e38 update sixlabors.* dependencies 9 years ago
James Jackson-South 27a952fb89 Bump version and fix metadata 9 years ago
James Jackson-South 73a88cf853 Move all drawing code into drawing project 9 years ago
James Jackson-South 5d82ed31c4 Remove unneeded package references from drawing. 9 years ago
James Jackson-South 98bd97c4d2 Fix stylecop.json reference in project 9 years ago
Scott Williams f921dd171a tweak file location 9 years ago
Scott Williams 7616142dc0 disable header rules as stylecop.json not working at command line 9 years ago
Scott Williams aae0ca9cff try local stylecop.json 9 years ago
Scott Williams 6fba1f3949 fix stylecop 9 years ago
Scott Williams 88d96c7345 produce full pdb for codecov 9 years ago
Scott Williams 3b59b02488 consolidate packages 9 years ago
James Jackson-South 43b08e509a Resize should respect source rectangle Fix #118 9 years ago
Anton Firszov a1db28fbae docs for ClearPixels() 9 years ago
Anton Firszov 43a482dc71 PixelDataPool<T> is static again, it no longer clears it's arrays. 9 years ago
Anton Firszov bf92d664e4 BufferPointer<T>.Clear() 9 years ago
Anton Firszov 81ce9f5977 inlining 9 years ago
Anton Firszov 3064b2ba20 better BufferPointer.Copy() 9 years ago
Anton Firszov ebfd6ce899 if (count < 256) { no SIMD } 9 years ago
James Jackson-South 0b08485708 Fix #127 9 years ago
Anton Firszov 973be3c4ac PixelDataPool<T> is no longer static having PixelDataPool<T>.Clean + PixelDataPool<T>.Dirty instead 9 years ago
Anton Firszov 0e526eeeb1 benchmarks 9 years ago
Anton Firszov 13ab7a4631 Using BulkPixelOperations<T> in PixelAccessor<T> 9 years ago
Anton Firszov 6fbd5e1bbc StyleStalin 9 years ago
Anton Firszov e8b0945052 naming 9 years ago
Anton Firszov 6357b94034 even better BufferPointer.Copy() 9 years ago
Anton Firszov ef34b11bca optimized BufferPointer.Copy() implementations 9 years ago
Anton Firszov dfeead95a1 Color.BulkOperations full implementation 9 years ago
Anton Firszov 793fdf41d6 implemented Color.BulkOperations.ToVector4() 9 years ago
Anton Firszov 553d4f2ab7 DebugGuard 9 years ago
Anton Firszov d04c424bfa renamed ArrayPointer to BufferPointer 9 years ago
Anton Firszov 0032e2b457 Renamed BulkPixelOperation methods, removed ArrayExtensions and the unused dangerous PixelAccessor ctr. 9 years ago
Anton Firszov 2b3b3ea93b IPixel<T>.BulkOperations ---> IPixel<T>.CreateBulkOperations() 9 years ago
Anton Firszov 74f853a55b build and testrunning fix 9 years ago