9655 Commits (f37b46e56760fda5b761bf0e7cdd6404d0e66e12)
 

Author SHA1 Message Date
Brian Popow d3775d7d0e
Merge pull request #1553 from SixLabors/tiff-format 5 years ago
Brian Popow 787d63000f Rework sanitize and set encoder options: BitsPerPixel should be the primary source of truth 5 years ago
Dmitry Pentin 86abb73799 Made FDCT8x8_Avx(...) method prettier with SimdUtils 5 years ago
Dmitry Pentin a65e50377d Added MultiplySubstract method to the HwIntrinsics 5 years ago
Dmitry Pentin ae85722da6 Simplified WriteDefineHuffmanTables method 5 years ago
Dmitry Pentin d12bb3e648 Improved jpeg encoding benchmark, updated benchmark 'baseline' for current encoding implementation 5 years ago
Brian Popow ccc3f9b881 Rework setting tiff encoder parameters according to review 5 years ago
James Jackson-South eca0dae945 Use octree for bitmap 5 years ago
James Jackson-South d934920434 Fix octree for low bit rates 5 years ago
Dmitry Pentin 855f109b8c
Merge branch 'master' into jpeg-decode-encode-optimization 5 years ago
Dmitry Pentin 0424d8db71 Codestyle changes 5 years ago
Dmitry Pentin dfb181db8a Combined FDCT and IDCT code into single file 5 years ago
Dmitry Pentin a8f717d781 Made DCT code prettier with SimdUtils, added summary to 8x8 dct methods, added debug assertion 5 years ago
Dmitry Pentin f1886add16 Revert "Block8x8F.TransposeInto no longer uses unsafe casts (partially)" 5 years ago
Dmitry Pentin 980f2d2e7f Revert "Block8x8F.MultiplyInPlace no longer use unsafe casts" 5 years ago
Dmitry Pentin d4fa8b254b Rolled back to initial JpegEncoderCore options implementation. 5 years ago
Dmitry Pentin 5704403030 Implemented ThrowObjectDisposedException for the ThrowHelper, replaced raw throws with this in Image/ImageFrameCollection 5 years ago
Dmitry Pentin d54ff0e084 Fixed disposable resouce leak in unit test. 5 years ago
Dmitry Pentin e787ffa518 Implemented dispose method according to common convention. 5 years ago
Dmitry Pentin 1c8dcefd6d Renamed private Image<TPixel>.PixelSourse to PixelSourceUnsafe 5 years ago
Brian Popow 11a4e2027b Add Compression, PhotometricInterpretation and Predictor to TiffFrameMetadata 5 years ago
Dmitry Pentin 84a143d095 Moved end of image marker writing code to a separate method 5 years ago
Dmitry Pentin 5b05a0a1da Added QoL throw helper method for jpeg w/h size check before encoding 5 years ago
Dmitry Pentin 1b1d136f8c Fixed unresolved reference this.colorType 5 years ago
Dmitry Pentin 7e0a317461 Moved encode method choice to the JpegEncoderCore 5 years ago
Dmitry Pentin 3380bdf0d0 Renamed YCbCrEncoder to HuffmanScanEncoder as it is in decoding logic 5 years ago
Dmitry Pentin 9d7adb6bf7 Fixed comments 5 years ago
Dmitry Pentin 368f89e450 Moved quantization table initialization logic to JpegEncoderCore 5 years ago
Dmitry Pentin 4e73471d96 Small QoL fixes 5 years ago
Dmitry Pentin b3a993806c Updated & fixed xml documentation 5 years ago
Dmitry Pentin 690e80cf69 YCbCrEncoder now has builtin temporal 8x8F blocks for internal calculations 5 years ago
Dmitry Pentin 56822d1bcc Removed obsolete parameter config from various methods 5 years ago
Dmitry Pentin 296ee10c91 Optimized jpeg encoder stream Write calls but a lot -> huge performance gain 5 years ago
Dmitry Pentin d593479a8d Removed remaining unrelevant code from JpegEncoderCore 5 years ago
Dmitry Pentin 0d7e4b13f2 Removed unrelevant code from JpegDecoderCore 5 years ago
Dmitry Pentin 66b5a8df67 [WIP] Moved SOS writing logic to separate class 5 years ago
Dmitry Pentin d91fc408bc Removed write buffer parameter injection 5 years ago
Brian Popow d22692ee8f Change TiffEncoder to use TiffPhotometricInterpretation instead of EncodingMode 5 years ago
Dmitry Pentin f0017556cf [WIP] Partially moved encoding logic to a separate class 5 years ago
Dmitry Pentin 86a6d8be97 WriteDefineHuffmanTables(...) no longer relies on external buffer for stream writes 5 years ago
Dmitry Pentin 347ac360ec LuminanceForwardConverter.Convert main loop routine now uses named constant instead of a 'magic value' 5 years ago
Dmitry Pentin 9bf9644e65 RgbToYCbCrConverterLut.Convert main loop routine now uses named constant instead of a 'magic value' 5 years ago
Brian Popow 508844ad60 Fix failing tests 5 years ago
Brian Popow dcb3e6fa2f Remove BitsPerSample from TiffFrameMetadata 5 years ago
James Jackson-South 4094be1647 Attempt at making frame metadata public 5 years ago
Brian Popow 8461c72ed9 Remove properties from TiffFrameMetadata, which can be accessed by the exifProfile directly 5 years ago
Brian Popow a2424750c6 Fix failing IPTC test 5 years ago
Brian Popow e2bd192c79 Move IPTC and ICC Profile to image frame metadata 5 years ago
Brian Popow b9018d32f6
Merge branch 'master' into tiff-format 5 years ago
Brian Popow 6ba3f101fa Remove setting XMP profile twice 5 years ago