4341 Commits (5fab53d760310de8636a5d4eec8fbc78fd8e97f9)

Author SHA1 Message Date
Anton Firszov 63ffdcb18f Correct readonly-semantics for QuantizedFrame 7 years ago
Anton Firszov b68699c82b QuantizedFrame<T> using ReadOnlyMemory<T> 7 years ago
Anton Firszov 5d470807d8 Made PaletteQuantizer non-generic all the way 7 years ago
Anton Firszov 2cd94fa1f8 cleanup 7 years ago
Anton Firszov ea8f7b748f cleanup and document Color 7 years ago
Anton Firszov 139a0000ce made AutoOrientExtensions non-generic 7 years ago
Anton Firszov 2168ecbb05 refactor of Overlays 7 years ago
Anton Firszov b92731896d formatting 7 years ago
Anton Firszov a7720e53cb verbose naming for Histogram Equalization stuff + make it public 7 years ago
Brian Popow 1140910d84 Setting dither to false in the OctreeQuantizer 7 years ago
Brian Popow fc9c716ece Changed WuQuantizer to OctreeQuantizer 7 years ago
Brian Popow fddae8734a Add support for encoding 8-bit bitmaps 7 years ago
Anton Firszov 0426d5ab12 refactor dithering and error diffusion to use Color 7 years ago
Anton Firszov 422a78e949 Implement WernerPalette and WebSafePalette for Color 7 years ago
Anton Firszov e72b7172dd Pixel-agnostic Binarization processors 7 years ago
Anton Firszov 2e53d72c49 basic Color methods 7 years ago
Anton Firszov 99916fb452 add more Rgba64 constructor overloads 7 years ago
Anton Firszov 2e402ba35d add skeleton for Color type 7 years ago
Anton Firszov 43c78abf32 temporarily disable multitargeting 7 years ago
Anton Firszov fefb0e66a4 publish non-generic QuantizeProcessor 7 years ago
Anton Firszov f4e497de5a Fix docs for processing extensions 7 years ago
Anton Firszov 3998b6d895 fix changes applied by mistake 7 years ago
Anton Firszov 5215a13cbb fix Image.FromStream() + add tests 7 years ago
Anton Firszov fa1e0baced cache Image dimensions into a field + re-enable all target frameworks 7 years ago
Anton Firszov 394174bb53 refactor HistogramEqualization 7 years ago
Anton Firszov 22892a5cca sealed everything 7 years ago
Anton Firszov 3c7988cef6 Finished refactoring transforms 7 years ago
Anton Firszov e53e0dc9c3 refactor Effects processors 7 years ago
Anton Firszov 9b451fab0c Refactor edge detection 7 years ago
Anton Firszov 91d0f6fd02 drop IEdgeDetectorProcessor 7 years ago
Anton Firszov 432d35ccc3 Further refactor on Gaussian stuff 7 years ago
Anton Firszov 5fc4374fd9 making filters public 7 years ago
Anton Firszov 604a8008fb refactor BoxBlur and GaussianBlur 7 years ago
Brian Popow 65dc0ab53a Add more pixel conversion tests 7 years ago
Anton Firszov 01ae31cd14 validating tests for Convolution processors 7 years ago
Anton Firszov 8b0416f138 validating tests for Convolution processors 7 years ago
Anton Firszov 2995f596ef *ProcessorImplementation<T> ===> *Processor<T>, 7 years ago
Anton Firszov d8b918f148 fix warnings and improve xmldocs 7 years ago
Anton Firszov 59845dcbd7 reached a fully compiling state 7 years ago
Anton Firszov 86cc38ad94 refactor the rest of the FilterProcessor code 7 years ago
Anton Firszov 1978731ac1 basic fixes after rebase + temporarily comment out target frameworks 7 years ago
Anton Firszov ff045a1362 refactor FilterProcessor stuff 7 years ago
Anton Firszov ebfecf4fda pixel-agnostic decoder API 7 years ago
Anton Firszov 7fae100254 pixel-agnostic ResizeProcessor 7 years ago
Anton Firszov 0d2c0e78c8 pixel agnostic Mutate/Clone defined 7 years ago
Anton Firszov 2fa57ff510 define IImageVisitor 7 years ago
Brian Popow 039eae6a99 Add support for encoding 16 bit per pixel bitmaps (#899) 7 years ago
Brian Popow 7fda30d01d Bitmap encoder writes V3 header as default (#889) 7 years ago
Anthony Truskinger 764a73b631 Now throws a better excpetion DrawImage source does not overlap target (#877) 7 years ago
BorisTheBrave 570849085b ImageBrush shouldn't Dispose of the image it is using. (#883) 7 years ago