Harald Kuhr
a0955875d8
Test case for #446 .
2018-10-26 20:34:57 +02:00
Harald Kuhr
38ea0989d4
Merge pull request #446 from bernhardf-ro/master
...
Fix for corrupted output from non-RGB TIFF images with extra samples
2018-10-26 20:21:12 +02:00
Harald Kuhr
de34d4642e
Various Java 9 and beyond fixes.
2018-10-26 19:40:00 +02:00
Bernhard Fey
edcac25f5e
Added test file for non-alpha extra channel
...
Added test file for CMYK TIFF with non-alpha extra channel
2018-09-27 10:07:57 +02:00
Harald Kuhr
60180938d2
#439 : Unclear exception message when passing image metadata as stream metadata
2018-08-30 14:46:55 +02:00
Harald Kuhr
24c6682236
#311 Updated license headers to be the same as in the LICENSE.txt
2018-08-18 19:22:52 +02:00
Harald Kuhr
f71bcc5125
#432 : Alternate fix + more tests + better alpha handling for TIFF
2018-08-18 13:27:38 +02:00
Ivan Khaldeev
c83171cdbf
Fix getAlphaRaster for ExtraSamplesColorModel
2018-06-29 10:02:05 +04:00
Harald Kuhr
127e6c0acb
#404 , #406 : Better detection of source color space for JPEG-in-TIFF.
2018-03-06 22:48:07 +01:00
Harald Kuhr
a5471ef4c4
CCITT EncodedByteAlign now default for RLE, always overridable.
...
+ test case provided by @Schmidor
2018-01-17 18:13:22 +01:00
Harald Kuhr
b3b06dff4a
TIFF Fax option byte aligned now constructor parameter. Made all option fields final.
2018-01-17 13:58:55 +01:00
Harald Kuhr
63830a26e5
#401 #334 Work around for stream position issue in FileCacheImageOutputStream causing garbled output for multipage TIFF files
...
+ Added regression tests.
2017-12-22 22:01:10 +01:00
Harald Kuhr
921dba89f7
Now throws IllegalArgumentException if attempting to write non-binary data using CCITT fax compressions.
2017-12-19 22:28:14 +01:00
Harald Kuhr
8ca3fcecca
#334 Hardened test case for multi page (sequence) writing.
2017-12-19 21:59:14 +01:00
Harald Kuhr
bf32881d47
#334 Hardened test case for multi page (sequence) writing.
2017-12-19 21:42:28 +01:00
Harald Kuhr
b8a540c0af
#334 Hardened test case for multi page (sequence) writing.
2017-12-19 21:40:15 +01:00
Harald Kuhr
8a3b8c4c03
#358 Now passes compression quality on to the JPEGImageWriter delegate
2017-12-19 20:34:02 +01:00
Harald Kuhr
910f9fafc7
#397 ColorSpaceType value -> name
2017-12-19 20:32:26 +01:00
Harald Kuhr
c2fe5ab736
#324 Support for PackBits/LZW/Deflate w/FillOrder 2
2017-12-19 19:32:32 +01:00
Harald Kuhr
f9dcbd7fa3
Fix for Wang/Microsoft Imaging Old Style JPEG in TIFF.
2017-12-19 18:58:19 +01:00
Harald Kuhr
5a27048600
#317 Allow correctly decoding TIFFs with multiple extra samples.
2017-12-02 12:57:47 +01:00
Harald Kuhr
792b531b0e
#342 Initial BigTIFF support
2017-08-21 21:59:09 +02:00
Harald Kuhr
3f5f48d8cb
Merge remote-tracking branch 'origin/master'
2017-08-21 21:43:53 +02:00
Harald Kuhr
30ad08682d
Merge branch 'master' into ccittbytealigned
2017-08-21 21:40:19 +02:00
Harald Kuhr
d16c9067d1
Merge pull request #354 from Schmidor/transform_oldstyle_to_newstyle_jpeg
...
Merging/Splitting: Transform old-style to new-style JPEG and support tiled pages
2017-08-21 21:37:44 +02:00
Oliver Schmidtmer
d831b6aad8
Unittest for ByteAligned-Flag on CCITT Decoder
2017-08-07 17:11:41 +02:00
Oliver Schmidtmer
3e43841e85
Transform old-style JPEG to new-style
2017-06-13 16:37:14 +02:00
Oliver Schmidtmer
4e640dda51
Fix for erroneous encoded ccitt lines
...
The ccitt tiff is missing a terminating huffman code on a line end. The following EOL is misinterpreted and the codestream read till an ArrayIndexOutOfBoundsException occurs.
Now reading the line is aborted as soon as an EOL is found.
2017-06-12 13:35:46 +02:00
Harald Kuhr
b8a5bbe309
Minimal readRaster implementation.
2017-04-26 15:29:46 +02:00
Harald Kuhr
12050dfe61
#328 CCITTFaxDecoderStream AIOOBE fix
2017-03-09 20:33:11 +01:00
Harald Kuhr
94d6ad1ef7
#306 TIFF LZW write EOF issue
2017-01-19 16:10:54 +01:00
Harald Kuhr
d57e4143c4
#307 PIXTIFF ZIP compression 50013 support
2017-01-19 16:07:48 +01:00
Harald Kuhr
3b76d9fcfd
#304 TIFF JPEG Lossless support
2017-01-18 18:59:38 +01:00
Harald Kuhr
6ea1ea8916
#312 , #313 , #314 Fixed ClassCastException when rewriting compressed TIFF images.
2017-01-18 18:44:05 +01:00
Harald Kuhr
762b59674b
#306 TIFF LZW IndexColorModel issue + sequence index
2017-01-18 18:08:20 +01:00
Oliver Schmidtmer
65cab331d1
Fix for writing TIFF pages with bogus or empty TAG_JPEG_INTERCHANGE_FORMAT_LENGTH
2016-12-15 17:44:58 +01:00
Harald Kuhr
ed6f70fb6d
Added sequence writing illegal state tests
2016-12-12 22:33:37 +01:00
Harald Kuhr
a86b76256b
#204 TIFF metadata refactor
2016-12-12 22:28:22 +01:00
Harald Kuhr
753afd0c3d
#300 TIFF old style JPEG inconsistent metadata
2016-12-12 21:26:31 +01:00
Harald Kuhr
0b030dde52
#290 TIFF Stream Medata support
2016-11-22 20:51:07 +01:00
Harald Kuhr
e0b9bdef7e
#280 Support for bitsPerSample == 6, 10, 12, 14 & 24
2016-11-16 18:52:39 +01:00
Harald Kuhr
d4b3f3e04a
#287 Support for TIFF with color map + discrete alpha channel.
2016-11-15 18:52:43 +01:00
Harald Kuhr
34eb084d24
#212 TIFF subsampling fix
2016-11-02 19:06:12 +01:00
Oliver Schmidtmer
610f9bec9f
Fix #268 : Reading with source region for JPEG-in-TIFF
2016-10-19 16:00:04 +02:00
Harald Kuhr
b116b4b5a7
#272 : Fix for LZW decoding issue caused by runs way longer than buffer.
2016-10-10 21:46:39 +02:00
Harald Kuhr
d4afbee0f5
#282 TIFFImageReader now supports compressed planar data in strips/tiles.
2016-09-28 12:37:47 +02:00
Harald Kuhr
c18893184b
#228 : TIFFImageWriter now correctly writes images with sample model translation.
2016-07-07 15:27:08 +02:00
Harald Kuhr
04a39158e5
#257 , #229 : Fixed LZW writing for < 8 bit, fixed StripByteCounts for uncompressed < 8 bit, disabled Predictor for < 8 bit.
...
Bonus rework of sequence writing and restored writing of uncompressed data for less fseeking.
2016-07-01 19:32:35 +02:00
Harald Kuhr
458ef92af5
#253 : Fix for non-subsampled YCbCr encoded JPEG-in-TIFF being decoded as RGB.
2016-06-28 12:54:25 +02:00
Harald Kuhr
775cede14d
Added test for warning when encountering incorrect JPEGInterchangeFormatLength
2016-06-28 10:47:38 +02:00