Commit Graph

86 Commits

Author SHA1 Message Date
Harald Kuhr
7ab72f0161 #329 JPEGImageReader endless loop fix 2018-05-22 21:10:57 +02:00
Harald Kuhr
c294c5869c #368 related clean-up 2018-01-17 19:24:31 +01:00
Harald Kuhr
2b29c14593 #368 related clean-up 2018-01-17 18:27:33 +01:00
Harald Kuhr
3f06bbee99 Merge pull request #368 from Schmidor/invalidIDFpointer
An invalid IFD pointer caused creating an empty IFD Directory
2018-01-17 18:18:05 +01:00
Harald Kuhr
6936e7cbb2 #403 Test case for uncommon resource. 2018-01-15 15:03:23 +01:00
Harald Kuhr
c8a19418eb #403 Support for uncommon PSD resource magic: MeSa, PHUT, AgHg and DCSR 2018-01-06 21:07:15 +01:00
Harald Kuhr
1c27b58598 #390 Deferred parsing of embedded resources. Allows reading pixel data for images with unparseable metadata.
Broken metadata is now ignored + warning, rather than causing exceptions.
2017-11-05 10:29:49 +01:00
Harald Kuhr
792b531b0e #342 Initial BigTIFF support 2017-08-21 21:59:09 +02:00
Oliver Schmidtmer
acad978f71 An invalid IFD pointer caused creating an empty IFD Directory 2017-08-02 16:31:43 +02:00
Harald Kuhr
99144358a5 Test clean-up. 2017-01-05 16:47:54 +01:00
Harald Kuhr
a86b76256b #204 TIFF metadata refactor 2016-12-12 22:28: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
Harald Kuhr
ee002dfc87 Typename fix for collection types. 2016-11-07 16:45:15 +01:00
Harald Kuhr
3f6bc722bc Typo in TIFF tag name. 2016-11-02 09:36:11 +01:00
Harald Kuhr
673f3e5b53 #182 Massive refactorings to clean up metadata and segment handling 2016-09-09 13:59:03 +02:00
Harald Kuhr
15ce9d6b64 #182 Clean up after merge of #215 2016-09-09 13:59:03 +02:00
Harald Kuhr
f382f4b5f9 Manual merge of #223 2016-04-21 15:30:20 +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
Oliver Schmidtmer
d64eb40211 Improved test for catching EOF at reading the next-IFD pointer as EOF marker 2016-02-16 23:05:44 +01:00
Oliver Schmidtmer
6796910091 Fix reading bad SubIFDs again 2016-02-16 22:52:57 +01:00
Oliver Schmidtmer
672aa1a048 Continue reading the metadata if invalid tags were found 2016-02-02 23:52:03 +01:00
Oliver Schmidtmer
a709381825 Test for catching EOF at reading the next-IFD pointer as EOF marker 2016-02-02 00:29:44 +01:00
Oliver Schmidtmer
0997f5199a catch EOF at reading the next-IFD pointer as EOF marker 2016-01-28 20:12:11 +01:00
Oliver Schmidtmer
e4f193400d Remove seeks on uncompressed tiffs to reenable streaming 2016-01-28 00:31:10 +01:00
Harald Kuhr
b6e44c5bff #184 Support for PlanarConfiguration 2 + bonus changes. 2015-10-15 17:47:20 +02:00
Harald Kuhr
99c5fea005 TMI #166 Remove printStackTrace() from EXIFReader 2015-08-21 15:24:49 +02:00
Harald Kuhr
517fc770bd TMI-136: Better TIFF (IFD) format write support. 2015-08-12 10:23:15 +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
f4cc310096 TMI-139: Work in progress: TIFF image metadata. 2015-06-22 11:11:37 +02:00
Harald Kuhr
821c20c09a TMI-136: Clean-up and added TODOs. 2015-06-05 10:58:54 +02:00
Harald Kuhr
f6d5a60600 TMI-136: Added abstract MetadataWriter, along with preliminary IPTCWriter + test cases. Retrofit EXIFWriter. Loads of small changes and clean-up. 2015-06-05 10:49:31 +02:00
Harald Kuhr
1505aa651b TMI-26: TIFF write support sans LZW. 2015-03-18 21:46:04 +01:00
Harald Kuhr
217f4dc371 Minor clean-up. 2015-03-12 15:35:51 +01:00
Harald Kuhr
aef7b8bfba TMI-116: Now tries to be lenient about bad interop IFDs. 2015-03-11 14:38:31 +01:00
Harald Kuhr
7b0414ce78 TMI-114: Fix for EXIFReader.readSubdirectories, no longer attempts to read linked IFD. 2015-03-10 18:02:40 +01:00
Harald Kuhr
7ad108ccba TMI-110: Fixed a possible OutOfMemoryError caused by invalid tags and lengths. 2015-03-10 10:07:05 +01:00
Harald Kuhr
c3cafc63d8 TMI-98: Fix PSDMetadata to include layer info + Cleanup and other minor fixes. 2015-02-26 21:51:48 +01:00
Harald Kuhr
77e6600605 TMI-60: Support for clip paths in formats containing PSD resources 2014-12-16 11:38:24 +01:00
Harald Kuhr
5def68c7e3 TMI-85: Support 16 bit signed int data 2014-12-08 10:50:26 +01:00
Harald Kuhr
3c08cae093 TMI-77: Fixed bug in predictor for tiled TIFFs. 2014-11-03 21:10:36 +01:00
Harald Kuhr
add6e07cae TMI-74: Make JPEG segment parsing more lenient 2014-11-03 21:05:58 +01:00
Harald Kuhr
8669a986c5 TMI-71: Now ignores ICC color profile if type/component count does not match image data. 2014-10-28 10:08:24 +01:00
Harald Kuhr
a8880e9dad TMI-JPEG: Work in progress for lossless support 2014-10-15 12:18:27 +02:00
Harald Kuhr
ab85ab9bcc TMI-META: Now parsing SubIFDs. 2014-10-15 12:16:06 +02:00
Harald Kuhr
e79f115ab4 TMI-TIFF: Predictor tag 2014-09-29 11:18:10 +02:00
Harald Kuhr
61cbeb0a09 TMI-META: Now reads ICC profile from PSD Image Resource Blocks in JPEG. 2014-09-26 16:43:14 +02:00
Harald Kuhr
06674d1273 TMI-PSD: Added support for PSB (aka "Large Document Format")
Added support for 32 bit channels.
Added test cases + fixed a few bugs
General code clean-up
2014-09-09 16:36:18 +02:00