Commit Graph

  • 9e23413456 Fixed JavaDoc errors to enable Java 8 build. Harald Kuhr 2019-08-10 00:41:36 +02:00
  • fa09099da0 Fixed encoding issues in readme. Harald Kuhr 2019-08-09 20:58:56 +02:00
  • 140b074ac6 #398: Better exception message when BufferedImage size > Integer.MAX Harald Kuhr 2019-08-09 19:52:07 +02:00
  • 59c6c18cbb #477: Better tests to for cyclic loops in IFDs. Harald Kuhr 2019-08-09 19:32:52 +02:00
  • c48e17dabf #474: Fix java.awt.color.CMMException: Can not access specified profile Harald Kuhr 2019-08-08 23:33:08 +02:00
  • 22a842eb78 449# Missing test to verify that we ignore bogus 0 byte counts. Harald Kuhr 2019-08-08 23:17:08 +02:00
  • bdd7f5b228 #492: Now correctly parses multiple strings for ASCII fields. Harald Kuhr 2019-08-08 23:03:13 +02:00
  • 0e41d4a5f7 #477: Avoid cyclic loops in IFDs. Harald Kuhr 2019-08-08 22:41:23 +02:00
  • 653360e054 Moving travis build to trusty, to fix JDK8 build Harald Kuhr 2019-08-08 09:25:29 +02:00
  • 4f193d543c #488: Fix for AIOOBE in getEmbeddedICCProfile when ICC profile is empty Harald Kuhr 2019-08-07 16:18:01 +02:00
  • 1d0cc43476 #489 Fix for Unexpected End of PackBits Stream for padded streams. Harald Kuhr 2019-08-07 16:04:46 +02:00
  • 9791a251ed #469 Fix for OOME while reading Exif with corrupted IFDs/counts Harald Kuhr 2019-08-07 15:55:24 +02:00
  • 0bc30f4d18 JPEG Exif parsing optimization. Harald Kuhr 2019-08-07 15:47:33 +02:00
  • 022fc03fbb XMLSerializer speedup. Harald Kuhr 2019-02-12 20:44:34 +01:00
  • 8b66842859 #475: Fix support for writing TIFF > 2 GB Harald Kuhr 2019-02-12 20:40:08 +01:00
  • 5251f4665e #473: Fix for ColorMap (Indexed) TIFF with non-alpha ExtraSamples. Harald Kuhr 2019-02-12 20:34:31 +01:00
  • b98b81b877 colorize code snippets in README using GFM ``java, ``xml Paul Verest 2019-01-28 15:31:42 +08:00
  • 774b494fec Updated commons-fileupload dependency to safe version, even if in scope provided, just in case. Harald Kuhr 2019-01-08 21:47:05 +01:00
  • 90ef605b0c Fix for #455: Ignore profiles PhotometricInterpretation MinIsWhite with 1bit/pixel Oliver Schmidtmer 2018-11-22 12:20:58 +01:00
  • b40eea0fc4 Fix test case for #446 in case of "Gerenic CMYK" profile not being available. Harald Kuhr 2018-10-26 22:28:31 +02:00
  • 9ac2013965 Better assertion failed messages. Harald Kuhr 2018-10-26 22:14:57 +02:00
  • 4740a39cd2 Test case for #446. Harald Kuhr 2018-10-26 20:34:57 +02:00
  • 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) Harald Kuhr 2018-10-26 19:43:58 +02:00
  • 70c16dfdd9 Various Java 9 and beyond fixes. Harald Kuhr 2018-10-26 19:40:00 +02:00
  • c9e2e21727 Equals method for DiscreteAlphaIndexColorModel, needed for Java 10. Harald Kuhr 2018-10-11 22:36:41 +02:00
  • 230ac33283 #442 SVG BaseURI issue fix Harald Kuhr 2018-10-11 21:38:10 +02:00
  • 66e0acb668 Added test file for non-alpha extra channel Bernhard Fey 2018-09-27 10:07:57 +02:00
  • 7d8858c177 Modified new create[ImageTypeSpecifier] method according to suggestions by @haraldk Bernhard Fey 2018-09-26 10:56:49 +02:00
  • faab9517dd Fix for non-RGB images with extra sample Bernhard Fey 2018-09-25 10:24:20 +02:00
  • 2433777b6d Updated readme Harald Kuhr 2018-09-10 13:37:29 +02:00
  • 3980c937cf Fixed release date. Harald Kuhr 2018-09-08 17:32:09 +02:00
  • 468ffb891d Updated versions from 3.4 to 3.4.1. Harald Kuhr 2018-09-08 17:23:01 +02:00
  • e27e8a7ccb #408 Added servlet JAR to dependency example. Harald Kuhr 2018-09-08 17:21:55 +02:00
  • f2dba604da #311 Updated some more license headers that was left out in the initial change. Harald Kuhr 2018-09-07 21:07:08 +02:00
  • 7d2c692663 Fixed encoding issues in readme. Harald Kuhr 2019-08-09 20:58:56 +02:00
  • 9ce1a86cae #398: Better exception message when BufferedImage size > Integer.MAX Harald Kuhr 2019-08-09 19:52:07 +02:00
  • b0b5de5fa4 #477: Better tests to for cyclic loops in IFDs. Harald Kuhr 2019-08-09 19:32:52 +02:00
  • 64178bd636 #474: Fix java.awt.color.CMMException: Can not access specified profile Harald Kuhr 2019-08-08 23:33:08 +02:00
  • 7985cdd4a7 449# Missing test to verify that we ignore bogus 0 byte counts. Harald Kuhr 2019-08-08 23:17:08 +02:00
  • 8247861095 #492: Now correctly parses multiple strings for ASCII fields. Harald Kuhr 2019-08-08 23:03:13 +02:00
  • 8480c929c1 #477: Avoid cyclic loops in IFDs. Harald Kuhr 2019-08-08 22:41:23 +02:00
  • e6f437f55b
    Moving travis build to trusty, to fix JDK8 build Harald Kuhr 2019-08-08 09:25:29 +02:00
  • ee049d9465 #488: Fix for AIOOBE in getEmbeddedICCProfile when ICC profile is empty Harald Kuhr 2019-08-07 16:18:01 +02:00
  • f6aa810f8b #489 Fix for Unexpected End of PackBits Stream for padded streams. Harald Kuhr 2019-08-07 16:04:46 +02:00
  • e8d1b999a2 #469 Fix for OOME while reading Exif with corrupted IFDs/counts Harald Kuhr 2019-08-07 15:55:24 +02:00
  • d7fbd6594e JPEG Exif parsing optimization. Harald Kuhr 2019-08-07 15:47:33 +02:00
  • caef9b6a9e XMLSerializer speedup. Harald Kuhr 2019-02-12 20:44:34 +01:00
  • 7fad4d5cd8 #475: Fix support for writing TIFF > 2 GB Harald Kuhr 2019-02-12 20:40:08 +01:00
  • 3e4b14f984 #473: Fix for ColorMap (Indexed) TIFF with non-alpha ExtraSamples. Harald Kuhr 2019-02-12 20:34:31 +01:00
  • 5ade293445
    Merge pull request #458 from Schmidor/455 Harald Kuhr 2019-02-12 20:29:31 +01:00
  • a0fc5f560d
    Merge pull request #472 from paulvi/patch-2 Harald Kuhr 2019-01-30 10:58:08 +01:00
  • 51b0734462
    colorize code snippets in README using GFM ``java, ``xml Paul Verest 2019-01-28 15:31:42 +08:00
  • 8e3cd5aedb Updated commons-fileupload dependency to safe version, even if in scope provided, just in case. Harald Kuhr 2019-01-08 21:47:05 +01:00
  • cbaa0dc688 Fix for #455: Ignore profiles PhotometricInterpretation MinIsWhite with 1bit/pixel Oliver Schmidtmer 2018-11-22 12:20:58 +01:00
  • 61bac97933 Fix test case for #446 in case of "Gerenic CMYK" profile not being available. Harald Kuhr 2018-10-26 22:28:31 +02:00
  • 3e9be32279 Better assertion failed messages. Harald Kuhr 2018-10-26 22:14:57 +02:00
  • d41acaee05 Remnoved System.err.println Harald Kuhr 2018-10-26 22:13:25 +02:00
  • a0955875d8 Test case for #446. Harald Kuhr 2018-10-26 20:34:57 +02:00
  • 38ea0989d4
    Merge pull request #446 from bernhardf-ro/master Harald Kuhr 2018-10-26 20:21:12 +02:00
  • 7e0de14783 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) Harald Kuhr 2018-10-26 19:43:58 +02:00
  • de34d4642e Various Java 9 and beyond fixes. Harald Kuhr 2018-10-26 19:40:00 +02:00
  • b86bad2bf9 Equals method for DiscreteAlphaIndexColorModel, needed for Java 10. Harald Kuhr 2018-10-11 22:36:41 +02:00
  • cc5af0134c #442 SVG BaseURI issue fix Harald Kuhr 2018-10-11 21:38:10 +02:00
  • edcac25f5e
    Added test file for non-alpha extra channel Bernhard Fey 2018-09-27 10:07:57 +02:00
  • 5a5c1f996b
    Modified new create[ImageTypeSpecifier] method according to suggestions by @haraldk Bernhard Fey 2018-09-26 10:56:49 +02:00
  • f9b8cae0ea
    Fix for non-RGB images with extra sample Bernhard Fey 2018-09-25 10:24:20 +02:00
  • 62538c3db9 Updated readme Harald Kuhr 2018-09-10 13:37:29 +02:00
  • 48aa504be4 Fixed release date. Harald Kuhr 2018-09-08 17:32:09 +02:00
  • ed2eb7642a Updated versions from 3.4 to 3.4.1. Harald Kuhr 2018-09-08 17:23:01 +02:00
  • 24ec5ae34d #408 Added servlet JAR to dependency example. Harald Kuhr 2018-09-08 17:21:55 +02:00
  • 0cd250646a #438 CompoundDocument file descriptor fix Harald Kuhr 2018-09-08 16:21:01 +02:00
  • 04f27a1694 #438 CompoundDocument file descriptor fix Harald Kuhr 2018-09-08 16:21:01 +02:00
  • 586359e7ab #379 TGA write Harald Kuhr 2018-09-08 16:04:06 +02:00
  • 5a3945c411 Merge remote-tracking branch 'origin/master' Harald Kuhr 2018-09-07 21:07:23 +02:00
  • a7b374e51a #311 Updated some more license headers that was left out in the initial change. Harald Kuhr 2018-09-07 21:07:08 +02:00
  • 1a1067a6bd #82 ICO write Harald Kuhr 2018-09-07 21:02:12 +02:00
  • 2630a6a795 [maven-release-plugin] prepare for next development iteration Harald Kuhr 2018-09-07 19:48:17 +02:00
  • ab2f1f7e91 [maven-release-plugin] prepare release twelvemonkeys-3.4.1 twelvemonkeys-3.4.1 Harald Kuhr 2018-09-07 19:48:10 +02:00
  • 7110e89bda Prepare next release Harald Kuhr 2018-09-07 19:42:06 +02:00
  • a06cbfd6f4 #437 Catching exception from static init, prints a warning and moves on. Harald Kuhr 2018-08-30 15:02:04 +02:00
  • 3b68d676f3 #439: Unclear exception message when passing image metadata as stream metadata Harald Kuhr 2018-08-30 14:46:55 +02:00
  • d8d0131806 #437 Catching exception from static init, prints a warning and moves on. Harald Kuhr 2018-08-30 15:02:04 +02:00
  • 60180938d2 #439: Unclear exception message when passing image metadata as stream metadata Harald Kuhr 2018-08-30 14:46:55 +02:00
  • c74630656f Removed a deprecated method. Harald Kuhr 2018-08-26 10:35:53 +02:00
  • 96901e020f #83 ICNS write Harald Kuhr 2018-08-25 15:34:07 +02:00
  • 7ff74465d3
    Merge pull request #426 from ckovorodkin/camera-raw-cr2-slice Harald Kuhr 2018-08-21 17:50:57 +02:00
  • 5e3229c9b7
    Merge pull request #425 from ckovorodkin/jpeg-lossless-decoder-components Harald Kuhr 2018-08-21 17:50:24 +02:00
  • 1f5bf80f7e
    Merge pull request #424 from ckovorodkin/camera-raw Harald Kuhr 2018-08-21 17:48:45 +02:00
  • fc8c891f07
    Merge pull request #436 from Schmidor/contrib_tiffutilities_jpeg6 Harald Kuhr 2018-08-21 17:44:09 +02:00
  • 632e5e6664 TIFFUtilities: Enhanced support for old-style to new-style JPEG transformation Oliver Schmidtmer 2018-08-21 14:55:36 +02:00
  • 7af0cfaa78
    Update README.md Harald Kuhr 2018-08-20 11:38:46 +02:00
  • f4b154f6c8
    Update README.md Harald Kuhr 2018-08-20 11:32:29 +02:00
  • b09a8a5dbe Updated License. Harald Kuhr 2018-08-18 23:37:46 +02:00
  • 147b805713 Updated with latest release information Harald Kuhr 2018-08-18 23:27:46 +02:00
  • a651939274 Updated readme. Harald Kuhr 2018-08-18 23:26:44 +02:00
  • 08283299ba #311 Updated license headers to be the same as in the LICENSE.txt Harald Kuhr 2018-08-18 23:17:54 +02:00
  • 1228043d57 [maven-release-plugin] prepare for next development iteration Harald Kuhr 2018-08-18 20:29:07 +02:00
  • 83adf121e2 [maven-release-plugin] prepare release twelvemonkeys-3.4 twelvemonkeys-3.4 Harald Kuhr 2018-08-18 20:28:59 +02:00
  • 6cf9152508 Batik 1.9 Harald Kuhr 2018-08-18 20:02:15 +02:00
  • 24c6682236 #311 Updated license headers to be the same as in the LICENSE.txt Harald Kuhr 2018-08-18 19:22:52 +02:00