6245 Commits (e5136f3cac22c6ec6191182a364819b1f4ea47ac)
 

Author SHA1 Message Date
James Jackson-South e5136f3cac
Merge pull request #728 from jongleur1983/addToStringToBgr24 8 years ago
James Jackson-South 376e1d3c1a
Merge branch 'master' into addToStringToBgr24 8 years ago
James Jackson-South fe88a908d4
Merge pull request #719 from Davidsv/ImageSharp-issue-711-resize-aspect-ratio-or-closest 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
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 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
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