3784 Commits (2fcda3cee0d4091678bf4a41bfcfa2b88a444949)

Author SHA1 Message Date
Jason Nelson 67e1445787 Remove trailing semicolon 8 years ago
Jason Nelson 590dd3b8e6 Optimize Equals & GetHashCode methods within PixelFormats 8 years ago
Vicente Penades b189ff7746 Split PixelBlendMode enumeration into PixelColorBlendingMode and PixelAlphaCompositionMode 8 years ago
Jason Nelson 6b662f843a Eliminate string allocation in ExifReader 8 years ago
Jason Nelson de51d0c516 Eliminate headers allocation when writting huffman table 8 years ago
Jason Nelson c789b6d696 Add readonly annotations 8 years ago
Jason Nelson 9b8d160faf Throw NRE directly in trival contexts (eliminating method call / extra stack entry) 8 years ago
Jason Nelson 633a8ce503 Replace == null with is null 8 years ago
James Jackson-South 18c4a7fef0 Fix 1 bit bmp decoding and add extra test images. 8 years ago
James Jackson-South 37503b3444 Use span directly for DetectFormat 8 years ago
Anton Firszov 7be8500ec4 Use brand new beta packages! 8 years ago
Anton Firszov b0c2ccb26f Replace Configuration.ParallelOptions with Configuration.MaxDegreeOfParallelism 8 years ago
Anton Firszov 82bdbd2e2f use ImageSharp Guard / DebugGuard 8 years ago
Anton Firszov fbb1318c4c use ImageSharp Guard / DebugGuard 8 years ago
Anton Firszov 968a9cb186 Move ImageSharp-specific memory primitives and utils to SixLabors.ImageSharp.Memory 8 years ago
Anton Firszov f0e687f0e0 replace common memory classes 8 years ago
James Jackson-South 29c01dab6c No underscores! 8 years ago
James Jackson-South 6c777d43df Align ICC and EXIF API. 8 years ago
James Jackson-South ba040d78eb Calculate bool once in constructor. 8 years ago
James Jackson-South e516dfe82f Add Rgb specific tests 8 years ago
James Jackson-South 1bcdb31716 Remove interface. 8 years ago
James Jackson-South b3c1ef7ee8 Notes 8 years ago
James Jackson-South a5ec503a4f Remove per-pixel allocation 8 years ago
James Jackson-South 0d2788752c Make ColorSpaceConverter immutable. 8 years ago
James Jackson-South 7f3cdc8052 Cleanup ToString() and remove unused operator 8 years ago
James Jackson-South 6bd974f55a Add companding tests 8 years ago
James Jackson-South f04b1e7b25 Make colorspaces public 8 years ago
James Jackson-South 8966e7d274 Bulk colorspace conversion tests 8 years ago
James Jackson-South 71bd4c9887 Begin colorspace test cleanup. 8 years ago
Anton Firszov f7af71b1f9 further cleanup 8 years ago
James Jackson-South 0f15e303cf Improve coverage. 8 years ago
James Jackson-South f6ad783aaf Cleanup JpegFrameComponent 8 years ago
James Jackson-South 3033b69246 delete golang jpeg decoder 8 years ago
Anton Firszov f4e8000fb1 WhitespaceCop 8 years ago
Anton Firszov 390691f209 WrapMemory<T>(IMemoryOwner<T>) + additional System.Drawing test case 8 years ago
Anton Firszov 33d32d7407 renamed BufferManager<T> to MemorySource<T> + enable consuming external IMemoryOwner<T> 8 years ago
James Jackson-South 5cc0e8b235 Add bulk ToHunterLab, ToLinearRgb, and ToLms 8 years ago
Anton Firszov 844740725e made WrapMemory() public + test case demonstrating using Image.WrapMemory() to draw over a System.Drawing.Bitmap instance 8 years ago
Anton Firszov 61eedd77e1 FillRegion_WorksOnWrappedMemoryImage 8 years ago
Anton Firszov 80a7b9f14a replace IBuffer<T> with IMemoryOwner<T> 8 years ago
Anton Firszov 706babe2a2 introducing BufferManager<T> 8 years ago
James Jackson-South dfbf5536ae Fix git merge 8 years ago
James Jackson-South 0da5e68854 Cleanup and remove double cast. 8 years ago
James Jackson-South e77ddd2152 Fix tests 8 years ago
James Jackson-South babe6e49b6 Add bulk ToHsl, ToHsv 8 years ago
James Jackson-South baa7ebe2c5 Add bulk ToCmyk 8 years ago
popow 4fcefc5e1f moved extension to the processing namespace and the processor accordingly into Processors namespace 8 years ago
James Jackson-South 1f375b17f6 Add bulk ToCieXyz 8 years ago
James Jackson-South 72b292abc7 Add bulk CieXyy transforms 8 years ago
popow efd0288f1d moved extending the ExifProfile to the jpeg decoder 8 years ago