3472 Commits (568c3ac6ace6b39ae82a1377bb452d3c4634a396)

Author SHA1 Message Date
James Jackson-South f6ad783aaf Cleanup JpegFrameComponent 8 years ago
James Jackson-South 3033b69246 delete golang jpeg decoder 8 years ago
James Jackson-South dfbf5536ae Fix git merge 8 years ago
James Jackson-South 0da5e68854 Cleanup and remove double cast. 8 years ago
popow 4fcefc5e1f moved extension to the processing namespace and the processor accordingly into Processors namespace 8 years ago
James Jackson-South 9ed637dcb1 Use previous VS environment. 8 years ago
James Jackson-South 16422932b0 See if we can fix appveyor by forcing redirects. 8 years ago
James Jackson-South fe9eaac426 Update xml docs. 8 years ago
Dirk Lemstra f0926bbaab Changed clean boolean for allocation into an enumeration. 8 years ago
Jason Nelson 4307d1a3a5 Remove leading whitespace 8 years ago
Jason Nelson 6dedf3db5f Fix comment reference 8 years ago
Jason Nelson 872be9e8e1 Format with expressions 8 years ago
Jason Nelson acf2bb3a44 Eliminate virtual calls from unnecessary IRgbWorkingSpace abstraction 8 years ago
Jason Nelson 88638d3f22 Remove AggressiveInlining hint from trival field accessor 8 years ago
Jason Nelson 4068401175 Seal memory classes 8 years ago
James Jackson-South 7db21263ad Add UnitConverter tests 8 years ago
James Jackson-South b176a0ec17 Add bmp and jpeg tests 8 years ago
James Jackson-South 965bc1037d Read/Write bmp resolution 8 years ago
James Jackson-South 95e77e3ba3 Use UnitConverter to abstract complexity. 8 years ago
James Jackson-South 18fd820398 Properly handle png resolution. 8 years ago
James Jackson-South 9210d4cc35 Can now preserve correct resolution for jpeg and gif. 8 years ago
popow 5708144364 luminance levels is now a parameter of the constructor, defaults to 65536 8 years ago
Anton Firszov 0475a072d5 remove unnecessary partial keyword 8 years ago
Jason Nelson 8c120eb0a6 Heed to Stylecop 8 years ago
Jason Nelson 958f7dc118 Add periods 8 years ago
Jason Nelson a3370e5ad4 Return RgbWorkingSpace directly to reduce virtual calls 8 years ago
Jason Nelson 1e20c5c2a1 Prevent boxing of RgbWorkingSpace 8 years ago
Jason Nelson 315e670b1e Update IColorConversion to support readonly structs 8 years ago
Jason Nelson ba1bbfd7f4 Pass by reference 8 years ago
Jason Nelson 6d0db4764d Match AggressiveInlining usage to main pixel classes 8 years ago
Jason Nelson 9cdf8e7596 Remove IsEmpty properties when we can just compare to default 8 years ago
Jason Nelson 4319c22337 Use HashHelpers 8 years ago
Jason Nelson 1de176e0a2 Remove MethodImplOptions.AggressiveInlining from trival field accessors 8 years ago
Jason Nelson 652c056f89 Simplify IccProfileId IsSet 8 years ago
Jason Nelson 72b04317a8 Spanify blittable equality checks 8 years ago
Johannes Bildstein deb299036f improve check for invalid ICC profiles and extend tests 8 years ago
popow ac69aa7bfd using Vector4 to calculate the luminance and set the pixel value 8 years ago
popow f78d9b752e allocating cdf and histogram buffer with a using statement 8 years ago
popow dd698dd483 using GetPixelSpan instead of GetPixelRowSpan 8 years ago
James Jackson-South d6944d5a6a Simplify drawing namespaces. 8 years ago
James Jackson-South fc2dc1b69d Update ImageSharp Namespaces. 8 years ago
Anton Firszov 227789628b temporal vortex attacked again 8 years ago
Anton Firszov df557c9312 ScanDecoder: refactor parameters to members 8 years ago
Anton Firszov ff1a24c02a simplify + uniformize blockDataRef retrieval 8 years ago
Anton Firszov b9a6804fbf separate Interleaved / Non-Interleaved code path 8 years ago
Anton Firszov 468797f4fa use JpegThrowHelper 8 years ago
Anton Firszov d04611ead1 Introduce InliningOptions 8 years ago
popow a5b180ac9a fixed rounding issue in calculating the luminance 8 years ago
popow 7ecfa0cfbf removed unnecessary allocation of the lut, using cdf instead 8 years ago
popow f4d97863ad using memoryAllocator 8 years ago