6258 Commits (12f4b9675f221c5de5bdde5553a4e5c8cf7d6587)
 

Author SHA1 Message Date
Anton Firszov 12f4b9675f Simplify ResizeKernel 8 years ago
Anton Firszov 0c437c35a6 disable profiling-related stuff 8 years ago
Anton Firszov 1143977ca0 Merge remote-tracking branch 'origin/master' into af/kernelbuffer 8 years ago
Anton Firszov 44004ccff7 better Resize benchmarks 8 years ago
Anton Firszov e907ec9561 simplify ResizeProcessor 8 years ago
Anton Firszov ce0a17f589 Fix ResizeProcessor Compand UnPremultiply bug + tests 8 years ago
Anton Firszov 78e598cad3 better profiler output for ResizeProcessor 8 years ago
Anton Firszov e7bb01b62b WIP better Resize benchmarks 8 years ago
Anton Firszov d0afcc8b15 better separation + optimized row processing 8 years ago
Anton Firszov 30a26d52f8 use transposed buffer in ResizeProcessor 8 years ago
Anton Firszov c1afe359db separate PreMultiply from Convonution for rows 8 years ago
Anton Firszov b5ef7d9bfb add bulk Premultiply 8 years ago
Anton Firszov e8eb6a72b6 Better names: WeightsWindow -> ResizeKernel, WeightsBuffer -> KernelMap 8 years ago
Anton Firszov 81313d07f7 do not allocate unnecessaryly large buffer in WeightsBuffer 8 years ago
Anton Firszov 7effe7238b tests for LCM & GCD 8 years ago
James Jackson-South aaf9b9305b
Merge pull request #719 from Davidsv/ImageSharp-issue-711-resize-aspect-ratio-or-closest 8 years ago
Anton Firszov 99b114a7e5 LeastCommonMultiple 8 years ago
David Svånå 36abf6d116 -Remove ResizeProcess.EnsureSizeBothDimensions and inlined its functionality in the constructors. -Updated ResizeExtensions remarks. 8 years ago
Davidsv 75f2e656aa
Merge branch 'master' into ImageSharp-issue-711-resize-aspect-ratio-or-closest 8 years ago
Anton Firsov 72f5a3be13
Merge pull request #727 from SixLabors/af/simplify-generators2 8 years ago
Anton Firsov ccfabf8fe7
Merge branch 'master' into af/simplify-generators2 8 years ago
Anton Firszov eddbd22044 drop old generators 8 years ago
Anton Firszov 08dfb7aa2a new generator methods 8 years ago
James Jackson-South 3ae862a055
Merge pull request #726 from SixLabors/js/fix-605 8 years ago
James Jackson-South 298a2f038e Remove invalid test 8 years ago
James Jackson-South 26ea2af4be Throw when crop rectangle exceeds source bounds. 8 years ago
James Jackson-South ff70890805
Merge pull request #724 from SixLabors/js/fix-723 8 years ago
James Jackson-South 63ee597022 No pointers! 8 years ago
James Jackson-South 63e3c4411a Add comment 8 years ago
James Jackson-South 99e773c13e Remove fixed structs. 7.3 can index fixed arrays! 8 years ago
James Jackson-South a82b404e2c Clean up Huffman table code. 8 years ago
James Jackson-South 24f2e1a689 Decode components in correct order + cleanup + optimizations. 8 years ago
James Jackson-South e47f9004f2
Merge pull request #722 from SixLabors/js/fix-721 8 years ago
James Jackson-South f62f6e82e1 Fix #721 8 years ago
James Jackson-South 160f29f451
Merge pull request #720 from carbon/png 8 years ago
Jason Nelson d8d2e42a2d Add Parse method to PhysicalChunkData 8 years ago
Jason Nelson b284c3da47 Move PhysicalChunkData to Chunks namespace 8 years ago
Jason Nelson d5df1dde58 Breakout the PngPhysicalChunkData conversion and encoding functions from the encoder 8 years ago
Jason Nelson 759646f606 Add details to PNG header validation errors 8 years ago
Jason Nelson bb37823dc2 Use Encoding.GetString(ROS<byte>) polyfill 8 years ago
Jason Nelson ad2cd60994 Optimize ReadTextChunk 8 years ago
Jason Nelson 4cf88663bf Add GetString(ReadOnlySpan<byte> polyfill to Encoding 8 years ago
Jason Nelson 745a05774a Move PngHeader validation to struct 8 years ago
Jason Nelson 583af0e934 Move Png ColorType to Constants 8 years ago
Jason Nelson 260994fab3 Remove extra line breaks 8 years ago
Jason Nelson 89d867e54d Unify PngDecoder buffer 8 years ago
David Svånå f5464b589f 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 c513e57400
Merge pull request #717 from carbon/png 8 years ago
Jason Nelson eec6fc71bc Format PNG filters 8 years ago
Jason Nelson 2e10c11286 Ensure 4 bytes are read when reading png chunk type 8 years ago