5798 Commits (da1b85bee38b4e4ceded1c57d25ac13a2a0e8f22)

Author SHA1 Message Date
Brian Popow 4516ec445a Rename generic type classes to include the type in the filename 5 years ago
TechPizza 02d0a808c3 Vectorized PaethFilter 5 years ago
James Jackson-South 10a12f752a Add TODO to TiffLZWDecoder 5 years ago
James Jackson-South 10a3e5eba0 Update HorizontalPredictor.cs 5 years ago
Brian Popow 5fcb5fcf0f Review changes 5 years ago
Brian Popow de6e9ddb44 Use enum for the horizontal predictor method 5 years ago
Brian Popow fa6401c011 Change tiff namespace to SixLabors.ImageSharp.Formats.Tiff; 5 years ago
Brian Popow 33192d396b Switch default quantizer for the bitmap encoder to Wu-quantizer 5 years ago
Brian Popow ea8bef4321 Add support for encoding 1 bit per pixel bitmaps 5 years ago
Brian Popow 04e6b4135a Make sure bitmap encoder preserves 4 bits per pixel, when the input is 4 bit 5 years ago
Brian Popow c05d4ddeb5 Add support for encoding 4 bit per pixel bitmaps 5 years ago
Brian Popow 13fbde9213 Add setters for tiff metadata properties 5 years ago
Petar Tasev 0871b85bdf Address code review comments. 5 years ago
Petar Tasev ae30a49357 Added file header. 5 years ago
Petar Tasev 402782acf5 Removed unused using statements. 5 years ago
Petar Tasev dc96867834 Added overloads to Image.WrapMemory for IMemoryOwner<byte>. 5 years ago
James Jackson-South a4d05f5fd2 Add faster InnerLoop build configurations 5 years ago
James Jackson-South dc0982f186
Faster Linear Transforms (#1591) 5 years ago
Ynse Hoornenborg 4d0fb4070a Put setting JpegColorType and ColorSpace close together 5 years ago
Ynse Hoornenborg d844e70760 Add JpegColorType to JpegMetadata and use it to configure the JpegEncoder 5 years ago
Ynse Hoornenborg 096ef3d3aa Refactor out JpegSubsample.Grayscale 5 years ago
Ynse Hoornenborg 26d61124b5 LuminanceForwardConverter handles the entire conversion itself 5 years ago
Ynse Hoornenborg 6dbde61f8d Rename JpegEncoder InitializeColorType method 5 years ago
Ynse Hoornenborg 7eaae92bbf Grayscale Jpeg encoding 5 years ago
Brian Popow 8bba0132e8 Add Tiff Encoder/Decoder to AoT seeds 5 years ago
UltraNamahage ece0707053 Organize Seed and solve the problem of more Seed and code strips with the Preserve attribute. 5 years ago
Brian Popow 4b28acff6d Remove TiffEncoderCompression, use TiffCompression enum instead 5 years ago
UltraNamahage 10739590ce Have AotCompilerTools cache additional methods. 5 years ago
Anton Firszov 583bb6bd6d Also fix "<returns>" 5 years ago
Anton Firszov d1c2172406 Image.Load(byte[]) should return non-generic Image 5 years ago
Ildar Khayrutdinov f9570d37f7 Remove TiffFrameMetadataResolutionExtensions class 5 years ago
Brian Popow b58825345b Use BinaryPrimitives instead of BitConverter and scratch buffer to avoid allocations 5 years ago
Brian Popow 6bb1c8095a Add explicit bit values to BitsPerSample 5 years ago
James Jackson-South 5f4a7accfb Update OrderedDither.cs 5 years ago
Brian Popow 22e92ade6a Rename TiffBitsPerSample enum values 5 years ago
James Jackson-South a54bce1faa Update refs. 5 years ago
James Jackson-South 72960ec979 Fix ordered dither output for small palette lengths. 5 years ago
Brian Popow 966d743d08 Rename tiff bits per pixels enum values 5 years ago
Brian Popow 1dbe583824 Allow encoding 4bit color palette images 5 years ago
Brian Popow ffa38bc273 Remove properties from TiffFrame meta data which can be received directly from the ExifProfile 5 years ago
Brian Popow 8077172088 Introduce TiffBitsPerSample enum 5 years ago
Brian Popow b0e965fdf9 - Seal tiff writer 5 years ago
David Rolland 8147ec3bfc Added image integral algorithm. 5 years ago
Anton Firszov 51769740ab better docs 5 years ago
Anton Firszov 2e09bb4a3c BinaryThresholdColorComponent -> BinaryThresholdMode 5 years ago
James Jackson-South ce2c1d28b3 Optimization pass. 5 years ago
James Jackson-South 5b7c4b9cb0 Reorganize files 5 years ago
Franz Häring 2d3ab4ebd5 New overloads for binary threshold operations. The new argument ColorComponent defines the scalar color component to be used for threshold comparison: Luminance, Saturation or MaxChroma. Luminance is default and identical to previous versions. Saturation is the HSL saturation component. MaxChroma is calculated as the maximum of YCbCr chroma value, i.e. Cb and Cr distance from achromatic value. Background: This component shall discriminate colorful parts from achromatic parts in human perception. Very dark pixels, which are perceived as near black, can have high HSL saturation values if e.g. (rgb)==(4,0,0); this would definitely not be perceived as colorful by a human. The MaxChroma component will calculate them low. 5 years ago
Brian Popow 8cee9a4aa4 Add setter for DeflateCompressionLevel 5 years ago
Brian Popow 572f616ae3 Add PhotometricInterpretation to the tiff metadata 5 years ago