3561 Commits (0ef96379e754701eb153565edb78c9504ffb6891)

Author SHA1 Message Date
Vicente Penades 1035f23908 rearranged DrawImage method arguments. Fixed tests accordingly 8 years ago
Vicente Penades c3a325b685 refactored DrawImageProcessor methods 8 years ago
Vicente Penades 0abd6c2e68 Fixed missing Alpha Composition property in TextGraphicsOptions 8 years ago
Jason Nelson 760dfcc937 👮 8 years ago
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 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
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
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
popow 4fcefc5e1f moved extension to the processing namespace and the processor accordingly into Processors namespace 8 years ago
popow efd0288f1d moved extending the ExifProfile to the jpeg decoder 8 years ago
James Jackson-South 9ed637dcb1 Use previous VS environment. 8 years ago
James Jackson-South 16422932b0 See if we can fix appveyor by forcing redirects. 8 years ago
James Jackson-South fe9eaac426 Update xml docs. 8 years ago
Dirk Lemstra f0926bbaab Changed clean boolean for allocation into an enumeration. 8 years ago
popow a9950213eb added support for large exif profiles for the old GolangJpegDecoderCore 8 years ago
popow c4e81de6bf skipping exif id code before extending the exif profile 8 years ago
Jason Nelson 4307d1a3a5 Remove leading whitespace 8 years ago
Jason Nelson 6dedf3db5f Fix comment reference 8 years ago
Jason Nelson 872be9e8e1 Format with expressions 8 years ago
Jason Nelson acf2bb3a44 Eliminate virtual calls from unnecessary IRgbWorkingSpace abstraction 8 years ago
Jason Nelson 88638d3f22 Remove AggressiveInlining hint from trival field accessor 8 years ago
Jason Nelson 4068401175 Seal memory classes 8 years ago
popow cb6f4a0bc7 to keep the ExifReader free from jpeg specific stuff, the Exif Id Code will be skipped when setting the ExifProfile 8 years ago
popow 35aaaeefad removed ExifIdCode parameter from ExifProfile.ToByteArray, because this is jpeg specific and should be handled by the jpeg encoder 8 years ago