6292 Commits (9ebebeac0fdcc3587b5be07101c2a9ecd3994be7)
 

Author SHA1 Message Date
James Jackson-South 9ebebeac0f Add CieLab tests 8 years ago
James Jackson-South d7fa371793 Normalise inlining, remove flaky test. 8 years ago
Anton Firszov b8914f002b source should be ReadOnlySpan<T> for all bulk-conversion methods + increase tolerance because of failing test case 8 years ago
James Jackson-South e71f2b37e9 Added bulk adaptation method plus more tests 8 years ago
James Jackson-South fce0cf2f0c Fix accidentally replaced test image 8 years ago
James Jackson-South 4878913e2e Upate rgb test format 8 years ago
James Jackson-South 02f7339ee6 Add clamping and more struct tests 8 years ago
James Jackson-South 8a6d032022 Fix colorspace string representation tests. 8 years ago
James Jackson-South 09be4d225c Remove duplicate Adaption checks and reduce allocations. 8 years ago
James Jackson-South 8c0e2e9d46 Merge branch 'master' into colorspace-transforms 8 years ago
James Jackson-South 680ff876a3
Merge pull request #720 from carbon/png 8 years ago
Jason Nelson 66c3f93890 Add Parse method to PhysicalChunkData 8 years ago
Jason Nelson 05a0ca20d9 Move PhysicalChunkData to Chunks namespace 8 years ago
Jason Nelson 96ad14fb6e Breakout the PngPhysicalChunkData conversion and encoding functions from the encoder 8 years ago
Jason Nelson 94119841bf Add details to PNG header validation errors 8 years ago
Jason Nelson 25b6b33cb7 Use Encoding.GetString(ROS<byte>) polyfill 8 years ago
Jason Nelson 581f7049fd Optimize ReadTextChunk 8 years ago
Jason Nelson e203fb7121 Add GetString(ReadOnlySpan<byte> polyfill to Encoding 8 years ago
Jason Nelson 666aaffaab Move PngHeader validation to struct 8 years ago
Jason Nelson c29a967e26 Move Png ColorType to Constants 8 years ago
Jason Nelson 7c88e011be Remove extra line breaks 8 years ago
Jason Nelson 49fb759f29 Unify PngDecoder buffer 8 years ago
James Jackson-South 5bd7b7abfe
Merge pull request #717 from carbon/png 8 years ago
Jason Nelson 662ce2ca09 Format PNG filters 8 years ago
Jason Nelson 7465afe6f2 Ensure 4 bytes are read when reading png chunk type 8 years ago
Jason Nelson 38a13de466 Breakout Adam7 constants and methods 8 years ago
Jason Nelson f8cdf40360 Use try pattern for reading png chunk length 8 years ago
Jason Nelson 1dd2996472 Make PngBitDepth a byte 8 years ago
Jason Nelson 3a8e6c827b Move PngHeader writing logic to struct 8 years ago
Jason Nelson c3a288091d Make ZlibInflateStream getData readonly 8 years ago
Jason Nelson 1d6d657865 Move PngHeader parsing logic to struct 8 years ago
James Jackson-South e123d820a6
Merge pull request #712 from SixLabors/js/multi-bit-png-encoding 8 years ago
James Jackson-South fe5eb6895d
Merge branch 'master' into js/multi-bit-png-encoding 8 years ago
James Jackson-South 27b3b00ea1 Add tests 8 years ago
James Jackson-South a56f8587ce Use clean buffer when detecing format. Fix #714 8 years ago
James Jackson-South 5ccf557c9f Refactor scanline processing so it is readable. 8 years ago
James Jackson-South edcb2ec52f Remove index bounds checks from Png encoder 8 years ago
James Jackson-South f055564551 Remove index bounds checks from Png decoder 8 years ago
James Jackson-South 0f412fc88b Add tests for all supported png bit depths. 8 years ago
James Jackson-South c5e5f4734c Add 1,2, and 4 bit grayscale 8 years ago
James Jackson-South fac9461886 Optimize x-bit scanline packing. 8 years ago
James Jackson-South d60048ead2 Fix 8 bit downscaling 8 years ago
James Jackson-South fcbe2ba289 Add scale down from 8bit method 8 years ago
James Jackson-South 41d14dd9b8
Merge pull request #710 from SixLabors/af/improved-parallelization 8 years ago
Anton Firszov 20ff3ab0a1 fix typo, improve DivideCeil 8 years ago
Anton Firszov 0e443beeec make ParallelExecutionSettings a readonly struct 8 years ago
Anton Firszov c84cb48ba5 cleanup & docs 8 years ago
Anton Firszov d63d08a9ac optimize ImageFrame.Clear() 8 years ago
Anton Firszov 18487030ae Merge remote-tracking branch 'origin/master' into af/improved-parallelization 8 years ago
Anton Firszov a446f1bee2 ParallelHelper -> CloneAs<T>() + drop ParallelFor 8 years ago