130 Commits

Author SHA1 Message Date
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
b6e44c5bff #184 Support for PlanarConfiguration 2 + bonus changes. 2015-10-15 17:47:20 +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
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
f645e46495 Updated POM to 3.2-SNAPSHOT 2015-06-08 14:12:04 +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
475fdec33f [maven-release-plugin] prepare for next development iteration 2015-04-10 12:16:14 +02:00
Harald Kuhr
2f249a3885 [maven-release-plugin] prepare release twelvemonkeys-3.1.0 2015-04-10 12:16:08 +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
6dd68dd54e [maven-release-plugin] prepare for next development iteration 2014-10-01 11:21:42 +02:00
Harald Kuhr
d054ee9bb1 [maven-release-plugin] prepare release twelvemonkeys-3.0 2014-10-01 11:21:34 +02:00
Harald Kuhr
845944b25f [maven-release-plugin] prepare for next development iteration 2014-10-01 10:32:30 +02:00
Harald Kuhr
d12f9bdbbd [maven-release-plugin] prepare release twelvemonkeys-3.0-rc7 2014-10-01 10:32:23 +02:00
Harald Kuhr
3e9820bb22 Prepare for new development 2014-10-01 10:25:34 +02:00
Harald Kuhr
2098e6a898 [maven-release-plugin] prepare release twelvemonkeys-3.0-rc6 2014-10-01 10:19:06 +02:00
Harald Kuhr
feb20eefdd [maven-release-plugin] prepare for next development iteration 2014-09-30 12:48:20 +02:00
Harald Kuhr
6977e52059 [maven-release-plugin] prepare release twelvemonkeys-3.0-rc6 2014-09-30 12:48:12 +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
Trygve Laugstøl
0ab9294004 [maven-release-plugin] prepare for next development iteration 2014-02-15 13:14:41 +01:00
Trygve Laugstøl
ed5a5e0dca [maven-release-plugin] prepare release twelvemonkeys-3.0-rc5 2014-02-15 13:13:39 +01:00
Harald Kuhr
ce87171026 TMI-JPEG-22: Fixed issue with trash 0x00 padding in JPEG. 2013-12-16 18:08:39 +01:00
Harald Kuhr
d6f5a1281c TMI-TIFF: Added name for StripByteCounts TIFF constant. 2013-11-20 20:21:20 +01:00
Harald Kuhr
cd197afc04 TMI-META: Minor improvements in XMP parsing, PSD made public and faster dumping from JPEGSegmentUtil. 2013-09-19 09:52:47 +02:00
Harald Kuhr
cdc832623a TMI-METADATA: Minor clean-up, preparing for read/write of metadata.
Now uses proper constants for TIFF types.
2013-09-08 14:33:40 +02:00
Harald Kuhr
4de927b657 TMI-META: Removed misleading TODO/comment 2013-07-15 09:39:13 +02:00
Harald Kuhr
a2effd7ba0 TMI-META: Added license. 2013-06-05 10:55:18 +02:00
Harald Kuhr
544d60dabb TMI-JPEG: Fixed ICC profile issue. Now applies profiles when it should.
Profiles with bad indexes are now ignored on read.
Added support for JPEG-LS SOF55 segment (no further JPEG-LS support)
Added class documentation.
2013-06-05 10:54:51 +02:00
Harald Kuhr
28d8796e54 TMI-JPEG: Simplified logic. 2013-04-22 21:00:33 +02:00
Harald Kuhr
b966254322 TMI-JPEG: More lenient segment parsing, now allows 0xFF padding between segments + fixed an NPE in JPEGImageReader if the parsing fails. 2013-04-19 16:17:01 +02:00
Harald Kuhr
cc604e650b TMI-TIFF: Added more constants + debugging code for field names + suppressed unwanted warnings. 2013-02-18 14:51:45 +01:00
Harald Kuhr
f8369fb5b6 TMI-TIFF: Rolled back some breaking changes. 2013-02-15 12:34:36 +01:00