10008 Commits (9973e8da3b531f272f6079054e69d80303494ea7)
 

Author SHA1 Message Date
Dmitry Pentin c39a20326b Merged huffman prefix & value Emit() calls 5 years ago
Dmitry Pentin 4c14c57d09 Greatly reduced operations per emit call 5 years ago
Dmitry Pentin 8a08259e09 Fixed byte flush order, fixed last byte padding 5 years ago
Brian Popow 1000dfbd8d Add NotSupportedException to the Image.Load FromStream overload documentation 5 years ago
Dmitry Pentin 739f520640 Optimized byte emition, ouput images are corrupted due to msb-lsb invalid order 5 years ago
Brian Popow 10b05571fa Move arithmetic_progressive.jpg to progressive folder 5 years ago
Brian Popow 27cbafecd6 Add SOF5 and SOF6 to the unsupported jpeg markers 5 years ago
Brian Popow 1ab5185181 Add NotSupportedException to the Image.Load overload documentation 5 years ago
Dmitry Pentin e83cb95cb3 Moved stuff bytes injection to outer method 5 years ago
Brian Popow 59a84498d5 Throw NotSupportedException for arithmetic coding and lossless jpeg's 5 years ago
Brian Popow 66a9d1ae4f Use ReadOnlySpan<byte> instead of stackalloc 5 years ago
Brian Popow 49d86e1b31 Use buffer as span to reduce some bound checks when writing components 5 years ago
Brian Popow f39702f676 Change GetComponentIds as suggested by review 5 years ago
Brian Popow 612f7914e4 Use luminance quant table for all channel with RGB 5 years ago
Brian Popow ed9bd16cd3 Split WriteApplicationHeader into WriteStartOfImage and WriteJfifApplicationHeader. Do not write WriteJfifApplicationHeader with RGB. 5 years ago
Brian Popow b506e92479 Add additional YCbCr subsample rates 5 years ago
Brian Popow 5834e4fb53 Write APP14 marker if RGB color space 5 years ago
Brian Popow 83d0788cf5 Use much smaller tolerance for jpeg encoder tests 5 years ago
Brian Popow 89289f1a39 Use color type of the input image, if it was not specified in the encoder options 5 years ago
Brian Popow 2e89d3c932 Fix deduce jpeg color type 5 years ago
Brian Popow 57335b8ed4 Add detect color type tests 5 years ago
Brian Popow 310fefd5ea Make GetColorConverter() virtual 5 years ago
Brian Popow bb539aa6fa Fix build error in Benchmark project 5 years ago
Brian Popow 1b01984138 For YCbCr Tiff's with Jpeg compression explicitly assume RGB color space 5 years ago
Brian Popow e092d86b8f Use TolerantComparer for Tiff Jpeg test's 5 years ago
Brian Popow 77cdbbb8da Use ReadOnlySpan<byte> for componentId's 5 years ago
Brian Popow b23707adee Use MemoryMarshal.GetReference for rgbStart 5 years ago
Brian Popow 96edc48fbf Define componentId's as static readonly array's 5 years ago
Brian Popow a531a2db24 Remove JpegSubsample and use JpegColorType instead 5 years ago
Brian Popow 19d02ebadb Merge remote-tracking branch 'origin/master' into bp/tiffjpegcompression 5 years ago
Brian Popow 9b09775d5e
Merge pull request #1732 from SixLabors/bp/deduceColorSpaceFix 5 years ago
Brian Popow 7e7dbbb943 Switch order of component id check 5 years ago
Brian Popow fd96562c8a Use CancellationToken 5 years ago
Brian Popow f59de37ca4 Use smaller test images 5 years ago
Brian Popow 15ef2d9e7f Change rows per strip calculation: Jpeg = one strip, compression = use larger strip size 5 years ago
Brian Popow e3e42a5652 Update readme 5 years ago
Brian Popow fd957fae84 Add option to encode Tiff's with jpeg compression 5 years ago
Brian Popow 1df665158d Add option to encode jpeg in rgb colorspace instead of YCbCr 5 years ago
Brian Popow 48374293f9 Read complete jpeg stream, if JPEGTables is not present 5 years ago
Brian Popow 05dbdb451b Add tiff with jpeg compression tests 5 years ago
Brian Popow ff8dfde165 Add adobe tech note 5 years ago
Brian Popow ea05900d3b Add decompressor for tiff's with jpeg compression 5 years ago
Brian Popow 1c183f150e
Merge branch 'master' into bp/deduceColorSpaceFix 5 years ago
Brian Popow d105ab4273
Merge pull request #1731 from SixLabors/bp/ycbcr 5 years ago
Brian Popow 51e519e10a
Merge branch 'master' into bp/deduceColorSpaceFix 5 years ago
Brian Popow 187edc5bd5
Merge branch 'master' into bp/ycbcr 5 years ago
Brian Popow 74283c71ec
Merge pull request #1729 from SixLabors/bp/predictor 5 years ago
Brian Popow 05a4c5e674 Merge remote-tracking branch 'origin/master' into bp/predictor 5 years ago
Brian Popow b4321aac6a
Merge branch 'master' into bp/ycbcr 5 years ago
Brian Popow a6c708f854
Merge pull request #1727 from SixLabors/bp/tiff32float 5 years ago