300 Commits

Author SHA1 Message Date
Schmidor
e5c0fead38 Fix BlackIsZero handling in CCITTFaxEncoderStream 2015-10-11 17:59:01 +02:00
Schmidor
306a8ae166 Change PhotometricInterpretation / SamplesPerPixel detection for one bit per pixel ColorSpaces 2015-10-11 17:31:28 +02:00
Schmidor
6c702c447b CCITT Fax writer: fill should only add bits if byte is not empty 2015-10-11 16:34:37 +02:00
Schmidor
237079bcc9 Normalize Black on byte Data 2015-10-11 16:32:39 +02:00
Schmidor
07617b49ce Support CCITT Fax Encoder in TiffImageWriter 2015-10-10 16:31:40 +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
Schmidor
d86af8bd82 Remove debug output 2015-08-13 23:45:38 +02:00
Schmidor
60e3d6e5af Fix ArrayIndexOutOfBoundsException in CCITTFaxDecoderStream.decode2D #159 2015-08-13 23:27:46 +02:00
Harald Kuhr
61b07cb9cb TMI-139: Support for writing TIFF files with custom resolution value (made TIFFImageMetadata class public). 2015-08-12 11:03:31 +02:00
Harald Kuhr
c913ef445b TMI-139: Support for writing TIFF files with custom resolution value. 2015-08-12 10:48:58 +02:00
Harald Kuhr
1ee22e120d TMI-61: Re-added some validations, removed printStacktraces, and some minor code style issues after merge. 2015-07-16 23:50:34 +02:00
Harald Kuhr
d8d2764eb1 TMI-TIFF: Added format name synonyms. 2015-07-16 23:22:09 +02:00
Harald Kuhr
94f2b81d2a Merge pull request #148 from Schmidor/master
TMI-61: CCITT Group 3/4 Fax Decoder
2015-07-16 23:17:13 +02:00
Harald Kuhr
eef4c72daa Code clean-up. 2015-07-08 23:21:13 +02:00
Schmidor
bad9aebdee Work in progress: CCITT Encoder 2015-07-05 18:15:43 +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
62862d835a CITT Group 3/4 Support - corrected start index in 2d decoding 2015-07-04 00:13:27 +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
1a43958aeb TMI-139: Work in progress: TIFF image metadata. 2015-06-22 11:15:44 +02:00
Harald Kuhr
f4cc310096 TMI-139: Work in progress: TIFF image metadata. 2015-06-22 11:11:37 +02:00
Harald Kuhr
7e65164b87 TMI-146: Now correctly sets ExtraSamples only when there are more components in the raster than color components in the color space. 2015-06-17 13:24:45 +02:00
Harald Kuhr
da8a013575 TMI-143: Support for CMYK JPEG in TIFF. 2015-06-11 11:28:31 +02:00
Harald Kuhr
8052fbc5b8 TMI-142: Added missing resource file, now making sure the TIFFImageWriter is registered. 2015-06-08 11:11:45 +02:00
Harald Kuhr
c97ebae303 Fixed JavaDoc (you're welcome Sigi ;-)). 2015-05-27 15:53:50 +02:00
Harald Kuhr
1a8948ece9 TMI-TIFF: Faster LZW encoder. 2015-04-30 10:21:35 +02:00
Harald Kuhr
791be3d0cc TMI-26: TIFF write support clean up. 2015-04-10 11:24:46 +02:00
Harald Kuhr
5c8d4fad87 TMI-64: Removed direct creation of JPEGImageReader. 2015-04-10 11:20:42 +02:00
Harald Kuhr
e603ae260d TMI-64: Test case clean-up 2015-04-10 11:06:50 +02:00
Harald Kuhr
9ca76ec128 Code clean-up. 2015-04-08 14:18:15 +02:00
Harald Kuhr
2c90bcc49c Added license to ProviderInfo classes + minor code clean up. 2015-04-07 11:23:14 +02:00
Harald Kuhr
47a18c63d7 TMI-26: TIFF writer support with JPEG encoder 2015-03-30 14:21:36 +02:00
Harald Kuhr
dfb7ad0fe2 TMI-26: TIFF writer support with (slow) LZW encoder. 2015-03-30 11:03:23 +02:00
Harald Kuhr
b40d4dad17 New SPI info. 2015-03-20 15:35:26 +01: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
1d2f7d678f TMI-89: Fix exception in LZWDecoder for TIFF with LZW strings longer than strip/tile width 2015-01-02 17:45:56 +01:00