11381 Commits (05e8d16b3be7724ecb48cbf4803cea97eb0d91e1)
 

Author SHA1 Message Date
James Jackson-South c214af56eb Optimize chunk reading to maximize performance 5 years ago
James Jackson-South c9f2c9e3f5 Merge branch 'master' into js/png-decode-to-type 5 years ago
WINDEV2110EVAL\User bf3035f06b Don't include unnecessary parameters for helper functions that are only used once. 5 years ago
WINDEV2110EVAL\User 0c65e13a4e Don't save the exif text chunk if it is successfully parsed 5 years ago
James Jackson-South 2ce81d94b0
Merge branch 'master' into bp/dofiltersse2 5 years ago
Brian Popow a581ab6f45
Merge branch 'master' into pgm-support 5 years ago
WINDEV2110EVAL\User c8e2902be2 Moved legacy exif data loading test from PngDecoderTests to PngMetadataTests. 5 years ago
WINDEV2110EVAL\User c2b906ee12 Removed unnecessary temporary allocations. 5 years ago
WINDEV2110EVAL\User 8b9c334bca Moved the ExifHeader property to after the constructor to satisfy StyleCop. 5 years ago
jubilant-enigma 7f4c9cdd8f
Update src/ImageSharp/Formats/Png/PngDecoderCore.cs 5 years ago
jubilant-enigma c8a191d296
Update src/ImageSharp/Formats/Png/PngDecoderCore.cs 5 years ago
James Jackson-South 4ee7830105
Merge pull request #1876 from br3aker/dp/jpeg-encoder-ff-fix 5 years ago
WINDEV2110EVAL\User d5ddc4696e Fixed an incomplete comment 5 years ago
WINDEV2110EVAL\User 2c12c78e83 Added support for loading exif data from pre-2017 pngs from the "raw profile type exif" text chunk. 5 years ago
Brian Popow f09641c06b Cleanup 5 years ago
Brian Popow 093e1ae946 Add missing using 5 years ago
Ynse Hoornenborg 1aa27bd3ef Add Magick compatible input image 5 years ago
Ynse Hoornenborg dd49f9a811 Single image compare utils for multiple Formats 5 years ago
Brian Popow 68f905fbbd
Merge branch 'master' into bp/dofiltersse2 5 years ago
Dmitry Pentin e9b6b8aaa2 Fixed error 5 years ago
Brian Popow 5e27397013
Merge branch 'master' into pgm-support 5 years ago
Ynse Hoornenborg 61cfa66bdb Make variables as const if possible 5 years ago
Ynse Hoornenborg 3a0a044fe2 Improve exception messages 5 years ago
Ynse Hoornenborg 20b0349455 NeedsUpscaling code improvements 5 years ago
Ynse Hoornenborg 284772c11c Push input images to LFS again 5 years ago
Brian Popow 952af3747e
Merge pull request #1873 from SixLabors/bp/fix1872 5 years ago
Anton Firszov 7eaa5ee1a2 attempt to re-enable MultiplePoolInstances_TrimPeriodElapsed_AllAreTrimmed on Mac 5 years ago
Anton Firszov 90316a1507 serialize MultiplePoolInstances_TrimPeriodElapsed_AllAreTrimmed 5 years ago
Brian Popow 3780ca78e0 Add lossless encode test which checks the expected bytes count of the encoded file 5 years ago
Anton Firszov d35b239c5e automatic consequence of shared-infrastructure update? 5 years ago
Anton Firszov 66967abf3b Merge branch 'master' into af/UniformUnmanagedMemoryPoolMemoryAllocator-02 5 years ago
Anton Firszov 751fc061a5 update shared-infrastructure 5 years ago
Anton Firszov f10da94830 MemoryAllocatorSettings -> MemoryAllocatorOptions 5 years ago
Brian Popow 72c6f52909 Allocate clean buffer in AnalyzeEntropy 5 years ago
Anton Firszov a5af74e4b4
Merge branch 'master' into pgm-support 5 years ago
Dmitry Pentin e0665ff842 Merge branch 'dp/jpeg-decoder-color-converters' of https://github.com/br3aker/ImageSharp into dp/jpeg-decoder-color-converters 5 years ago
Dmitry Pentin 829af05f57
Merge branch 'SixLabors:master' into dp/jpeg-decoder-color-converters 5 years ago
Dmitry Pentin ea2f5894ee Renamings 5 years ago
Dmitry Pentin ca9ad91c02 Removed duplicated code, removed unused variables 5 years ago
Brian Popow 15c28e1495 Simplify Memset: Use Span.Fill 5 years ago
Brian Popow 67c3de2240 Add tests for decoding lossy without hardware intrinsics 5 years ago
Brian Popow c8d182bad6 Add SSE2 version of SimpleHFilter16i 5 years ago
Brian Popow fabf00ab8f Add SSE2 version of SimpleVFilter16i 5 years ago
Brian Popow 86bf6c31d3 Fix issues with SSE filters 5 years ago
Dmitry Pentin f3b35e8acb Yet another 'fix' 5 years ago
Dmitry Pentin 09d056e42b Fixed test bug introduced in one of previous commits, code cleanup 5 years ago
Ynse Hoornenborg c4cf012ac4 Scale pixel value up to full allocation range 5 years ago
Ynse Hoornenborg 5587770eef Merge branch 'pgm-support' of https://github.com/ynse01/ImageSharp into pgm-support 5 years ago
Ynse Hoornenborg 26b3e664db Fix bug in black and white plain decoding 5 years ago
Dmitry Pentin 09b2e54c71 More robust test failure output 5 years ago