2630 Commits (d90351341fb5d00b29450e6ff2c3f2fa768fc225)
 

Author SHA1 Message Date
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
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
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
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
James Jackson-South fdfbca3b28 Rent the scanlines 10 years ago
James Jackson-South dc9c742def Merge pull request #23 from boguscoder/png_perf 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
Oleg Bogdanov 7505ce44b2 Added filtered png load benchmarks 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
James Jackson-South 09d3bf5467 Pass filtered result scanline by reference. 10 years ago
James Jackson-South bbadedb242 Use fixed on filter loops 10 years ago
James Jackson-South 912e2c1155 Remove duplicate locking 10 years ago
James Jackson-South 4c5bb0290b Use ArrayPool<T> 10 years ago
James Jackson-South 3e7119c775 Rename pixelData 10 years ago
James Jackson-South 1f960ae41d Encode grayscale png by row. 10 years ago