1940 Commits (0f84c32a44dd731d3fcf7334a8b31286544b5ef1)

Author SHA1 Message Date
Drawaes c3216d05fa Fixed interlaced PNG 9 years ago
Drawaes a25ff46ef6 Put Adler back to remove encoding bug 9 years ago
Dirk Lemstra d5e60e8506 Fixed incorrect patch. 9 years ago
Drawaes 1c338a9520 Fixed Interlaced decoding for multi frames 9 years ago
James Jackson-South 771f95fd43 Fix whitespace 9 years ago
James Jackson-South c75ebb308a Fix source rectangle regression in resize #118 9 years ago
James Jackson-South 59d3364e4a Squeeze out a couple of milliseconds. 9 years ago
James Jackson-South 15a571fad9 Use better structs with fixed pointer 9 years ago
James Jackson-South 4b8a5dc5c1 Use same conversion methods as libjpeg 9 years ago
Drawaes 50d3932546 Move the palette based color into it's own method and hoisted the palette to be local. 9 years ago
Drawaes b1df833e4b Added bulk pixel operation for RGB 9 years ago
Drawaes 7c6bb5ee27 Skip filter byte 9 years ago
Drawaes 6667e79655 Used the Bulk Pixel Packer 9 years ago
Drawaes e6539c60d3 Performance improvements 9 years ago
James Jackson-South bfc551e414 Fix pixel xml docs to add ranges and remove duplication 9 years ago
James Jackson-South 3e5c8f7b5d Move IPixel types to PixelFormat namespace 9 years ago
James Jackson-South f1fd99c831 Move SinC to MathF [skip ci] 9 years ago
James Jackson-South c2ac575e6c Add direct reference to System.IO.Compression 9 years ago
James Jackson-South cb1ad34ba8 Bump alpha version 9 years ago
James Jackson-South bc52ba58c2 Fix renaming error 9 years ago
James Jackson-South eceb889758 Rename TColor to TPixel 9 years ago
James Jackson-South df5edb281a Rename ColorspaceTransforms 9 years ago
James Jackson-South 0a700864e5 Rename Color and ColorVector 9 years ago
James Jackson-South 29cbdc4a1b Rename Argb, Add Color to tests 9 years ago
James Jackson-South 6b6df21cb6 ColorVector perf improvements 9 years ago
James Jackson-South aaf5f920b6 Add PackedValue back to Color 9 years ago
James Jackson-South 86957b2f48 Delete Rgba32 9 years ago
James Jackson-South e7e9f7bdd2 Add transforms plus additional tests 9 years ago
James Jackson-South 38541af055 Add tests, fix bugs 9 years ago
James Jackson-South 2e7b36c06f Remove unneeded constants 9 years ago
James Jackson-South 292bc4db9e Rename to Color and ColorVector 9 years ago
Scott Williams fdfe5ed0b4 bump version number and SixLabor.* dependencies 9 years ago
James Jackson-South ba89468fe4 Begin add vector based Color 9 years ago
James Jackson-South 3c5e3a966e Rename Color to Color32 9 years ago
James Jackson-South 9c7a96536b Inint remove packing from Color. 9 years ago
Dirk Lemstra 88c3fb3888 Added extra checks to the ExifReader (fixes #175). 9 years ago
James Jackson-South 7eac3f59f8 Correct clamping on WuQuantizer 9 years ago
James Jackson-South 9c29fadceb Fix quantization altering the original image. 9 years ago
Anton Firszov 0e6e570e14 renamed PinnedImageBufferExtensions -> Buffer2DExtensions 9 years ago
Anton Firszov 615163d360 PinnedBuffer<T> ==> Buffer<T> with explicit pinning capability 9 years ago
Anton Firszov b443026cb3 more pointers got removed 9 years ago
Anton Firszov 5c24f441b6 simplified BufferSpan.Copy() 9 years ago
James Jackson-South cbf522e8ad Fix dithering causing random opaque pixels 9 years ago
James Jackson-South 57b2e1ef97 Fix non-dithered Wu output 9 years ago
James Jackson-South a18bb0c190 Cleanup 9 years ago
James Jackson-South 005116e443 Png uses Wu by default to ensure full alpha range 9 years ago
James Jackson-South 3b97c0db91 Octree Quantizer now only supports 1 alpha value 9 years ago
James Jackson-South be3104547e WuQuantizer now inherits Quantizer 9 years ago
James Jackson-South 727dacbb1c Use a single array pool 9 years ago
Anton Firszov 819e048a53 fix CopyTo***Bytes() 9 years ago