2666 Commits (3fd6ee3536d810cef39497b5bbb68a23e5bd8877)
 

Author SHA1 Message Date
James Jackson-South 3fd6ee3536 Merge remote-tracking branch 'refs/remotes/origin/master' into feature/interlaced 10 years ago
James Jackson-South b94a865d1c Initial attempt to decode png. Touch #9 10 years ago
Dirk Lemstra f994932b8b Moved coordinates check to a method and used a Conditional instead of an #if. 10 years ago
James Jackson-South bde29daffd Badges, badges, badges [skip ci] 10 years ago
James Jackson-South 2ba2d0fa05 Fix decoding of 4bit indexed pngs. 10 years ago
James Jackson-South c71feba4c6 Stylecop remove trailing whitespace 10 years ago
James Jackson-South fa2e59bf27 Stylecop Add brackets for operators 10 years ago
James Jackson-South fc707b3c2c Fix Stylecop SA1028 10 years ago
James Jackson-South 20867253a6 Add bounds checks. Fix #29 10 years ago
James Jackson-South 1604ef7228 Merge branch 'refs/heads/pr/30' 10 years ago
James Jackson-South 781477cc05 Fixes for Byte4 10 years ago
luuk afa4313fe3 Array.Clear is faster and looks nicer in source 10 years ago
James Jackson-South 9034950e86 Merge remote-tracking branch 'refs/remotes/origin/feature/packedpixel' 10 years ago
James Jackson-South ba13febc78 Add PackedPixelConverterHelper Fix #27 10 years ago
James Jackson-South 01a8e9c5c8 Add Short4 10 years ago
James Jackson-South 99ff0540c4 Add correct tests 10 years ago
James Jackson-South ab50f1d19f Add Short2 10 years ago
luuk 89b4072cf1 - do not loop trough the entire rented array but only the bytesPerScanline. 10 years ago
James Jackson-South 584227ad7f Add Rgba64 10 years ago
James Jackson-South 969fa9ae50 Add Rgba1010102, Make Bgr565 conversion more accurate. 10 years ago
James Jackson-South 3451e72b33 Add Rg32 10 years ago
James Jackson-South c5cf310c17 Add NormalizedShort4 10 years ago
James Jackson-South 7e9f6290b9 Update benchmarkdotnet 10 years ago
James Jackson-South 94c7cc6548 Add NormalizedShort2 10 years ago
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