3697 Commits (be5013553ec1672c13488968d435c736cedd8b26)

Author SHA1 Message Date
James Jackson-South d49d74aafc Update and normalise pixel format + disable out of date tests 8 years ago
James Jackson-South 1bd63b33b3 Fix Gray8 8 years ago
Anton Firszov 915ab70853 Simplify ResizeKernel 8 years ago
Anton Firszov 6fb25c1f21 disable profiling-related stuff 8 years ago
Anton Firszov 1f0d492805 simplify ResizeProcessor 8 years ago
Anton Firszov 86b2bfe100 Fix ResizeProcessor Compand UnPremultiply bug + tests 8 years ago
Anton Firszov fc7eee8400 better profiler output for ResizeProcessor 8 years ago
Anton Firszov 75ec80a803 better separation + optimized row processing 8 years ago
Anton Firszov e034162b3a use transposed buffer in ResizeProcessor 8 years ago
Anton Firszov 08ebbf5ab7 separate PreMultiply from Convonution for rows 8 years ago
Anton Firszov 48f8815f5e add bulk Premultiply 8 years ago
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
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 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
Anton Firszov 006e924720 drop old generators 8 years ago
Anton Firszov 8f7ef87fb3 new generator methods 8 years ago
James Jackson-South acb8102388 Throw when crop rectangle exceeds source bounds. 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 77f6c1738f Fix #721 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
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