3868 Commits (a2e09f1bcfe135d6b2f3091c8790f7c4d1d3601e)

Author SHA1 Message Date
Peter Amrehn 58a5232e72 #718: extend IPixel interface and implement it everywhere, ... 8 years ago
Peter Amrehn 0354f32c44 #718: fix merge conflicts, adapt changes from PR #727 to t4 script 8 years ago
Peter Amrehn 9720fea2da #718: add pixel types Gray8 and Gray16 8 years ago
Peter Amrehn 0abb99b884 fix whitespacing in generated code 8 years ago
Peter Amrehn afe9cd14e2 Add ToString implementations to Bgr24 and Bgra32 8 years ago
David Svånå 36abf6d116 -Remove ResizeProcess.EnsureSizeBothDimensions and inlined its functionality in the constructors. -Updated ResizeExtensions remarks. 8 years ago
Anton Firszov eddbd22044 drop old generators 8 years ago
Anton Firszov 08dfb7aa2a new generator methods 8 years ago
James Jackson-South 26ea2af4be Throw when crop rectangle exceeds source bounds. 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 f62f6e82e1 Fix #721 8 years ago
James Jackson-South 54d45d5071 CieLuv tests 8 years ago
James Jackson-South 3af4fb190e Add CieLab tests 8 years ago
James Jackson-South 762c743d20 Normalise inlining, remove flaky test. 8 years ago
Anton Firszov 5a75939dff source should be ReadOnlySpan<T> for all bulk-conversion methods + increase tolerance because of failing test case 8 years ago
James Jackson-South a31dfabb5c Added bulk adaptation method plus more tests 8 years ago
James Jackson-South 7845e8660e Add clamping and more struct tests 8 years ago
James Jackson-South 346147a187 Fix colorspace string representation tests. 8 years ago
James Jackson-South e609a3a5d8 Remove duplicate Adaption checks and reduce allocations. 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
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
Jason Nelson 3e6d3d35b7 Breakout Adam7 constants and methods 8 years ago
Jason Nelson f6874ba1ff Use try pattern for reading png chunk length 8 years ago
Jason Nelson 07db5ae0b2 Make PngBitDepth a byte 8 years ago
Jason Nelson 3ca9163746 Move PngHeader writing logic to struct 8 years ago
Jason Nelson 77b1db8b3b Make ZlibInflateStream getData readonly 8 years ago
Jason Nelson 389684c4aa Move PngHeader parsing logic to struct 8 years ago
James Jackson-South b2dcbb6b4c Use clean buffer when detecing format. Fix #714 8 years ago
James Jackson-South a4e18a9c6d Refactor scanline processing so it is readable. 8 years ago
James Jackson-South 6bab44a56a Remove index bounds checks from Png encoder 8 years ago
James Jackson-South 8540033a6c Remove index bounds checks from Png decoder 8 years ago
James Jackson-South f073fff6a1 Add 1,2, and 4 bit grayscale 8 years ago
James Jackson-South 7b692fd15a Optimize x-bit scanline packing. 8 years ago
James Jackson-South 0c267f8d79 Fix 8 bit downscaling 8 years ago