2567 Commits (35b626714be47b0f3ba245670144d0050dc69be2)
 

Author SHA1 Message Date
James Jackson-South 35b626714b Change build number configuration 10 years ago
James Jackson-South 3b1dc7250e Add comments 10 years ago
James Jackson-South a0dd79cfed Reduce allocations per filtered row 10 years ago
James Jackson-South cdf7d27796 Use faster reverse 10 years ago
James Jackson-South ae91fc8beb Move reverse to byte[] extensions 10 years ago
James Jackson-South 580d2ba11b Reuse chunk buffers 10 years ago
James Jackson-South 09fc17b9d1 Remove lists 10 years ago
James Jackson-South 7b6a1246d5 Cleanup fixed statements 10 years ago
James Jackson-South 5d9b701dd2 Remove erroneous message 10 years ago
James Jackson-South 79f1def8a5 Take another Mb off the memory usage. 10 years ago
dirk 5b5d7dae2f Minor comment fix. 10 years ago
dirk 014368f603 Removed trailing whitespace. 10 years ago
dirk 23982be7de Documentation changes. 10 years ago
dirk e084a0861f Removed empty remarks. 10 years ago
dirk d12c6844ed Added missing 'this'. 10 years ago
dirk 009340228f Fixed reference in comments. 10 years ago
dirk ff3d74ba19 Added extra exif tags. 10 years ago
dirk e4ad884b70 Reordered values. 10 years ago
dirk a8d9695eb7 Code cleanup. 10 years ago
James Jackson-South 5e56b16c09 Improve png speed and half memory usage 10 years ago
James Jackson-South 7b09a06b68 Reduce allocations when encoding 10 years ago
James Jackson-South f5b0925c64 Faster CMYK conversion 10 years ago
James Jackson-South fd4ba861c6 Merge pull request #20 from mellinoe/master 10 years ago
Eric Mellino 16250b0d5b Fix copy order of PixelAccessor methods 10 years ago
Eric Mellino 5128634a5e Ensure Color structure stores elements in RGBA order 10 years ago
dirk df0f5a7e22 Moved file. 10 years ago
dirk e82a5f6e3c Added unit tests to test copying to and from ZYX and ZYXW. 10 years ago
dirk 17f30da23f Removed endian checks. 10 years ago
James Jackson-South 7b2897600e Faster YCbCr conversion. 10 years ago
James Jackson-South 8a14d5f9e1 Remove unnecessary cast. 10 years ago
dirk 48006109e4 Changed default namespace. 10 years ago
James Jackson-South 03537c2270 Reduce writes in DQT 10 years ago
James Jackson-South d4f8f8ceac Use correct types in operator 10 years ago
James Jackson-South f63e9fe681 Simplify YCbCr 10 years ago
James Jackson-South 27c3c93cbf Separate Decoder/Encoder benchmarks 10 years ago
James Jackson-South 0ed81b051a Optimize and cleanup the jpeg decoder 10 years ago
James Jackson-South b9d5b078be Build Huffman tables once only. 10 years ago
James Jackson-South 199cee7478 Optimize and comment the jpeg encoder 10 years ago
James Jackson-South b5c4256b93 Clean up PixelRow 10 years ago
James Jackson-South b230f5d9fb Add endianess comment/question 10 years ago
James Jackson-South b477e795fb Minor png codec perf improvements 10 years ago
James Jackson-South 037a27302a Make ComponentOrder agnostic 10 years ago
James Jackson-South ca047b58af Rename ColorPixelAccessor to PixelAccessor 10 years ago
James Jackson-South 91c3835a3b Add xml docs for new functionality 10 years ago
James Jackson-South 1f641d787c More jpeg encoder cleanup [skip ci] 10 years ago
James Jackson-South ec0316c54c Minor cleanup of jpeg encoder 10 years ago
dirk cdb06fdd48 Added optimized implementation of PixelAccessor<TColor, TPacked> for Color. 10 years ago
dirk 7b316333db Used the new pixel code to optimize the BMP encoder. 10 years ago
dirk eb2d32ff94 Used the new pixel code to optimize the BMP decoder. 10 years ago
dirk 196cdf8b78 Added method to IImageBase that can be used to initialize the pixels of an image. 10 years ago