2642 Commits (07595c3d5766d3eb525bb883bcb249d985cdd0fd)
 

Author SHA1 Message Date
James Jackson-South 07595c3d57 Fix To() Method to allow vector scaling. 10 years ago
James Jackson-South 3386b87248 Add conversion note. 10 years ago
James Jackson-South 61aef4826b NormalizedByte2 Add NormalizedByte4 10 years ago
James Jackson-South 01f00f72b9 Add NormalizedByte2 10 years ago
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
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