6054 Commits (176e7e9f83cc2a3dea0eac5fbcd61498f7c32dcf)
 

Author SHA1 Message Date
popow 8117d8232f added support for 16 bit greyscale 8 years ago
James Jackson-South 69f228bf23 private static ordering. 8 years ago
James Jackson-South fcabcdd5d5 Refactor FastACTables and reduce trivial duplication. 8 years ago
James Jackson-South 6360a8a9a1 Update name reference 8 years ago
James Jackson-South 8370d4f8af Fix updated struct name 8 years ago
James Jackson-South 1e493ab80e Split progressive AC method and rename GrowBufferUnsafe 8 years ago
James Jackson-South 43c818fec2 Add descriptive comments, remove unused, and make method static. 8 years ago
popow 7890186959 Merge remote-tracking branch 'upstream/master' into feature/histogramEqualization 8 years ago
popow 5b1b8b11d3 changed the cdf to be the cumulative histogram 8 years ago
popow 687db06e36 added HistogramEqualizationTest 8 years ago
James Jackson-South cfe5b5cc8b Update reference images from master 8 years ago
James Jackson-South b5e240177a Delete unused code. 8 years ago
James Jackson-South d8f4b25c63 Remove unused huffman table code. 8 years ago
James Jackson-South f2e05bfcbc Minor perf changes. 8 years ago
James Jackson-South 1a79cfb002 void methods 8 years ago
James Jackson-South c69c3aca13 Split decode method. 8 years ago
James Jackson-South 681f99f914 Can now decode baseline + progressive 8 years ago
popow d41ece1432 added first attempt of histogram equalization 8 years ago
James Jackson-South 588e423410 9/10 baseline now pass! 8 years ago
James Jackson-South 5716dbeb63 Merge branch 'master' into js/new-jpeg-scan-decoder 8 years ago
James Jackson-South 9e59ac19e0 6/10 baseline images now pass. 8 years ago
popow 94da0b3f4e added SyncProfiles() before writing the Exif Chunk 8 years ago
popow 700fde41cb Merge remote-tracking branch 'upstream/master' into feature/pngExif 8 years ago
popow f32e68ac82 - fixed error message in WriteExifProfile, when Exif data exceeds the limits 8 years ago
popow c228f945c8 commented out not needed references 8 years ago
James Jackson-South d7bd82b79e
Merge pull request #637 from SixLabors/js/faster-gif 8 years ago
James Jackson-South 565d885414
Merge branch 'master' into feature/pngExif 8 years ago
James Jackson-South ad8c2e26fc
Merge branch 'master' into js/faster-gif 8 years ago
James Jackson-South 6949cde219
Merge pull request #640 from SixLabors/af/magick 8 years ago
Anton Firszov 52c9ca4a3d pushed a bad value accidentally in my previous commit 8 years ago
Anton Firszov 93585fd00c try to fine-tune tolerance in PngEncoderTests + better Rgba64.ToString() 8 years ago
Anton Firszov 9204e4deac Merge branch 'af/magick' of https://github.com/SixLabors/ImageSharp into af/magick 8 years ago
Anton Firszov e1e4c85b71 Fix Sandbox46 8 years ago
Anton Firsov 5318d8dbf7
Merge branch 'master' into af/magick 8 years ago
James Jackson-South 891f6eb005 Merge branch 'master' into js/faster-gif 8 years ago
James Jackson-South 967f6c0c68
Merge pull request #639 from carbon/cq3 8 years ago
James Jackson-South ab234b3efb Handle CI craziness. 8 years ago
James Jackson-South 4c04817563 Update reference images 8 years ago
James Jackson-South 9a12d09d7a Update tests 8 years ago
James Jackson-South c3d38bac9c Refactor to better use base classes. 8 years ago
Anton Firszov 5b006027e3 do not register SystemDrawing reference encoders on linux 8 years ago
Anton Firszov 815a01a969 no BMP assertions on linux 8 years ago
Anton Firszov 6d1c15f84b Merge remote-tracking branch 'origin/master' into af/magick 8 years ago
Jason Nelson 5ae24b0817 Optimize remaining equality checks using pattern matching 8 years ago
Jason Nelson 9c027378f1 Remove trailing whitespace 8 years ago
Anton Firszov c42ee793c8 PngEncoderTests.WorksWithBitDepth16 8 years ago
Jason Nelson 80aa108e95 Simplify null comparison 8 years ago
Jason Nelson bb5dfefd3d Update tests for IccVersion 8 years ago
Jason Nelson 0380e2ee37 Implement IEquatable on IccVersion 8 years ago
Jason Nelson 5554aa3198 Use Unsafe.As<> 8 years ago