2569 Commits (176ca91029c0b1d59536d94ffb57786831d324a9)
 

Author SHA1 Message Date
Jeavon 176ca91029 Add padded build numbers so that NuGet knows which is the latest version 10 years ago
James Jackson-South 4276c90d79 Revert "Change build number configuration" 10 years ago
James Jackson-South e35dbd816b Change build number configuration 10 years ago
James Jackson-South 5d5ce39044 Add comments 10 years ago
James Jackson-South b5f06711eb Reduce allocations per filtered row 10 years ago
James Jackson-South 56840ce90c Use faster reverse 10 years ago
James Jackson-South 8536488f3f Move reverse to byte[] extensions 10 years ago
James Jackson-South 1f52ec3077 Reuse chunk buffers 10 years ago
James Jackson-South f055a858e2 Remove lists 10 years ago
James Jackson-South 9c1c9f717b Cleanup fixed statements 10 years ago
James Jackson-South c012f533a7 Remove erroneous message 10 years ago
James Jackson-South 5b74bcf70c Take another Mb off the memory usage. 10 years ago
dirk 71d385dbf6 Minor comment fix. 10 years ago
dirk 201e520626 Removed trailing whitespace. 10 years ago
dirk c1ef857a1d Documentation changes. 10 years ago
dirk 0c78ab966e Removed empty remarks. 10 years ago
dirk c48cbf6b03 Added missing 'this'. 10 years ago
dirk 3f7d80ddb7 Fixed reference in comments. 10 years ago
dirk 89bb41da33 Added extra exif tags. 10 years ago
dirk f6d923b130 Reordered values. 10 years ago
dirk 3cba610d87 Code cleanup. 10 years ago
James Jackson-South bfe0d0ff31 Improve png speed and half memory usage 10 years ago
James Jackson-South 0d395314a8 Reduce allocations when encoding 10 years ago
James Jackson-South 3f76ed95da Faster CMYK conversion 10 years ago
James Jackson-South 708258c026 Merge pull request #20 from mellinoe/master 10 years ago
Eric Mellino 39d52d5743 Fix copy order of PixelAccessor methods 10 years ago
Eric Mellino c2f95cee0e Ensure Color structure stores elements in RGBA order 10 years ago
dirk f74d12649f Moved file. 10 years ago
dirk 59dc743060 Added unit tests to test copying to and from ZYX and ZYXW. 10 years ago
dirk b579633d86 Removed endian checks. 10 years ago
James Jackson-South 30a4215125 Faster YCbCr conversion. 10 years ago
James Jackson-South bb8b33f674 Remove unnecessary cast. 10 years ago
dirk 16139d85ec Changed default namespace. 10 years ago
James Jackson-South 748b9bfcb6 Reduce writes in DQT 10 years ago
James Jackson-South 75187438e8 Use correct types in operator 10 years ago
James Jackson-South 0da12fb966 Simplify YCbCr 10 years ago
James Jackson-South b45e2a1c1f Separate Decoder/Encoder benchmarks 10 years ago
James Jackson-South bcfc74a182 Optimize and cleanup the jpeg decoder 10 years ago
James Jackson-South be028ed1b5 Build Huffman tables once only. 10 years ago
James Jackson-South 4b3ade45c6 Optimize and comment the jpeg encoder 10 years ago
James Jackson-South 011e9c1bf1 Clean up PixelRow 10 years ago
James Jackson-South e5d767ff79 Add endianess comment/question 10 years ago
James Jackson-South 0bdb8dce2a Minor png codec perf improvements 10 years ago
James Jackson-South 1b33bd67c4 Make ComponentOrder agnostic 10 years ago
James Jackson-South b5809228f9 Rename ColorPixelAccessor to PixelAccessor 10 years ago
James Jackson-South c18efea916 Add xml docs for new functionality 10 years ago
James Jackson-South a0175a0927 More jpeg encoder cleanup [skip ci] 10 years ago
James Jackson-South 269ed2ce4d Minor cleanup of jpeg encoder 10 years ago
dirk 1f58857341 Added optimized implementation of PixelAccessor<TColor, TPacked> for Color. 10 years ago
dirk 8dc2610ff0 Used the new pixel code to optimize the BMP encoder. 10 years ago