1078 Commits

Author SHA1 Message Date
Harald Kuhr
4740a39cd2 Test case for #446.
(cherry picked from commit a0955875d82dcbe44acfc7f70e280f73683f27e6)
2019-08-09 21:03:00 +02:00
Harald Kuhr
7ebcc437c3 Various Java 9 and beyond fixes:
- ExtraSamplesColorModel now overrides getComponentSize for correct size
 - TIFFImageReader/WriterSpi now recognizes the JEP 262 TIFF plugin
 - CCITTFaxEncoderStreamTest now directly creates writer (not JDK one)

(cherry picked from commit 7e0de147833a8d8c554eb7f4a7d42750528c379d)
2019-08-09 21:02:30 +02:00
Harald Kuhr
70c16dfdd9 Various Java 9 and beyond fixes.
(cherry picked from commit de34d4642e829e164c4ec8fd8420960f5141c6ec)
2019-08-09 21:02:30 +02:00
Harald Kuhr
c9e2e21727 Equals method for DiscreteAlphaIndexColorModel, needed for Java 10.
(cherry picked from commit b86bad2bf9f01fdd19067f5b69254aa237f80ca2)
2019-08-09 21:02:30 +02:00
Harald Kuhr
230ac33283 #442 SVG BaseURI issue fix
(cherry picked from commit cc5af0134cd34e9d45d0015d6dcb553a87b05ff0)
2019-08-09 21:02:30 +02:00
Bernhard Fey
66e0acb668 Added test file for non-alpha extra channel
Added test file for CMYK TIFF with non-alpha extra channel

(cherry picked from commit edcac25f5e2c36c3b091d248364bd68520bd42ff)
2019-08-09 21:02:30 +02:00
Bernhard Fey
7d8858c177 Modified new create[ImageTypeSpecifier] method according to suggestions by @haraldk
Renamed "create" method to "createImageTypeSpecifier".
Added exception thrown for unsupported planarConfiguration values.

(cherry picked from commit 5a5c1f996b7f72756b403760b72a56985ace8211)
2019-08-09 21:02:30 +02:00
Bernhard Fey
faab9517dd Fix for non-RGB images with extra sample
Added "create" method to TIFFImageReader that centralizes the use of "createBanded" and "createInterleaved" as well as the "extra samples" special case and fixes non-RGB images with non-alpha extra samples

