1949 Commits (472bb850302a3e4b43870a65d7d64de4bfefc7cb)

Author SHA1 Message Date
Scott Williams 472bb85030 initial blender implementations 10 years ago
James Jackson-South e0efc5f37b Internalise and inline Compress/Expand 10 years ago
James Jackson-South a86c82e971 Add missing tests 10 years ago
Drawaes c3216d05fa Fixed interlaced PNG 10 years ago
James Jackson-South 1492da85d9 Fix Convolution2DProcessor 10 years ago
James Jackson-South 0e229e2bc8 Fix ConvolutionProcessor 10 years ago
James Jackson-South 430517ed48 Fix Oil Painting processor 10 years ago
Drawaes a25ff46ef6 Put Adler back to remove encoding bug 10 years ago
Dirk Lemstra d5e60e8506 Fixed incorrect patch. 10 years ago
Drawaes 1c338a9520 Fixed Interlaced decoding for multi frames 10 years ago
Scott Williams 63eb9a8cd7 retrain untouched pixels when applying filter 10 years ago
Scott Williams a999a0b33b pixelate no longer blanks out background 10 years ago
James Jackson-South 771f95fd43 Fix whitespace 10 years ago
James Jackson-South c75ebb308a Fix source rectangle regression in resize #118 10 years ago
James Jackson-South 59d3364e4a Squeeze out a couple of milliseconds. 10 years ago
James Jackson-South 15a571fad9 Use better structs with fixed pointer 10 years ago
James Jackson-South 4b8a5dc5c1 Use same conversion methods as libjpeg 10 years ago
Drawaes 50d3932546 Move the palette based color into it's own method and hoisted the palette to be local. 10 years ago
Drawaes b1df833e4b Added bulk pixel operation for RGB 10 years ago
Drawaes 7c6bb5ee27 Skip filter byte 10 years ago
Drawaes 6667e79655 Used the Bulk Pixel Packer 10 years ago
Drawaes e6539c60d3 Performance improvements 10 years ago
James Jackson-South bfc551e414 Fix pixel xml docs to add ranges and remove duplication 10 years ago
James Jackson-South 3e5c8f7b5d Move IPixel types to PixelFormat namespace 10 years ago
James Jackson-South f1fd99c831 Move SinC to MathF [skip ci] 10 years ago
James Jackson-South c2ac575e6c Add direct reference to System.IO.Compression 10 years ago
James Jackson-South cb1ad34ba8 Bump alpha version 10 years ago
James Jackson-South bc52ba58c2 Fix renaming error 10 years ago
James Jackson-South eceb889758 Rename TColor to TPixel 10 years ago
James Jackson-South df5edb281a Rename ColorspaceTransforms 10 years ago
James Jackson-South 0a700864e5 Rename Color and ColorVector 10 years ago
James Jackson-South 29cbdc4a1b Rename Argb, Add Color to tests 10 years ago
James Jackson-South 6b6df21cb6 ColorVector perf improvements 10 years ago
James Jackson-South aaf5f920b6 Add PackedValue back to Color 10 years ago
James Jackson-South 86957b2f48 Delete Rgba32 10 years ago
James Jackson-South e7e9f7bdd2 Add transforms plus additional tests 10 years ago
James Jackson-South 38541af055 Add tests, fix bugs 10 years ago
James Jackson-South 2e7b36c06f Remove unneeded constants 10 years ago
James Jackson-South 292bc4db9e Rename to Color and ColorVector 10 years ago
Scott Williams fdfe5ed0b4 bump version number and SixLabor.* dependencies 10 years ago
James Jackson-South ba89468fe4 Begin add vector based Color 10 years ago
James Jackson-South 3c5e3a966e Rename Color to Color32 10 years ago
James Jackson-South 9c7a96536b Inint remove packing from Color. 10 years ago
Dirk Lemstra 88c3fb3888 Added extra checks to the ExifReader (fixes #175). 10 years ago
James Jackson-South 7eac3f59f8 Correct clamping on WuQuantizer 10 years ago
James Jackson-South 9c29fadceb Fix quantization altering the original image. 10 years ago
Anton Firszov 0e6e570e14 renamed PinnedImageBufferExtensions -> Buffer2DExtensions 10 years ago
Anton Firszov 615163d360 PinnedBuffer<T> ==> Buffer<T> with explicit pinning capability 10 years ago
Anton Firszov b443026cb3 more pointers got removed 10 years ago
Anton Firszov 5c24f441b6 simplified BufferSpan.Copy() 10 years ago