9817 Commits (8f1e43a95d35f398a5166b6272df54f4c325f083)
 

Author SHA1 Message Date
Brian Popow 8f1e43a95d Additional test images 5 years ago
Brian Popow 85368ccc43
Merge branch 'master' into bp/tiff24bit 5 years ago
Brian Popow 8c7ee589e6 Add support for decoding 32bit per channel color tiff with planar pixel data 5 years ago
Brian Popow 9c585c4899 Add support for decoding 32bit per channel color tiff with contiguous pixel data 5 years ago
Brian Popow c34a1ed024 Add support for decoding gray 32 bit tiff's 5 years ago
Brian Popow e700b972fd Add support for decoding gray 24 bit tiff's 5 years ago
James Jackson-South 4638965c37
Merge pull request #1721 from SixLabors/js/fix-divide-by-zero 5 years ago
James Jackson-South 3e56885e3b
Merge branch 'master' into js/fix-divide-by-zero 5 years ago
James Jackson-South 8e8123c598 Add sanitation for dithering methods. 5 years ago
Brian Popow 28c1356a76 Add support for decoding 24bit per channel color tiff with planar pixel data 5 years ago
Brian Popow 6e9cff93f4 Add support for decoding 24bit per channel color tiff with contiguous pixel data 5 years ago
Brian Popow c084b5f83c
Merge pull request #1720 from SixLabors/bp/tiff16bitgray 5 years ago
Brian Popow f868b7a2aa Add min is white 16 bit gray big endian test file 5 years ago
Brian Popow 9e12a72a55 Fix loop bounds for little endian, add little endian test file 5 years ago
Brian Popow f1834c7816 Avoid bounds checks 5 years ago
James Jackson-South 8238c8fd6f Add additional checks 5 years ago
James Jackson-South 547a90780f Handle default instances. #1583 5 years ago
Brian Popow 522a879a18 Avoid using defaults, because of issue with netcore2.1 in Release mode 5 years ago
James Jackson-South cbb5aafa77 Do not use static default options 5 years ago
Brian Popow 0ae95f17d9 Use pixel row span to access pixels 5 years ago
Brian Popow 6b538f8967 Check for isBigEndian per row not per pixel 5 years ago
Brian Popow a1ee0d638d Decoding 16bit rgb planar now also respects byte order 5 years ago
Brian Popow cc16677172 Tiff decoder now respects byte order for 16 bit gray images with white is zero 5 years ago
Brian Popow 5d888bef8f Tiff decoder now respects byte order for 16 bit gray images 5 years ago
Brian Popow 0701021c45
Merge pull request #1686 from IldarKhayrutdinov/encode-multiframe 5 years ago
Brian Popow ffa8af7dd2
Merge branch 'master' into encode-multiframe 5 years ago
Ildar Khayrutdinov c58a385103 add missed file 5 years ago
Ildar Khayrutdinov ad36d95ef6 Merge branch 'encode-multiframe' of https://github.com/IldarKhayrutdinov/ImageSharp into encode-multiframe 5 years ago
Ildar Khayrutdinov 941df950e1 ExifResolutionValues struct 5 years ago
Brian Popow 684a4dcbd3
Merge pull request #1719 from SixLabors/bp/issue1716 5 years ago
Brian Popow a7d44a435c Use same byte order as IFD directory to decode pixels for 16 bit per channel data, fixes #1716 5 years ago
James Jackson-South 9baba86a3a
Merge pull request #1707 from stephentoub/fixdsread 5 years ago
James Jackson-South defec9cdba
Merge branch 'master' into fixdsread 5 years ago
James Jackson-South ce2a28b632
Merge pull request #1702 from br3aker/jpeg-decoder-refactoring 5 years ago
Stephen Toub e3e2785b66 Fix a few uses of DeflateStream.Read 5 years ago
Ildar Khayrutdinov cad7340d5b Add multi-frame tests 5 years ago
Ildar Khayrutdinov bfbde71d88 remove subfileType filtering 5 years ago
Dmitry Pentin 97500145b7 Added todo 5 years ago
Dmitry Pentin db04e41b88 Added comments to major properties 5 years ago
Dmitry Pentin 7c8261a51b Reduced number of stream reads in SOS marker, added check for remaining bytes 5 years ago
Dmitry Pentin a92161f73a Fixed some warnings 5 years ago
Dmitry Pentin 0ace1a042a Added issue-1693 images & tests cases - all passing after fix 5 years ago
Dmitry Pentin 95bec1cffb Added comments, validated huffman table indices 5 years ago
Dmitry Pentin 5596ce1830 Refactored componentIndex validation 5 years ago
Dmitry Pentin 245b786840 Small refactoring, added progressive data comments 5 years ago
Dmitry Pentin 00c1a21380 Fixed fuzzed issue related to selectorsCount, added appropriate checks 5 years ago
Dmitry Pentin 36a1ea6456 Color channel max value is now cached per jpeg frame 5 years ago
Dmitry Pentin 0e4e9501e5 Introduced JpegFrame ctor, closed some setters 5 years ago
Dmitry Pentin c751b27334 Removed first component dependency in compoentn initialization code 5 years ago
Dmitry Pentin 4d599d14f6 Comments, docs, decoupling, removed redundant properties 5 years ago