1647 Commits (8b8ea351a2b79009db437fa1333ca68a3190826c)

Author SHA1 Message Date
dirk d24d9ef8b0 Added ToFrame method that can be used to copy the pixels and properties of a image to a new Frame. 10 years ago
dirk 3350833c97 Changed the copy constructor to also support an ImageBase instance. 10 years ago
dirk 17e212e8f0 Added method to reset the pixels of the PixelAccessor or PixelRow. 10 years ago
dirk 930146cbe3 Added optional targetX argument to the PixelAccessor. 10 years ago
James Jackson-South 48b45a4791 Reuse Crc 10 years ago
James Jackson-South f022da316b Use optimized write CopyTo for png encoding 10 years ago
James Jackson-South a96e911336 Png encoder now passes parallel test #24 10 years ago
Anton Firszov 5465ae0c32 woops almost forgot to add the optimizations in DecodeHuffman() 10 years ago
Anton Firszov be4b7d5232 removed unnecessary methods 10 years ago
Anton Firszov 8f419e4e6d removed unused methods 10 years ago
Anton Firszov 8e18fe12ae manually merged all SIMD optimizations antonfirsov/ImageSharp/master 10 years ago
Dirk Lemstra 4a0c4cd81c StyleCop fixes. 10 years ago
Dirk Lemstra 8c34903a6c Fixed SA1127 10 years ago
Dirk Lemstra 269376a938 Fixed SA1204 10 years ago
Dirk Lemstra 0447fd89cc StyleCop fixes. 10 years ago
James Jackson-South 308e6f0607 Make PngEncoder threadsafe. Fix #24 10 years ago
Anton Firszov fcbb097196 DecodeHuffman micro-optimizations 10 years ago
Anton Firszov d84625b8d3 JpegDecoderCore SIMD optimizations applied to the .NET Core project 10 years ago
Anton Firszov 286977fe9c . 10 years ago
Anton Firszov fb25ac95aa hyper-efficient color copying 10 years ago
Anton Firszov f96feb6084 refactor 10 years ago
Anton Firszov c9677898cb refactor 10 years ago
Anton Firszov 29ff843d45 stack management micro-optimiziation 10 years ago
Anton Firszov 588cd8d8d9 JpegDecoderCore refactored to use Block8x8! 10 years ago
Anton Firszov 90d7c4b200 Careful with that refactor Eugene! 10 years ago
Anton Firszov 36466b1e6e ready to apply Block8x8 10 years ago
Anton Firszov 006b26e342 benchmarking benchmarking benchmarking 10 years ago
Anton Firszov ed155aafe2 auto-generated implementation for Block8x8.Transpose() 10 years ago
James Jackson-South 7d8de33a2f Fix indexed png reader and use rented buffer 10 years ago
James Jackson-South 272761f2cf Change filter method signature 10 years ago
James Jackson-South dae424028d Use new Swap method 10 years ago
James Jackson-South 3aa152fd8d Reduce png encoder memory usage by 3/4 10 years ago
Anton Firszov 18bd7f5c4a Buffer8x8 sandboxing 10 years ago
Anton Firszov 1cd2f2bbf5 Buffer64 10 years ago
James Jackson-South fdfbca3b28 Rent the scanlines 10 years ago
James Jackson-South 4f76f8a110 Fix the png ecoder 10 years ago
James Jackson-South 88b0f2f0b4 Correctly read and check for iEND chunk 10 years ago
Anton Firszov 6069ca239e removed 46 stuff 10 years ago
Anton Firszov fd11972bb8 allocation optimizations for JpegDecoderCore 10 years ago
Anton Firszov 959075c203 Merge branch 'master' into HEAD 10 years ago
Anton Firszov 08c7eb241c cleanup + fix 10 years ago
Oleg Bogdanov e9ccc93da4 Don't allocate memory for png decode filters, reuse scanline buffers 10 years ago
dirk 82e4e86958 Comment fix. 10 years ago
James Jackson-South d32dd2e2e4 Temp patch fix for png encoding 10 years ago
James Jackson-South ce6e4649d9 Cleanup 10 years ago
James Jackson-South ca035582f9 Fix test names 10 years ago
James Jackson-South e26dcebda4 Less memory with sub filter encoding 10 years ago
James Jackson-South 860c34b8bb Flush only when you need to. 10 years ago
Anton Firszov 91db7222a8 single Block for the non-progressive branch 10 years ago
Anton Firszov 00c2b59732 ArrayPool 10 years ago