79 Commits (js/optimize-allocation-tracking)

Author SHA1 Message Date
James Jackson-South 66671a0e9f Implement proper segment integrity handling & tolerant parsing 3 weeks ago
James Jackson-South dcc736c2c8 Capture palette from Tiff when available. 3 months ago
James Jackson-South bc35ee6b37 Enhance XmpProfile to add XDocument normalization 4 months ago
Stefan Nikolei 5de26525fe Convert CodeBase to collection Expressions 11 months ago
Jeffrey Parker bf261f0d5e Stylecop extra blank line issue fixed. Refactored code to extract common logic. 3 years ago
Jeffrey Parker 1e53adf85e Fix for issue 2504 - ensuring image and individual frame metadata are written out correctly 3 years ago
James Jackson-South 747923d953 Add Bit64 and cleanup 3 years ago
Ildar Khayrutdinov cfaf555c1f add test for notSupported 64 bit cmyk, add more tests for Identify (incl 64 bit cmyk) 3 years ago
James Jackson-South c21bbbd531 Allow returning individual image frame metadata via Identify. 3 years ago
Ildar Khayrutdinov 220b8aa6de add tests 3 years ago
Petar Tasev bd9e1ee508 Added unit tests and 16 bit grayscale images 3 years ago
Stefan Nikolei 06f413107f Convert to TryGetValue 3 years ago
James Jackson-South 7139a52848 Refactor Identify tests 3 years ago
James Jackson-South 0aa12a4602 Refactor Identify and DetectFormat and fix tests 3 years ago
James Jackson-South 89d6fc8d69 Expose ImageInfo and add IImageFormat to metadata 3 years ago
James Jackson-South 4007a48b89 Use shared instances for all built-in decoders. 3 years ago
Brian Popow 4498518c94 Fix broken meta data tiff 4 years ago
James Jackson-South 0e9a066195 FS Namespaces and Implicit Global Usings 4 years ago
James Jackson-South 1c2d1f42e2 Update tests and fix issues 4 years ago
James Jackson-South 97baeaf438 Update all files 4 years ago
Ynse Hoornenborg 1ee34bacb5 Prevent memory allocations 4 years ago
Ynse Hoornenborg ded8b20b5c Read only API for XmpProfile 4 years ago
Ynse Hoornenborg b8bed9f69e All image formats round trip 4 years ago
Brian Popow dd051e2248 Remove RunSerial from tests 4 years ago
Ynse Hoornenborg dd49f9a811 Single image compare utils for multiple Formats 4 years ago
James Jackson-South 27e6b58643 Final final warnings 5 years ago
Brian Popow ee90c31c20 Better test image for near lossless 5 years ago
Ildar Khayrutdinov aaaf1242c6 Resolution test fixes 5 years ago
Brian Popow 3b4be36313 Keep BitsPerSample array when decoding tiff, otherwise bits per channel would be ambiguous if we only keep bits per pixel 5 years ago
Brian Popow 580723fc0a Add test for encode and reload planar tiff 5 years ago
Brian Popow c6f5a8aaa0 Add support for decoding 12 bits per pixel tiff's 5 years ago
Brian Popow 2e87f7ac9a Add Tiff format to the default Configuration 5 years ago
Brian Popow ccc3f9b881 Rework setting tiff encoder parameters according to review 5 years ago
Brian Popow 11a4e2027b Add Compression, PhotometricInterpretation and Predictor to TiffFrameMetadata 5 years ago
Brian Popow d22692ee8f Change TiffEncoder to use TiffPhotometricInterpretation instead of EncodingMode 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 e2bd192c79 Move IPTC and ICC Profile to image frame metadata 5 years ago
Brian Popow b0ecabbbd7 Remove BitsPerPixel from TiffMetaData, its already present in TiffFrameMetadata 5 years ago
Brian Popow 09f4957ce5 Make TiffFrameMetadata internal 5 years ago
Brian Popow 04b6f3ffcf Remove ExifProfile from TiffFrameMetadata, Add ExifProfile and XmpProfile to ImageFrameMetaData 5 years ago
Brian Popow 411c7d6520 Add setters for TiffFrameMetaData properties, initialize properties from frame ExifProfile 5 years ago
Brian Popow 587910f3e3 Remove PhotometricInterpretation and Compression from tiff metadata, because those are already present in the frame metadata 5 years ago
Brian Popow 85a65ae6f9 Remove width and height from tiff frame metadata 5 years ago
Brian Popow fa68e1b843 Read and write Exif Profile 5 years ago
Brian Popow fa6401c011 Change tiff namespace to SixLabors.ImageSharp.Formats.Tiff; 5 years ago
Brian Popow 4b28acff6d Remove TiffEncoderCompression, use TiffCompression enum instead 5 years ago
Ildar Khayrutdinov f9570d37f7 Remove TiffFrameMetadataResolutionExtensions class 5 years ago