5430 Commits (d8d89a9f7e626142a9aa74ecc6b0f3b418e63d39)

Author SHA1 Message Date
James Jackson-South dd32cdfd1b Remove stackalloc 7 years ago
James Jackson-South 20bf5fad16 Manually include compiled file in source via auto copy. 7 years ago
James Jackson-South cbd18728ea Fix module, import configs, automate T4 builds 7 years ago
James Jackson-South 5ca7408a72 Cleanup 7 years ago
James Jackson-South fb26d0ebd1 Faster Gif transparency lookup. 7 years ago
James Jackson-South 01efb09758 Faster png palette encoding. 7 years ago
James Jackson-South 89c5fe249f Introduce palette property 7 years ago
James Jackson-South 1837f6abb9 Clean up quantized frame API 7 years ago
Anton Firszov f0d55caf17 Revert "Merge branch 'af/fast-dev-hack' into js/dither-quantize-updates" 7 years ago
James Jackson-South d9596ef33b Cleanup and update references. 7 years ago
James Jackson-South 63f277b404 Simplify, fix color mapping, and refactor for performance. 7 years ago
James Jackson-South 8952954149 Better performance 7 years ago
Anton Firszov 7a93ae42d9 AVX float -> byte conversion 7 years ago
Anton Firszov cc056a695b IsAvx2CompatibleArchitecture => HasVector8 7 years ago
Anton Firszov 7b7e50244d block scaling bottleneck -> eliminated 7 years ago
Anton Firszov 1f2894af80 BufferArea optimizations 7 years ago
Anton Firszov 48d3963cdd cold/hot path microoptimizations 7 years ago
James Jackson-South d113c787fd Dump progress so far 7 years ago
Sergio Pedri 4b0dfd11c0 Minor micro-optimization in DeflaterHuffman type 7 years ago
Sergio Pedri 70ed21e63b Reintroduced some bounds checks for additional security 7 years ago
Anton Firszov 6d2afb3b08
Add comment for DynamicProxyGenAssembly2 7 years ago
Sergio Pedri 5b7ac75dfa Refactored DeflaterHuffman.BitLengthOrder to ReadOnlySpan<byte> 7 years ago
Sergio Pedri 68387a7737 Fixed a test in the DeflaterHuffman type 7 years ago
James Jackson-South 9d73689f53 Update IPaletteDitherImageProcessor{TPixel}.cs 7 years ago
James Jackson-South c69eb2bee0 Simplify API 7 years ago
Sergio Pedri 057769037d Added input validation to DeflaterHuffman unsafe offsetting 7 years ago
Sergio Pedri b251c00500 Minor code changes to improve clarity 7 years ago
Sergio Pedri 8ad8a5969e Fixed a build error 7 years ago
Sergio Pedri f907f90d6a Code style tweaks 7 years ago
Sergio Pedri bb7b041852 Refactored byte[] arrays in ProfileResolver type 7 years ago
Sergio Pedri 714c960ddf Refactored byte[] arrays in GifConstants type 7 years ago
Sergio Pedri 4dbec4cf86 Refactored byte[] array in Octree type 7 years ago
Sergio Pedri da79756a32 Refactored byte[] array in ExifConstants type 7 years ago
Sergio Pedri aa6552632c Refactored byte[] array in PngConstants type 7 years ago
Sergio Pedri c83d0661df Refactored byte[] array in DeflaterHuffman type 7 years ago
Sergio Pedri 4e8de956aa Refactored byte[] array in ZigZag type 7 years ago
Sergio Pedri 8811994e4d Refactored CropProcessor<TPixel> 7 years ago
Sergio Pedri ba596b2be7 Refactored ResizeProcessor<TPixel> 7 years ago
Sergio Pedri 91e8353ad0 Refactored RotateProcessor<TPixel> 7 years ago
Sergio Pedri 1c49ceaad4 Refactored ProjectiveTransformProcessor<TPixel> 7 years ago
Sergio Pedri 4c0acaff81 Refactored FlipProcessor<TPixel> 7 years ago
Sergio Pedri 3feccec2b2 Refactored AffineTransformProcessor<TPixel> 7 years ago
Sergio Pedri 0f684e6d7c Refactored VignetteProcessor<TPixel> 7 years ago
Sergio Pedri 41af0b5c31 Refactored GlowProcessor<TPixel> 7 years ago
Sergio Pedri 7c1d297f5c Refactored BackgroundColorProcessor<TPixel> 7 years ago
Sergio Pedri d5a98fcc69 Refactored GlobalHistogramEqualizationProcessor<TPixel> 7 years ago
Sergio Pedri c8b69f1fc9 Refactored FilterProcessor<TPixel> 7 years ago
Sergio Pedri d152b14858 Refactored PixelRowDelegateProcessor<TPixel,TDelegate> 7 years ago
Sergio Pedri c4cdc77649 Refactored DrawImageProcessor<TPixelBg,TPixelFg> 7 years ago
Sergio Pedri ee6f7f326d Refactored EdgeDetectorCompassProcessor<TPixel> 7 years ago