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
2d564ad98e
Merge pull request #371 from Schmidor/ccittbytealigned
...
Support PDF ByteAligned Flag on CCITT Decoder
2017-08-21 21:43:24 +02:00
Harald Kuhr
30ad08682d
Merge branch 'master' into ccittbytealigned
2017-08-21 21:40:19 +02:00
Harald Kuhr
9cf30790de
Merge pull request #369 from Schmidor/tm334
...
Fix #334 : Writing compressed multipage TIFF
2017-08-21 21:38:21 +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
Harald Kuhr
8f7228bb5f
Merge pull request #353 from Schmidor/g3aoe
...
Fix for erroneous encoded ccitt lines
2017-08-21 21:36:16 +02:00
Oliver Schmidtmer
d831b6aad8
Unittest for ByteAligned-Flag on CCITT Decoder
2017-08-07 17:11:41 +02:00
Oliver Schmidtmer
cce1c06296
Support PDF ByteAligned Flag on CCITT Decoder
2017-08-04 15:48:54 +02:00
Oliver Schmidtmer
acad978f71
An invalid IFD pointer caused creating an empty IFD Directory
2017-08-02 16:31:43 +02:00
Oliver Schmidtmer
22e7b21510
Fix #334 : Writing compressed multipage TIFF
2017-07-28 13:26:15 +02:00
Oliver Schmidtmer
105ddd8ad5
TIFFUtilities code cleanups & firing IOExceptions instead of validation errors
2017-06-14 14:37:33 +02:00
Oliver Schmidtmer
b30d454bf0
Support merging and splitting of tiled TIFF pages
2017-06-13 16:55:55 +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
86fa76c17d
#343 Work-around for delegate getDestination issue, now reading through readRaster method to allow reading larger files.
2017-04-26 15:24:50 +02:00
Harald Kuhr
2eecdbb216
#341 Work-around for OpenJDK JPEG read issue
2017-04-26 15:17:39 +02:00
Harald Kuhr
acf7c5f007
Merge remote-tracking branch 'origin/master'
2017-04-19 20:47:10 +02:00
Harald Kuhr
641d9965fb
Removed dead code.
2017-04-19 20:47:05 +02:00
Harald Kuhr
7195663861
#340 Fixed typo in readme
2017-04-18 09:02:52 +02:00
Harald Kuhr
12050dfe61
#328 CCITTFaxDecoderStream AIOOBE fix
2017-03-09 20:33:11 +01:00
Harald Kuhr
97cd8a955f
#326 : Support for JFIF JPEG with non-spec 8 bit grayscale thumbnail.
2017-02-27 20:58:23 +01:00
Harald Kuhr
d8d179204f
Updated links to point to the latest 3.3.2 release.
2017-02-02 22:10:52 +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
9199083c57
#307 PIXTIFF ZIP compression 50013 support
2017-01-18 19:26:37 +01:00
Harald Kuhr
3b76d9fcfd
#304 TIFF JPEG Lossless support
2017-01-18 18:59:38 +01:00
Harald Kuhr
2e90e4b897
Merge remote-tracking branch 'origin/master'
2017-01-18 18:45:08 +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
Harald Kuhr
10b8c11a8e
Code clean-up.
2017-01-18 18:04:12 +01:00
Harald Kuhr
6fc0c3d8f1
Create LICENSE.txt
2017-01-10 09:52:15 +01:00
Harald Kuhr
99144358a5
Test clean-up.
2017-01-05 16:47:54 +01:00
Oliver Schmidtmer
1c642fbb7d
Transform old-style JPEG to new-style
...
merge JPEGTables & switching compression tag done
handling JPEGInterchangeFormat tbd
2016-12-19 23:37:08 +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
7a0660c4d7
#297 JPEGLossless no supports AC tables only image + multiple tables images
2016-12-12 22:10:02 +01:00
Harald Kuhr
753afd0c3d
#300 TIFF old style JPEG inconsistent metadata
2016-12-12 21:26:31 +01:00
Harald Kuhr
3c47070d70
Updated version to 3.3.1
2016-11-29 21:07:43 +01:00
Harald Kuhr
65e3156429
Made JPEG lossless decoding seemingly much faster.
2016-11-29 19:51:45 +01:00
Harald Kuhr
4f659e41bf
Better handling of potentially bad Exif thumbnails.
2016-11-23 21:07:18 +01:00
Harald Kuhr
6c9deb8768
#274 Fixed bug in 16 -> 8 bit downsampling of DQT, causing "Bogus marker length" IIOException
2016-11-23 20:40:48 +01:00
Harald Kuhr
0b030dde52
#290 TIFF Stream Medata support
2016-11-22 20:51:07 +01:00
Harald Kuhr
18705be7f6
#294 Fixed regression, reading JPEGs containing strange APPn markers without identifier string
2016-11-20 20:11:22 +01:00
Harald Kuhr
8cac4ee792
#291 Added leniency for TIFF structures with pointers to data beyond EOF (clean-up).
2016-11-18 20:27:15 +01:00
Harald Kuhr
2f836de500
#291 Test case for added leniency for TIFF structures with pointers to data beyond EOF.
2016-11-18 20:22:58 +01:00
Harald Kuhr
b12084c14c
#291 Added leniency for TIFF structures with pointers to data beyond EOF.
2016-11-16 19:15:48 +01:00
Harald Kuhr
e71a4884e3
#291 Added leniency for TIFF structures with pointers to data beyond EOF.
2016-11-16 19:14:11 +01:00