1157 Commits (48f7a3dababb0ab7baf66abae212d3ce0a8732ef)

Author SHA1 Message Date
James Jackson-South 9691d5905a Fix test 9 years ago
James Jackson-South c93c3c7a71 Complete Quantization and Dithering 9 years ago
James Jackson-South 4bc09cf794 Quantizer 9 years ago
James Jackson-South fe64365532 Transforms 9 years ago
James Jackson-South 091cb8a3b5 Overlays and base processors 9 years ago
James Jackson-South 22ee2bb1a4 Replace Fast2DArray with DenseMatrix 9 years ago
James Jackson-South 13fa40874e Binarization, Convolution, DIthering, Effects & Filters 9 years ago
James Jackson-South aca4560118 Fix test 9 years ago
James Jackson-South 61f7a21811 Fix broken test 9 years ago
Vicente Penades 1f2b2b8a7a removed ImageFormat redirect methods from Configuration. 9 years ago
Vicente Penades ce62a947d9 replaced Configuration copy constructor with a ShallowCopy method. 9 years ago
James Jackson-South 37d8c47923 Can now read padded RSTn markers. Fix #481 9 years ago
James Jackson-South c483cb5a53 Use Current as Default, Don't additionally throw 9 years ago
James Jackson-South 74ee173fc0 Use Size 9 years ago
Anton Firszov 78368a785c removing the "Issue" label from #464-s test image + ExifUndefType.jpg is actually progressive! 9 years ago
James Jackson-South c5f7f27e19 Use configuration to set ReadOrigin 9 years ago
Vicente Penades dad8b1bed5 changed test to ensure proper encoders/decoders are set 9 years ago
Vicente Penades 08fbee99fa renaming ImageFormatsManager to ImageFormatManager 9 years ago
Vicente Penades 02dee3cad9 Coverage test 9 years ago
Jason Nelson c1eaf6e5da Update System.Memory 9 years ago
Anton Firszov 3c788ebf7f added failing tests for #464 9 years ago
Anton Firszov 59f1f0fc05 Temporary Vortex 9 years ago
Anton Firszov ef630f152e added comments for the WeakReference stuff 9 years ago
James Jackson-South 072847b6f4 Ensure Bounds() is accurate per operation 9 years ago
Anton Firszov cec6083d49 SimpleManagedMemoryManager -> SimpleGcMemoryManager 9 years ago
Anton Firszov b0a1ebc5f7 tuning ArrayPoolMemoryManager configuration based on benchmark results 9 years ago
James Jackson-South 28eb6d4bcb Add previously skipped pad and resize tests 9 years ago
James Jackson-South d0d9591231 Disable those randomly failing tests on Travis, they're going soon anyway. 9 years ago
James Jackson-South 9e51967c98 Make resize and transform processors immutable #473 9 years ago
James Jackson-South 7f4d8a542d Temp disable randomly failing test. 9 years ago
James Jackson-South 2fc6d4991e Remove Size parameter and minor transform cleanup. 9 years ago
Anton Firszov 07baed95c2 replaced PixelAccessor<T> with Buffer2D<T> in several processors 9 years ago
Anton Firszov a61707661c removed PixelArea<T>! 9 years ago
Anton Firszov 70893d22ad replaced some of the PixelArea usages in bmp decoder 9 years ago
Anton Firszov c64374bbe7 cleanup 9 years ago
Anton Firszov de816e3c04 build fix: MakeOpaque() 9 years ago
Anton Firszov 1e777f595d fixed JpegEncoderTests 9 years ago
Anton Firszov 9dc3261310 fixed PngEncoderTests 9 years ago
Anton Firszov 6ab7954bfd MakeOpaque + fixing BmpEncoderTests 9 years ago
Anton Firszov b484dd401e Super-optimized GenericBlock8x8<T> to replace PixelArea<T> in JpegEncoder 9 years ago
Anton Firszov bcb9c0057a passing MemoryManager to pixel blenders 9 years ago
Anton Firszov 67b1a25728 ArrayPoolMemoryManager factory methods 9 years ago
Anton Firszov 16d5f36e72 allowing bucket sizes to be passed to ArrayPoolMemoryManager 9 years ago
Anton Firszov 73a20cb6de ArrayPoolMemoryManager uses a different ArrayPool for large buffers + implemented ReleaseRetainedResources() 9 years ago
Anton Firszov f25b112466 Covering ArrayPoolMemoryManager and it's buffer. Took hours, but worth it! 9 years ago
Anton Firszov f5f5f6f749 ArrayPoolMemoryManagerTests 9 years ago
Anton Firszov 1e78de07f9 Buffer2DTests using a mock MemoryManager 9 years ago
Anton Firszov caf1ad05a2 MemoryManager returns IBuffer<T> now 9 years ago
Anton Firszov 5e8b8bbffe 2 drawing regression test cases for safety 9 years ago
Anton Firszov 7881fdd341 Hide Buffer<T> indexer + !! WuQuantizer review in comments !! 9 years ago