(cherry picked from commit f9b8cae0ea2f3df56af3d5272f6b252a49fad445)
2019-08-09 21:02:30 +02:00
Harald Kuhr
2433777b6d Updated readme
(cherry picked from commit 62538c3db9a44dbb8bbe8cc756a01b0049c21723)
2019-08-09 21:02:13 +02:00
Harald Kuhr
3980c937cf Fixed release date.
(cherry picked from commit 48aa504be4107554fbb62fbda11b1981f3edb026)
2019-08-09 21:02:13 +02:00
Harald Kuhr
468ffb891d Updated versions from 3.4 to 3.4.1.
(cherry picked from commit ed2eb7642a47531ba252dc1591e90f59ceff4d97)
2019-08-09 21:02:13 +02:00
Harald Kuhr
e27e8a7ccb #408 Added servlet JAR to dependency example.
(cherry picked from commit 24ec5ae34d4548460c055ac3f85a9ddd59f51e5a)
2019-08-09 21:02:03 +02:00
Harald Kuhr
f2dba604da #311 Updated some more license headers that was left out in the initial change.
(cherry picked from commit a7b374e51ac10c552fd13314c959f1862c42e686)
2019-08-09 21:01:29 +02:00
Harald Kuhr
04f27a1694 #438 CompoundDocument file descriptor fix 2018-09-08 16:21:01 +02:00
Harald Kuhr
2630a6a795 [maven-release-plugin] prepare for next development iteration 2018-09-07 19:48:17 +02:00
Harald Kuhr
ab2f1f7e91 [maven-release-plugin] prepare release twelvemonkeys-3.4.1 twelvemonkeys-3.4.1 2018-09-07 19:48:10 +02:00
Harald Kuhr
7110e89bda Prepare next release 2018-09-07 19:42:06 +02:00
Harald Kuhr
a06cbfd6f4 #437 Catching exception from static init, prints a warning and moves on.
(cherry picked from commit d8d0131)
2018-08-30 15:04:55 +02:00
Harald Kuhr
3b68d676f3 #439: Unclear exception message when passing image metadata as stream metadata
(cherry picked from commit 6018093)
2018-08-30 15:04:52 +02:00
Harald Kuhr
83adf121e2 [maven-release-plugin] prepare release twelvemonkeys-3.4 twelvemonkeys-3.4 2018-08-18 20:28:59 +02:00
Harald Kuhr
6cf9152508 Batik 1.9 2018-08-18 20:02:15 +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
Harald Kuhr
6f9c83a0a9 #433: Test case for offset issue. 2018-08-18 13:17:43 +02:00
Harald Kuhr
4afa934251 #431: Clean-up + added test 2018-08-18 13:12:54 +02:00
Harald Kuhr
2235f6c911 #202, #433: Fixes offset issues when reading multiple JPEGs from single stream + embedded case (ie. TIFF). 2018-08-18 13:08:17 +02:00
Harald Kuhr
27fcd495db Added dispose() of reader after reading. 2018-08-18 12:52:53 +02:00
Harald Kuhr
8579b1c5bc Merge remote-tracking branch 'origin/master' 2018-08-18 12:51:30 +02:00
Harald Kuhr
dd914444c9 Now preserves PHOTOMETRIC_WHITE_IS_ZERO for CCITT encodings. 2018-08-18 12:51:03 +02:00
Harald Kuhr
520c6bd81c
Merge pull request #431 from seafraf/master
Added an extra mark to match the reset call in the finally block
2018-08-08 09:41:09 +02:00
Harald Kuhr
99e27c141a
Merge pull request #430 from Schmidor/megeWithSubIFD
Merging of TIFF Pages with Sub-IFDs caused a NPE
2018-08-02 10:34:06 +02:00
Seafra Forder
b43faf2fae Added an extra mark to match the reset call in the finally block 2018-07-16 14:21:57 +01:00
Oliver Schmidtmer
18800b6ee4 Merging TIFF pages failed, if a page contained a sub IFD without a TIFF.TAG_COMPRESSION entry 2018-07-09 16:42:34 +02:00
Harald Kuhr
7cb1c6811a
Merge pull request #429 from ikhaldeev/fix-extra-samples-alpha
Fix getAlphaRaster for ExtraSamplesColorModel (TIFFImageReader)
2018-07-02 10:04:02 +02:00
Ivan Khaldeev
c83171cdbf Fix getAlphaRaster for ExtraSamplesColorModel 2018-06-29 10:02:05 +04:00
Harald Kuhr
44530d4717 Minor fix for possible NPE 2018-06-13 17:35:30 +02:00
Harald Kuhr
f3749b8fc6 #402 Now forces ProfileDeferralMgr.activateProfiles() if TM plugins are used. 2018-06-13 17:00:32 +02:00
Harald Kuhr
156990afe0 Simplified write logic, by reusing sequence writing (single image sequence). 2018-06-13 16:53:43 +02:00
Harald Kuhr
90593117db Now emits warning if metadata can't be converted. 2018-06-13 16:51:23 +02:00
Harald Kuhr
f738e0e20d Minor fix: dispose() now correctly invokes resetMembers() as in ImageReaderBase. 2018-06-11 20:45:07 +02:00
Harald Kuhr
7ab72f0161 #329 JPEGImageReader endless loop fix 2018-05-22 21:10:57 +02:00
Harald Kuhr
b32a38bf02 #423: Minor clean-up 2018-05-22 20:47:04 +02:00
Harald Kuhr
ce7fb1cb94 #423: Finally fixed region parsing to Area (seems to work, but slow)!
Bonus: Implemented more transfer modes, better QT parsing/debug output.
2018-05-04 20:53:21 +02:00
Harald Kuhr
5c8b4e0edf #423 Fixed PICT offset issue. 2018-05-02 22:11:26 +02:00
Harald Kuhr
30582dc5e5 #423 Implemented opBitsRect for pixmap + opBitsRgn, opPackBitsRgn and opDirectBitsRgn, with some additional clea-up. 2018-05-01 12:22:00 +02:00
Harald Kuhr
2ea3acb2c6 #423 PICT IndexColor issue + always reading compressed for V1 bitmap. 2018-04-30 14:16:57 +02:00
Harald Kuhr
961dee3d41 #421: Fix for LCMS profile issue, due to LCMS altering the profile header on first use (ie. validation). 2018-04-06 20:45:38 +02:00
Harald Kuhr
2078843086 #419 PICT rounding issue 2018-04-05 18:58:42 +02:00
Harald Kuhr
a81472bb5f #414: Fix for BufferedImageInputStream alignment/partial read issues.
Bonus clean-up of tests.
2018-03-22 13:27:40 +01:00
Harald Kuhr
0c66ad82dd #405 SVG OSGi issue 2018-03-07 09:31:35 +01:00