Commit Graph

151 Commits

Author SHA1 Message Date
Oliver Schmidtmer fc80ac2ee9 Enable sequence writing on TIFFImageWriter 2016-01-17 17:12:35 +01:00
Harald Kuhr 9c38ff9bdb Merge pull request #189 from Schmidor/CCITTWriter
Testcase for Merge #188
2015-11-12 09:17:31 +01:00
Schmidor be90082bd3 Testcase for "Fixed an issue with long runlengths in CCITTFax writing #188" 2015-11-12 00:38:41 +01:00
Harald Kuhr 062413d2d8 #187 Removing hardcoded test path/debug code. 2015-10-23 12:53:28 +02:00
Harald Kuhr 8a38b2fde6 #173 Support for PhotometricInterpretation 8/CIELab, 9/ICCLab and 10/ITULab 2015-10-22 21:35:10 +02:00
Harald Kuhr c33cfea02c Merge pull request #183 from Schmidor/CCITTWriter
CCITTFaxEncoderStream for TiffImageWriter
2015-10-15 22:16:46 +02:00
Harald Kuhr b6e44c5bff #184 Support for PlanarConfiguration 2 + bonus changes. 2015-10-15 17:47:20 +02:00
Schmidor e5c0fead38 Fix BlackIsZero handling in CCITTFaxEncoderStream 2015-10-11 17:59:01 +02:00
Schmidor c8621439c0 CCITT Fax writer: adjust formatting and write finishing bytes on last row instead of on stream closing 2015-10-09 23:32:09 +02:00
Schmidor 585b5faa62 Merge remote-tracking branch 'remotes/haraldk/master' into CCITTWriter 2015-10-08 01:12:13 +02:00
Schmidor 39b92ab19f Work in progress: CCITT Encoder 2015-10-08 00:38:31 +02:00
Schmidor 8e11d95fd6 Work in progress: CCITT Encoder 2015-10-04 00:40:36 +02:00
Harald Kuhr 867ca61755 TMI #172: Fix IIOBE/Buffer overflow issue. 2015-08-26 11:16:35 +02:00
Harald Kuhr 2bdfa4fccb TMI-TIFF: Better ICC profile support + more BitsPerSample configurations. 2015-08-26 10:33:01 +02:00
Harald Kuhr d4e34d6109 TMI #170 Fix General CMM error517/LCMS error 13 (Ignore incompatible ICC profile) 2015-08-25 14:13:35 +02:00
Harald Kuhr 25bef72ac0 TMI #170 Fix General CMM error517/LCMS error 13 (Ignore incompatible ICC profile) 2015-08-25 14:12:47 +02:00
Harald Kuhr 22e490ca40 TMI #164 Support for TIFF with 32 but floating point samples. 2015-08-21 10:49:46 +02:00
Harald Kuhr 211b31e154 TMI #163 Support for TIFF containing signed integral other than 16 bit. 2015-08-21 10:38:38 +02:00
Harald Kuhr f7d9a64e41 TMI #162 Support for TIFF containing gray + alpha. 2015-08-20 17:06:19 +02:00
Harald Kuhr 077e40acf2 TMI#159: Clean-up after merge + added test cases for the CCITT images. 2015-08-14 09:58:15 +02:00
Harald Kuhr c913ef445b TMI-139: Support for writing TIFF files with custom resolution value. 2015-08-12 10:48:58 +02:00
Schmidor 6facef3142 CCITTFax: Output Zero for White 2015-07-05 17:57:04 +02:00
Schmidor 1e6227bee5 CCITT FAX Encoding: Support FillOrder Reversed 2015-07-04 00:42:09 +02:00
Schmidor 37e1723891 CITT Group 3/4 Support - libTiff generated files which are the test datastream sources 2015-07-02 23:37:06 +02:00
Schmidor 2b22b02523 CITT Group 3/4 Support - some cleanup, group 3 /T.4 should work now 2015-07-02 23:35:19 +02:00
Schmidor a2042e75bf CITT Group 3/4 Support - Pass Mode / 2D Change referencing in work 2015-07-01 01:10:56 +02:00
Harald Kuhr da8a013575 TMI-143: Support for CMYK JPEG in TIFF. 2015-06-11 11:28:31 +02:00
Harald Kuhr e603ae260d TMI-64: Test case clean-up 2015-04-10 11:06:50 +02:00
Harald Kuhr dfb7ad0fe2 TMI-26: TIFF writer support with (slow) LZW encoder. 2015-03-30 11:03:23 +02:00
Harald Kuhr 1505aa651b TMI-26: TIFF write support sans LZW. 2015-03-18 21:46:04 +01:00
Harald Kuhr fa8a8be1e6 TMI-89: Test case 2015-01-03 16:04:17 +01:00
Harald Kuhr 5def68c7e3 TMI-85: Support 16 bit signed int data 2014-12-08 10:50:26 +01:00
Harald Kuhr 27b2ff3745 TMI-84: LZWDecoder fixes for > 12 bit exception when using full 12 bit (4096 entries) table 2014-12-04 16:51:37 +01:00
Harald Kuhr ecc896f80d TMI-73: Now handles TIFF files using only the lower 8 bits of each 16 bit entry in the ColorMap. 2014-10-31 15:38:18 +01:00
Harald Kuhr c7be29f65e TMI-71: ...and the test case verifying it. 2014-10-28 12:32:53 +01:00
Harald Kuhr a5ce94957c TMI-69: TIFFImageReader may throw IndexOutOfBoundsException if width not a multiple of tileWidth. 2014-10-16 14:42:49 +02:00
Harald Kuhr 00e68d6035 TMI-67: Handle broken old-style-jpeg from Snowbound software. 2014-10-09 18:26:40 +02:00
Harald Kuhr 1ff764997b TMI-TIFF: 16 bit YCbCr support + minor improvements 2014-09-29 14:50:28 +02:00
Harald Kuhr a67c0fb456 TMI-TIFF: Test case for CCITT modified huffman (type 2), source region support for JPEG and tiled images + minor bug fixes. 2014-09-26 16:01:04 +02:00
Harald Kuhr d261105c6b TMI-TIFF: Better tests & validation for the YCbCr upsampler. 2013-11-20 21:39:10 +01:00
Harald Kuhr 6ce9543c00 TMI-TIFF: Test case for CCITT decoding. 2013-06-12 21:57:09 +02:00
Harald Kuhr 09444ab083 TMI-TIFF: Horizontal differencing predictor implementation as stream, for easier reading. 2013-03-26 09:42:49 +01:00
Harald Kuhr 42831ea65b TMI-TIFF: Now passes YCbCrPositioning to upsampler. Replaced magic value with constant. 2013-02-14 12:48:07 +01:00
Harald Kuhr b3672be1d4 TMI-TIFF: Replaced JPEG test case with more light-weight file. 2013-02-14 12:31:00 +01:00
Harald Kuhr 02063c809e TMI-TIFF: Added JPEG-compressed data to tests. 2013-02-06 17:02:51 +01:00
Harald Kuhr c394f8a4bc TMI-TIFF: Fixed bug in YCbCr reading. Implemented "old-style" JPEG reading for two test images. More work needed. 2013-02-06 11:20:42 +01:00
Harald Kuhr 47fbf473db TMI-TIFF: Implemented YCbCr reading. 2013-01-31 15:38:45 +01:00
Harald Kuhr dd849aeea6 TMI-TIFF: Now uses subclasses instead of if-branching for LZW compatibility decoding. 2013-01-29 21:24:51 +01:00
Harald Kuhr 59b91918e0 TMI-TIFF: Fixed minor bug in type spec for ARGB images + implemented support for "old-style" (reversed) LZW compression from libtiff. 2013-01-29 21:01:46 +01:00
Harald Kuhr dd7be5ef11 TMI-TIFF: Added missing test resources. 2012-05-22 08:56:39 +02:00