1037 Commits

Author SHA1 Message Date
Oliver Schmidtmer
8387a9ad37 Support OLD_JPEG and SubIFDs in TIFFUtilities 2016-02-19 23:21:54 +01:00
Harald Kuhr
2955054a72 Image now properly copied onto the destination, rather than the other way around... 2016-02-18 18:07:50 +01:00
Oliver Schmidtmer
ae548557bc Merge branch 'master' of https://github.com/haraldk/TwelveMonkeys into tiffreader_eof 2016-02-17 22:40:46 +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
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
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
Harald Kuhr
eeeb22666c #214 PSDImageReader: Read long layer names 2016-02-03 15:48:19 +01:00
Harald Kuhr
1449155987 Minor doc fix. 2016-02-03 11:19:12 +01:00
Harald Kuhr
156fe8bb25 Fixed some access scopes and made classes final. 2016-02-03 10:46:04 +01:00
Oliver Schmidtmer
98493b6c16 Fix reading srcRegion for OLD_JPEG 2016-02-03 00:20:24 +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
Harald Kuhr
87db620dac Addded contributors. If you feel omitted, please send a pull request. 2016-01-29 15:42:08 +01:00
Harald Kuhr
73f3290e22 Re-adding contrib module 2016-01-29 11:57:39 +01:00
Harald Kuhr
8807ccd367 #213 Add license to POM 2016-01-29 11:54:15 +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
Oliver Schmidtmer
e145de01f3 corrected IFD & strip width calculations for sequence writer 2016-01-20 00:22:46 +01:00
Harald Kuhr
a9428a1ecf Merge pull request #206 from Schmidor/TIFFUtilities
Merging Tiff utilities to new contrib module.
2016-01-18 09:12:04 +01:00
Oliver Schmidtmer
fc80ac2ee9 Enable sequence writing on TIFFImageWriter 2016-01-17 17:12:35 +01:00
Schmidor
c6e8711639 Remove runtime dependency to TIFF plugin from contrib module
Also removed public flag from plugin classes again. Replaced by temporary clones.
2016-01-13 23:00:31 +01:00
Schmidor
342dbe7d83 TIFFUtilities.applyOrientation: Switch to AffineTrandformOp for executing the transformation. 2016-01-13 00:17:32 +01:00
Harald Kuhr
10b8bef387 Fixed release date. 2016-01-04 09:11:54 +01:00
Harald Kuhr
d5a35fa818 #195: Faster (and correct) test 2016-01-04 09:11:54 +01:00
Harald Kuhr
5c63dd2168 Merge pull request #200 from Schmidor/tiffmetadata_getfield
add TIFFImageMetadata.getTIFFField
2015-12-22 21:00:03 +01:00
Oliver Schmidtmer
9c011adfc2 add TIFFImageMetadata.getTIFFField 2015-12-22 15:44:30 +01:00
Schmidor
d9ba98fb8e Add missing test dependency for TIFFUtilities 2015-12-16 23:47:08 +01:00
Schmidor
8c2af2c3c5 Finish TIFFUtilities.applyOrientation 2015-12-16 23:18:09 +01:00
Harald Kuhr
04a4c6e3ae #195: Fixed AIOOBE related to specific widths 2015-12-16 10:18:26 +01:00
Harald Kuhr
9e5204ddbb Updated README with latest version info. 2015-12-11 14:36:46 +01:00
Harald Kuhr
3b9d51dcc8 Fixed latest version header, it's really 3.2 2015-12-04 18:55:29 +01:00
Harald Kuhr
3214b3e595 Removed done item from todos. 2015-12-02 11:24:48 +01:00
Schmidor
ad0d265f4f Init TIFFUtilities for mereging, splitting and rotating tiff pages 2015-12-02 01:48:38 +01:00
Schmidor
57402957ad Add contrib module 2015-12-02 01:46:55 +01:00
Harald Kuhr
6db06414af #195 ArrayIndexOutOfBoundsException for ResampleOp in certain cases 2015-11-27 13:20:44 +01:00
Harald Kuhr
d097742002 Updated README with info on Batik versions. 2015-11-13 13:56:05 +01:00
Harald Kuhr
4e765fa61d #190 Updating to Batik 1.8 fixes incorrect size for WMF files. 2015-11-13 13:45:12 +01:00
Harald Kuhr
fd73ae09bd #191 Support for SVG files without XML declaration 2015-11-13 13:39:04 +01:00
Harald Kuhr
f6847e39c8 #190 Updated for Batik 1.8 2015-11-13 13:36:34 +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
3aa86bccf3 Updated for latest release. 2015-11-01 21:13: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 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