74 Commits (493e42248920b7aef0cf4ba297984f1f66c3e35e)

Author SHA1 Message Date
James Jackson-South 10b57fdb7a Throw, don't adjust. 6 years ago
James Jackson-South 36b3fab2d9 Make stream buffer size configurable. Fixes #1276 6 years ago
James Jackson-South e95c85a59c Use ConcurrentDictionary. Fix #1230 6 years ago
James Jackson-South ffe2d6995b Update license 6 years ago
James Jackson-South 4e3dce1e95 Update source license info. 6 years ago
Scott Williams d38764dba2 remove explicit backing fields for property bags 6 years ago
Scott Williams 9df82f57ce global property store on configuration on processing context 6 years ago
Anton Firszov cc080b94f2 cover and harden ResizeProcessor 6 years ago
James Jackson-South c690e0cf90 Normalize MemoryAllocator references. 6 years ago
James Jackson-South 6384f44501 Merge namespaces 6 years ago
Anton Firszov 6d566688d7 StyleCop 7 years ago
Anton Firszov e342d4f6e4 fix Configuration.MaxDegreeOfParallelism error cases 7 years ago
Brian Popow 4a5e075207 Add decoding of 24 bit targa files 7 years ago
James Jackson-South 7196b43fb7
Master cleanup (#952) 7 years ago
Anton Firszov 94b52bff22 xmldoc for ResizeWorker 7 years ago
Anton Firszov 40aea16633 utilize CalculateResizeWorkerHeightInWindowBands() 7 years ago
Anton Firszov b3495e8f71 refactor stuff + implement CalculateResizeWorkerWindowCount() 7 years ago
Jason Nelson 56d351058f Drop netstandard1.1 support 8 years ago
James Jackson-South 859d331234 Add Clone overloads for new configuration. 8 years ago
Anton Firszov 4bfafc97b5 implemented ParallelHelper.IterateRows() 8 years ago
Anton Firszov c094e12ba7 ParallelHelper.IterateRows WIP 8 years ago
Anton Firszov b0c2ccb26f Replace Configuration.ParallelOptions with Configuration.MaxDegreeOfParallelism 8 years ago
Anton Firszov e417ea275e rename namespace: SixLabors.ImageSharp.Memory -> SixLabors.Memory 8 years ago
Anton Firszov 86e6f863ea RENAME: MemoryManager -> MemoryAllocator 8 years ago
James Jackson-South 71d5819d94 Use Configuration over MemoryManager for ImageFrame<TPixel> 8 years ago
James Jackson-South 84a5a8e5d1 Quantizer 8 years ago
Vicente Penades ced881cae9 removed ImageFormat redirect methods from Configuration. 8 years ago
Vicente Penades 494fc9ab24 replaced Configuration copy constructor with a ShallowCopy method. 8 years ago
Vicente Penades a8d54f212e whitespaces removed 8 years ago
Vicente Penades 3b76e7f767 added missing property in copy constructor. 8 years ago
Vicente Penades 73b4da8501 Added a convenience copy constructor. 8 years ago
James Jackson-South cd32288eea Use Current as Default, Don't additionally throw 8 years ago
James Jackson-South 2509922b3d Use configuration to set ReadOrigin 8 years ago
Vicente Penades fbc9cf7d86 renaming ImageFormatsManager to ImageFormatManager 8 years ago
Vicente Penades fbf78a9030 stylecop whitespaces 8 years ago
Vicente Penades 330601fd0a Refactored Image Formats management into its own class 8 years ago
Anton Firszov eeaa270ce1 tuning ArrayPoolMemoryManager configuration based on benchmark results 8 years ago
Anton Firszov 2fa099410f ArrayPoolMemoryManager factory methods 8 years ago
Anton Firszov 7e3cb2892d dropping minSizeBytes + fixing tests 8 years ago
Lauri Kotilainen 54313e854b - Reduced the threshold for ArrayPoolMemoryManager to 512 bytes 8 years ago
Lauri Kotilainen f675f5c95a - Explicitly pass MemoryManager to the places that 8 years ago
Lauri Kotilainen 607e452e2d - Allocate Buffers from memory manager 8 years ago
Scott Williams fceb6f89a5 expose registered ImageFormats publicly 9 years ago
Scott Williams 67a322b4db Formats per type namespaces 9 years ago
Anton Firszov 1562e32046 Using Corecompat.System.Drawing as reference encoder/decoder for PNG. (Optimizing PNG-s with external tools from now.) 9 years ago
Scott Williams 94c60cb338 inital rename packages and namespaces 9 years ago
JimBobSquarePants 9c5798bb4b Intellisense docs cleanup 9 years ago
Scott Williams 82661d3958 fix concurrency issues in config 9 years ago
Scott Williams 7635558f9b internalise cloning processor + rename context 9 years ago
Scott Williams ab30013d63 Renameing classes + simplifying Image<TPixel> 9 years ago