6960 Commits (9ea9f2df5d7ded528b342b62d3dcd42e6dfdaf1f)
 

Author SHA1 Message Date
Anton Firsov 0ab8946b4b
Merge pull request #727 from SixLabors/af/simplify-generators2 8 years ago
Anton Firsov 4ac663e322
Merge branch 'master' into af/simplify-generators2 8 years ago
Anton Firszov 006e924720 drop old generators 8 years ago
Anton Firszov 8f7ef87fb3 new generator methods 8 years ago
James Jackson-South ed6876fb03
Merge pull request #726 from SixLabors/js/fix-605 8 years ago
James Jackson-South 1ce14f875e Remove invalid test 8 years ago
James Jackson-South acb8102388 Throw when crop rectangle exceeds source bounds. 8 years ago
James Jackson-South ab8ec5bb6b
Merge pull request #724 from SixLabors/js/fix-723 8 years ago
James Jackson-South 6f791d3e85 No pointers! 8 years ago
James Jackson-South af4c9dd583 Add comment 8 years ago
James Jackson-South c10ba1280f Remove fixed structs. 7.3 can index fixed arrays! 8 years ago
James Jackson-South bc5010bfbb Clean up Huffman table code. 8 years ago
James Jackson-South 6f9875d946 Decode components in correct order + cleanup + optimizations. 8 years ago
James Jackson-South 244c223c11
Merge pull request #722 from SixLabors/js/fix-721 8 years ago
James Jackson-South 77f6c1738f Fix #721 8 years ago
James Jackson-South fa7c3a1580 CieXyy tests 8 years ago
James Jackson-South f1967c33d5 CieLuv tests 8 years ago
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
David Svånå f5e677c862 When passing 0 to only one dimension on resize, it will keep one pixel in case aspect ratio results in less than 1 pixel for a dimension. 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