921 Commits (59b5df5dd97ffd553e1c6df9cdfb656fc0c1437d)

Author SHA1 Message Date
Anton Firszov 1042a97b72 improved, sequential ResizeProcessor 9 years ago
Anton Firszov 740411a684 merged ResizeProcessor and CompandingResizeProcessor 9 years ago
Andrew Wilkinson 910cf8b836 Fix project path for CI coverage script 9 years ago
Andrew Wilkinson 2840de50e4 Run TIFF unit tests in CI 9 years ago
Anton Firszov 24e1334d72 PinnedBuffer<T> and PinnedImageBuffer<T> indexers 9 years ago
Anton Firszov 847ed5ed98 BufferSpan ref indexer + Fix Drawing usages 9 years ago
Scott Williams d0c0dee582 Improve test coverage 9 years ago
Scott Williams 469d404944 drop callbacks 9 years ago
Anton Firszov deda531d10 introduced PinnedImageBuffer<T> 9 years ago
Anton Firszov 86043577e5 BufferPointer<T> became BufferSpan<T> 9 years ago
Scott Williams 6e73df417e TextGraphicsOptions Tests 9 years ago
Scott Williams 66bece5e76 Add test coving subpixel counter 9 years ago
Scott Williams 026474dd7e code cleanup 9 years ago
Scott Williams 39691519d9 fix pattern brushes 9 years ago
Scott Williams 1b7b6de072 implement real sub-pixel rendering 9 years ago
James Jackson-South 7cc408f5ed Add indexed png encoder benchmark [skip ci] 9 years ago
Scott Williams 1ce4005e88 use callbacks instead of overrides 9 years ago
Anton Firszov bf2bcfa85b Implemented PinnedBuffer<T>.CreateClean() + format DrawText.cs 9 years ago
Anton Firszov 42c71a4c5f Fixed Sandbox46 test execution 9 years ago
Scott Williams a5ef9520a2 ensure all save operations pass along IEncoderOptions 9 years ago
Scott Williams c3367c4d9c Add IFileSystem 9 years ago
Andrew Wilkinson ef2302dfee Remove unneeded using statements 9 years ago
Andrew Wilkinson 254e70ad99 Incorporate Tiff codec into new project structure 9 years ago
Scott Williams 095c3fb5fb fix all instances of var 9 years ago
Andrew Wilkinson 4cbb28ba62 Read floating-point numbers from TIFF IFDs 9 years ago
Andrew Wilkinson 6c9e894141 Read rational numbers from TIFF IFDs 9 years ago
Andrew Wilkinson a27964aabe Read strings from TIFF IFDs 9 years ago
Andrew Wilkinson d82ef72d72 Read integer types from TIFF IFDs 9 years ago
James Jackson-South 299594dfbc Fix sandbox build 9 years ago
Scott Williams 88999c70b4 update sandbox 9 years ago
Scott Williams d8729c2be5 allow codecov to finish 9 years ago
Scott Williams 378adc20d0 add stylecop back 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 9f21270812 remove outdated tests 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 3064b2ba20 better BufferPointer.Copy() 9 years ago
Anton Firszov ebfd6ce899 if (count < 256) { no SIMD } 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 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
Andrew Wilkinson 2a89db1a06 Read raw bytes for IFD entries 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 ddc6bf5b18 BulkPixelOperationsTests.GetGlobalInstance() to make CodeCov happy 9 years ago