6678 Commits (700b07eeba6bef8dbf8a55b3cd73d99f5e67ee73)
 

Author SHA1 Message Date
Anton Firszov 5fde593c32 Better names: WeightsWindow -> ResizeKernel, WeightsBuffer -> KernelMap 8 years ago
Anton Firszov 607cec8fdb do not allocate unnecessaryly large buffer in WeightsBuffer 8 years ago
James Jackson-South 376e1d3c1a
Merge branch 'master' into addToStringToBgr24 8 years ago
Anton Firszov e84cdbafcc tests for LCM & GCD 8 years ago
James Jackson-South fe88a908d4
Merge pull request #719 from Davidsv/ImageSharp-issue-711-resize-aspect-ratio-or-closest 8 years ago
James Jackson-South 7b462e70e9 Add additional tests 8 years ago
Anton Firszov 4ffc58008b LeastCommonMultiple 8 years ago
Peter Amrehn 1cec215596 #718: add missing documentation 8 years ago
Peter Amrehn 845af5e2e7 #718: add missing inheritdoc comments 8 years ago
Peter Amrehn 4c80b16f31 #718: extend IPixel interface and implement it everywhere, ... 8 years ago
Peter Amrehn 6b70bd696f #718: fix Gray8Tests 8 years ago
Peter Amrehn f5a331b914 #718: fix merge conflicts, adapt changes from PR #727 to t4 script 8 years ago
Peter Amrehn 39b3cb708c #718: add pixel types Gray8 and Gray16 8 years ago
Peter Amrehn dba37fe5f6 fix whitespacing in generated code 8 years ago
Peter Amrehn 31bccc671c Add ToString implementations to Bgr24 and Bgra32 8 years ago
David Svånå 18e2e9ce9a -Remove ResizeProcess.EnsureSizeBothDimensions and inlined its functionality in the constructors. -Updated ResizeExtensions remarks. 8 years ago
Davidsv 512fa973fa
Merge branch 'master' into ImageSharp-issue-711-resize-aspect-ratio-or-closest 8 years ago
James Jackson-South 76522a3a98 Merge branch 'master' into colorspace-transforms 8 years ago
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