153 Commits (js/optimize-allocation-tracking)

Author SHA1 Message Date
James Jackson-South 7e22a01469 Add RGB support. 3 months ago
James Jackson-South 7f402b8bb8 Allow conversion for CIE Lab and CMYK 3 months ago
Socolin 0582e85e49 Fix decoding tiff image with BigEndian + 64 bit / pixel + associated alpha 5 months ago
Brian Berns 336b6a22f6 Added TIFF image for unit test. 7 months ago
James Jackson-South 07cc9f79a5 Allow additional and undefined extra samples 11 months ago
James Jackson-South 12a3373489 Add color conversion for CMYK/YCCK separated 11 months ago
James Jackson-South 0a8902b972 Use BPP from color writer 1 year ago
Brian Popow 23cfdd2864 Better test images for tiled tiff: tile width and height is not the same 1 year ago
Brian Popow 8f97280e0f Add tiled rgba 16 bit each channel test files 1 year ago
Brian Popow 7a5be7287e Add test cases for tiled lzw compressed images 1 year ago
Brian Popow dec1dc1c6b Add test cases for tiled tiff, deflate compressed with predictor and color type Rgba with 32 bit for each channel 1 year ago
Brian Popow dacb713de3 Add test cases for tiled tiff, deflate compressed with predictor and color type Rgb323232 1 year ago
Brian Popow f804ca2e17 Add test cases for tiled tiff, deflate compressed with predictor and color type Rgba16161616 1 year ago
Brian Popow 97133fea55 Add test cases for tiled tiff, deflate compressed with predictor and color type Rgb161616 1 year ago
Brian Popow 47c67558cb Add test cases for tiled 32 bit gray tiff's 1 year ago
Brian Popow f11fbc14d9 Add test cases for tiled 16 bit gray tiff's 1 year ago
Brian Popow e3c747158d Add test case for tiled gray tiff, deflate compressed with predictor 1 year ago
Brian Popow 787e04d15a Add test case for tiled tiff, deflate compressed with predictor and color type Rgb888 1 year ago
Brian Popow e186c52f32 Add test case for tiled tiff, deflate compressed with predictor 1 year ago
Brian Popow 978aff8208 Add test case for issue 2679 2 years ago
Brian Popow b46ab5af84 Explicitly set BitsPerPixel and BitsPerSample to 1 for bicolor compressed images, fixes #2587 2 years ago
James Jackson-South b8e8b8613d
Tiff decoding robustness improvements (#2550) 3 years ago
Brian Popow 916acb7a16 Add support for decoding jpeg compressed tiff images with cmyk colorspace 3 years ago
Brian Popow f558e6f574 Add test for issue 2456 3 years ago
Brian Popow 93790ba9a6 Add test for #2435 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
Petar Tasev a43ac0cf53 Added compressed grayscale 16 bit decoder tests 3 years ago
Petar Tasev bd9e1ee508 Added unit tests and 16 bit grayscale images 3 years ago
Brian Popow 4498518c94 Fix broken meta data tiff 4 years ago
Brian Popow 3a46222c45 Add tests for tiled images 4 years ago
Brian Popow 6b65d23e6e Rename cmyk test file 4 years ago
Brian Popow f3354d1078 Add support for decoding tiff images with cmyk data 4 years ago
Brian Popow 8593ebfbd6 Add old jpeg compressed tiff test with bi-color 4 years ago
Brian Popow 5de5ddc841 Make sure bits per pixel is set to 1 for bilevel compression, fixes #2255 4 years ago
Brian Popow d1bdedd365 Set stream position to strip offset + stripOffsetBytes after decompressing jpeg data 4 years ago
Brian Popow 08f9063229 Set PhotometricInterpretation to RGB, let jpeg decoder handle color conversion 4 years ago
Brian Popow 019dae00ad Add test for old jpeg compression 4 years ago
Brian Popow 323f24e8e5 Add test case for #2149 4 years ago
Brian Popow 34584b9b3f Add another test case for Fax4 compressed with min is black 4 years ago
Brian Popow 54ff65c7cf Add fax4 image for benchmarks 4 years ago
Brian Popow 9d461fa794 Add test for tiff with webp compressed data 4 years ago
Brian Popow d850aee1bd Add tests for CieLab 4 years ago
Brian Popow bc733221a4 Fix jpeg compressed tiff without jpeg table 4 years ago
Brian Popow d652a4afa5 Add test case for replicating issue #2123 4 years ago
Brian Popow afc13e04f2 Add test for jpeg compressed tiff, which is actually RGB colorspace 4 years ago
Brian Popow 82e7ac14f0 Override PhotometricInterpretation to RGB, if it's YCbCr and Jpeg compressed 4 years ago
Brian Popow b6e26ede08 Remove invalid test image: not actually ycbcr 4 years ago
Brian Popow 5d894d4f2c Add support for decoding Tiff images with associated alpha data 4 years ago
Brian Popow 24bd518078 Add tests for predictor with alpha 4 years ago
Brian Popow e2bc1af8f4 Add support for decoding Tiff images with UnassociatedAlphaData and planar configuration 4 years ago