Oliver Schmidtmer
a6cd991722
TiffWriter: copy image metadata to output
2016-06-01 14:46:33 +02:00
Harald Kuhr
3d68b61f72
#258 SPI typos
2016-06-01 10:12:29 +02:00
Oliver Schmidtmer
454ee32791
Fallback for missing TIFFTag.PhotometricInterpretation
2016-05-31 23:57:58 +02:00
Harald Kuhr
b129117ee9
#254 Fix NPE reading TIFF Metadata when BitsPerSample not set
2016-05-25 10:50:42 +02:00
Oliver Schmidtmer
ceb2c82e5c
Fix getNextChangingElement
...
The Testimage is distored without this change.
lastChangchingElement must be reduced by 2 as sometimes the nextChanchingElement is bevore the last chanching element. Reset the last bits does not work if the number is higher.
2016-05-24 16:39:59 +02:00
Harald Kuhr
70bb5de4de
Merge pull request #243 from Schmidor/faster_ccitt
...
CCITT speedup on getNextChangingElement
2016-05-11 11:05:40 +02:00
Oliver Schmidtmer
69d939042a
CCITT speedup on getNextChangingElement
2016-05-10 22:58:27 +02:00
Oliver Schmidtmer
fa0341f302
TMI #237 : Fix for CCITT images with more b/w changes than columns
2016-05-07 01:06:53 +02:00
Harald Kuhr
d9324ef634
Merge pull request #207 from Schmidor/tiff_sequencewriter
...
Enable sequence writing on TIFFImageWriter
2016-04-21 15:00:51 +02:00
Harald Kuhr
f9229028ee
Merge pull request #224 from Schmidor/tiff_oldjpeg_srcregion
...
Fix reading srcRegion for OLD_JPEG
2016-04-21 14:10:49 +02:00
Harald Kuhr
047884e3d9
#232 : Cleanup after merge of #225
2016-04-21 14:05:45 +02:00
Oliver Schmidtmer
e0e6e263ac
Testfile which claims to contain 6 rows, where the CCITT stream ends after 4
2016-02-23 23:25:45 +01:00
Oliver Schmidtmer
2258b4def2
More tolerant CCITT reading if the stream contains less lines than are tried to read
2016-02-17 15:08:06 +01:00
Harald Kuhr
a1de9ff448
#220 PlanarConfiguration now default to 1 (Chunky) according to the TIFF 6.0 spec.
2016-02-11 16:49:50 +01:00
Oliver Schmidtmer
98493b6c16
Fix reading srcRegion for OLD_JPEG
2016-02-03 00:20:24 +01:00
Oliver Schmidtmer
e4f193400d
Remove seeks on uncompressed tiffs to reenable streaming
2016-01-28 00:31:10 +01:00
Oliver Schmidtmer
e145de01f3
corrected IFD & strip width calculations for sequence writer
2016-01-20 00:22:46 +01:00
Oliver Schmidtmer
fc80ac2ee9
Enable sequence writing on TIFFImageWriter
2016-01-17 17:12:35 +01:00
Oliver Schmidtmer
9c011adfc2
add TIFFImageMetadata.getTIFFField
2015-12-22 15:44:30 +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
7d531e3836
Merge pull request #188 from Schmidor/CCITTWriter
...
Fixed an issue with long runlengths in CCITTFax writing
2015-11-11 08:59:57 +01:00
Schmidor
5b6c57d934
Fixed an issue with long runlengths in CCITTFax writing
2015-11-11 01:17:32 +01:00
Harald Kuhr
0feec02bc5
Merge remote-tracking branch 'origin/master'
2015-11-01 20:07:29 +01:00
Harald Kuhr
1ce2a06859
[maven-release-plugin] prepare for next development iteration
2015-11-01 19:51:40 +01:00
Harald Kuhr
9c9d2c700e
[maven-release-plugin] prepare release twelvemonkeys-3.2
2015-11-01 19:51:34 +01:00
Harald Kuhr
d3cbeae9ba
Updating TODOs.
2015-10-28 15:32:15 +01:00
Harald Kuhr
062413d2d8
#187 Removing hardcoded test path/debug code.
2015-10-23 12:53:28 +02:00
Harald Kuhr
e62922eb95
#184 Re-read the spec, that says ICC and ITU lab uses D50 by default.
2015-10-22 22:14:48 +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
73a609a2cb
#183 : Minor change, use Map instead of concrete HashMap.
2015-10-15 22:23:45 +02:00
Harald Kuhr
8379f08d78
#183 : Fix failing tests after merge.
2015-10-15 22:21:49 +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
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
df735b9a45
TMI #168 : Change Maven test dependencies from classifier test to type test-jar for better sbt support
2015-08-24 11:07:17 +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