5173 Commits (1ac38e3fcffbcbcb9f73c906ff91c873fd5cc30a)

Author SHA1 Message Date
Anton Firszov 537a2210c8 simplify ResizeKernel.Convolve(...) 8 years ago
Anton Firszov f1f0bc04f9 Drop all GetBlockDataReference() usages 8 years ago
Anton Firszov 5404eb6bb1 improved benchmarks + more benchmark results 8 years ago
Dan Manning 9c14fc5b37 762: added AoT method to pre-seed WuQuantizer 8 years ago
Dan Manning 83eeca9246 762: added AoT method to pre-seed dithering engine 8 years ago
Anton Firszov c451058507 minor optimization in JpegColorConverter.FromGrayscale 8 years ago
Anton Firszov c5a4ed85ff Even better Copy2x2. Tests: Group together & refactor profiling benchmarks 8 years ago
Anton Firszov 57cacaccb0 optimize ExifReader.ToEnum<TEnum>(...) 8 years ago
Anton Firszov f57e1f062b improved Block8x8F.Copy2x2Scale 8 years ago
Anton Firszov 165af7a261 Optimization: do not initialize pixel buffer in JpegDecoder 8 years ago
Anton Firszov 55ac40327a reimplement Block8x8F.CopyTo2x2 8 years ago
Anton Firszov a350621d76 benchmarks for current state 8 years ago
Dan Manning 5faf9025a6 ImageSharp-762: Added methods to pre-seed AoT compiler on iOS 8 years ago
Devedse 1b5b85572b Resolved findings in PR 8 years ago
Devedse 88e3ae4856 Removed unused using 8 years ago
Anton Firszov ae0e0a2fc7 do not use GetBlockReference() on hot path 8 years ago
Anton Firszov cec2d1d67d Moved IJpegComponent.GetBlockReference(...) to an extension method 8 years ago
Anton Firszov b4c1f8bf37 AVX2 optimized Block8x8 -> Block8x8F conversion 8 years ago
Anton Firszov a459ff1077 InliningOptions.ShortMethod 8 years ago
James Jackson-South 42913b64b7 Don't force transparency 8 years ago
Simanto Rahman a870517672 Fixed a minor bug 8 years ago
Simanto Rahman 2a58efb39f Changed naming convention for threshold limit param 8 years ago
Devedse 6ac7b951a5
Update PngEncoderCore.cs 8 years ago
Anton Firszov 72e46b344f use InliningOptions.ShortMethod 8 years ago
Devedse 2b93aa2c4a Fixed bug, code now actually fixed my unit test 8 years ago
Devedse e286054fcf This should write transparency 8 years ago
Devedse b49b509988 Work in progress preserving isTrans data 8 years ago
Simanto Rahman d89daae13a Fully working implementation 8 years ago
Simanto Rahman de721e8974 Algorithm behaves abnormally when applied with ParallelHelpers 8 years ago
Dirk Lemstra e221d08990
Replaced tabs with spaces. 8 years ago
Anton Firszov d2185efa4b Improve text rendering accuracy 8 years ago
James Jackson-South 33436492b4 Comment TODO on palette changes. 8 years ago
Scott Williams 8be9e6df4d constrain destination span and scanline to same length 8 years ago
Anton Firszov 4a51598207 fix typos & cleanup 8 years ago
Scott Williams aee867c39f prevent text wandering from baseline 8 years ago
Anton Firszov e19b3593de imrpoved accuracy for Gray8 conversion 8 years ago
Simanto Rahman 4b801a414c Fixed several bugs produced during parallelism implementations 8 years ago
Dirk Lemstra 2d8e1fd5b2
Return empty string instead of null. 8 years ago
Dirk Lemstra b789db0ba6
Added missing length check that caused an ArgumentNullException (#750) 8 years ago
Anton Firszov 3b59b9ac2c better docs, drop PixelExtensions, fix tests 8 years ago
Anton Firszov 437d080180 refactor Vector4 implementation code from PixelOperation<T> to Vector4Converters 8 years ago
Anton Firszov 62da375f63 avoid allocation in RunRgba32CompatibleToVector4Conversion 8 years ago
Anton Firszov eb6665dfc3 Vector4ConversionThreshold 8 years ago
Anton Firszov 59d548cfd3 fix Gray8.ToString() 8 years ago
Simanto Rahman 3c64102940 Added contructor to control threshold limit 8 years ago
Simanto Rahman 865607b3e8 Used TempBuffer and fixed few logical errors 8 years ago
Anton Firszov 145593b133 run default implementation for small buffers 8 years ago
Anton Firszov 41aa2ad9a2 Optimized bulk conversion for common pixel types 8 years ago
Simanto Rahman 7f457f5d45 Missed an end of line by accident :p 8 years ago
Simanto Rahman cecfcbaaf3 Fixed few breaking changes 8 years ago