2877 Commits (93ac3a2c8f305bd8bc5c898c927e30459ca514b8)
 

Author SHA1 Message Date
James Jackson-South 1174d1dcda Merge remote-tracking branch 'refs/remotes/origin/master' into feature/packedpixel 10 years ago
James Jackson-South 38a3201287 Reduce memory usage in WuQuantizer 10 years ago
James Jackson-South c9257f5842 Add HalfVector4 10 years ago
James Jackson-South 6e23ef4c95 Add HalfVector2 10 years ago
James Jackson-South 7dcd46a678 Add HalfSingle 10 years ago
James Jackson-South 7c24e7077e Add Byte4 10 years ago
James Jackson-South 337d3f19b1 Add Bgra5551 10 years ago
James Jackson-South 95818287e9 Add Bgra4444 10 years ago
James Jackson-South d90351341f Add new To<TColor,TPacked> method 10 years ago
James Jackson-South 15361c7025 Add Bgr565 10 years ago
James Jackson-South 2e953acc3e Add Alpha8 10 years ago
James Jackson-South 43e2a51cea Merge remote-tracking branch 'refs/remotes/origin/blending' 10 years ago
James Jackson-South 9e78b77638 Fix #16 10 years ago
James Jackson-South b5f29bc4c3 No need to clamp 10 years ago
James Jackson-South 9c8bd2f178 Darken Lighten 10 years ago
James Jackson-South 0d0f8bbc72 Fix hardlight and overlay 10 years ago
James Jackson-South b00c245c88 Add initial transforms. 10 years ago
James Jackson-South f8e21840ff Fix decoding grayscale png 10 years ago
James Jackson-South 17bd270bee Reuse Crc 10 years ago
Anton Firszov 6868b7707b Added System.Drawing benchmarking mode 10 years ago
Anton Firszov c631cf5f26 JpegBenchmark 10 years ago
Dirk Lemstra e332f9e52f Moved the ToFrame method to Image<TColor, TPacked> and added a Clone method to ImageFrame. 10 years ago
dirk b27a85ad5f Optimized the GIF decoder. 10 years ago
dirk ff1ed611af Added optimized implementation for CopyFromXYZW and CopyFromXYZ. 10 years ago
dirk e09eaf1455 Reuse the same buffer. 10 years ago
dirk 2816693f0b Added optimized ImageFrame implementation. 10 years ago
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 35e7638019 test fixes 10 years ago
Anton Firszov 308b92048d test class cleanup 10 years ago
Anton Firszov cc7db828eb removed TransposeInto_CodeGeneratorTest() 10 years ago
Anton Firszov 913048c035 removed "geneserath.jpg" from TestImages 10 years ago
Anton Firszov 8e18fe12ae manually merged all SIMD optimizations antonfirsov/ImageSharp/master 10 years ago
Anton Firszov dea89ee374 Merge branch 'foo' into without46 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