Commit Graph

  • ee424583c4 Clean-up Harald Kuhr 2023-11-11 15:03:09 +01:00
  • 1292c95040 Support for WebP in TIFF Refactored tile reading for delegated formats. Harald Kuhr 2023-11-10 09:27:40 +01:00
  • 8715b6b696 Update examples to latest version. Harald Kuhr 2023-11-09 10:55:56 +01:00
  • 666e0ef94a [maven-release-plugin] prepare for next development iteration 3.10-bugfix Harald Kuhr 2023-11-07 20:24:45 +01:00
  • b58c4ba5dd [maven-release-plugin] prepare release twelvemonkeys-3.10.1 twelvemonkeys-3.10.1 Harald Kuhr 2023-11-07 20:24:40 +01:00
  • 6328862e4f Set versions to 3.10.1-SNAPSHOT Harald Kuhr 2023-11-07 20:17:30 +01:00
  • a95235b422 #860: Fix regression in reading broken PackBits stream. Harald Kuhr 2023-11-07 14:04:28 +01:00
  • 9f4b09fc7d Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 dependabot[bot] 2023-11-07 08:54:40 +00:00
  • 03455f0132 Bump org.apache.maven.plugins:maven-surefire-report-plugin dependabot[bot] 2023-11-07 08:54:44 +00:00
  • ac5779d8d6 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 dependabot[bot] 2023-11-07 08:54:37 +00:00
  • fef8ff3aab Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 dependabot[bot] 2023-11-03 08:58:10 +00:00
  • a9e4b2e262 Change maven-bundle-plugin config to correctly export ImageWriterSpi services Steinar Bang 2023-11-01 20:42:58 +01:00
  • 7147e2dfb1 Bump github/codeql-action from 2.22.4 to 2.22.5 in /.github/workflows dependabot[bot] 2023-10-30 08:47:54 +00:00
  • 1680fadf83 Bump commons-io:commons-io from 2.14.0 to 2.15.0 dependabot[bot] 2023-10-26 08:52:00 +00:00
  • d1df8c13ed Remove outdated TODO Harald Kuhr 2023-10-25 22:14:54 +02:00
  • 031937fe99 #852 JPEG: Preserve existing metadata when writing CMYK data Harald Kuhr 2023-10-25 22:14:05 +02:00
  • 24c473ae45 Bump org.apache.maven.plugins:maven-surefire-report-plugin dependabot[bot] 2023-10-24 09:13:21 +00:00
  • 57941cb638 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 dependabot[bot] 2023-10-24 09:13:13 +00:00
  • d325b6deec Bump org.apache.maven.plugins:maven-checkstyle-plugin dependabot[bot] 2023-10-24 09:13:03 +00:00
  • 3f67430b2d Bump ossf/scorecard-action from 2.3.0 to 2.3.1 in /.github/workflows dependabot[bot] 2023-10-24 08:22:50 +00:00
  • 314071dde8 Bump mikepenz/action-junit-report in /.github/workflows dependabot[bot] 2023-10-23 08:53:32 +00:00
  • 83ad25c2dd Bump github/codeql-action from 2.22.3 to 2.22.4 in /.github/workflows dependabot[bot] 2023-10-23 08:53:28 +00:00
  • d7dae90e2e The original condition of i bigger than mapsize will never be true, since i starts at 0. The condition should be: i smaller than mapsize, if we want to loop over the mapsize. KoenDG 2023-10-21 00:13:32 +02:00
  • ad437c2470 Better comment Harald Kuhr 2023-10-20 20:20:59 +02:00
  • dabc26bdb5 [maven-release-plugin] prepare for next development iteration Harald Kuhr 2023-10-20 21:25:12 +02:00
  • b441298a9a [maven-release-plugin] prepare release twelvemonkeys-3.10.0 twelvemonkeys-3.10.0 Harald Kuhr 2023-10-20 21:25:06 +02:00
  • 345ca0ac13 POM fixes Harald Kuhr 2023-10-20 16:53:25 +02:00
  • 9720a931c5 #843: Correctly handle empty image resources section. Harald Kuhr 2023-10-20 12:26:36 +02:00
  • 4d3f691e6a Bump mikepenz/action-junit-report in /.github/workflows dependabot[bot] 2023-10-20 08:39:22 +00:00
  • 2e0e575183 #841: Filter out incompatible ICC profiles Harald Kuhr 2023-10-19 11:10:47 +02:00
  • 2c7c47b158 #837: Now uses last app segment for color space detection. Harald Kuhr 2023-10-18 16:52:47 +02:00
  • 57680f1bec Change from java 21-ea to 21 (official temurin build is out) Harald Kuhr 2023-10-18 16:22:29 +02:00
  • 8dc83c4e9e Remove JDK 20 now that we have 21. Harald Kuhr 2023-10-06 12:33:59 +02:00
  • 929bea6b6b Bump actions/checkout from 4.1.0 to 4.1.1 in /.github/workflows dependabot[bot] 2023-10-18 08:17:15 +00:00
  • 699662d054 Bump github/codeql-action from 2.22.2 to 2.22.3 in /.github/workflows dependabot[bot] 2023-10-16 09:07:04 +00:00
  • 1bebee1851 Bump github/codeql-action from 2.22.1 to 2.22.2 in /.github/workflows dependabot[bot] 2023-10-13 08:44:15 +00:00
  • b0e8dd86bb Bump github/codeql-action from 2.22.0 to 2.22.1 in /.github/workflows dependabot[bot] 2023-10-10 08:49:50 +00:00
  • 5bdb0b5502 Bump ossf/scorecard-action from 2.2.0 to 2.3.0 in /.github/workflows dependabot[bot] 2023-10-09 08:24:18 +00:00
  • 85d47528a3 Bump github/codeql-action from 2.21.9 to 2.22.0 in /.github/workflows dependabot[bot] 2023-10-09 08:24:10 +00:00
  • a7ebd66149 Export all TwelveMonkeys imageio SPI plugins using the osgi.serviceloader capability Steinar Bang 2023-10-05 19:09:36 +02:00
  • f0a032a7b9 Add Require-Capability header requiring osgi.serviceloader.registrar to all imageio OSGi bundle MANIFEST.MF files Steinar Bang 2023-09-17 18:23:44 +02:00
  • 690cb064e7 Ignore eclipse .metadata directory Steinar Bang 2023-08-14 16:43:07 +02:00
  • e65f471a8f Provide Require-Capability and Add-Capability headers for osgi.serviceloader to the imageio-jpeg MANIFEST.MF Steinar Bang 2023-08-13 15:21:11 +02:00
  • f2cc9faaf8 Add maven-bundle-plugin to build to give jar files OSGi manifest headers and make the jar files OSGi bundles, fixes #794 Steinar Bang 2023-08-02 11:47:42 +02:00
  • 8bd3f4f34a Badge reorganization. Harald Kuhr 2023-10-05 21:51:01 +02:00
  • be348543d8 Fix possibly flaky test. Harald Kuhr 2023-10-05 20:30:22 +02:00
  • 80229b8c3c Minor code clean-up. Harald Kuhr 2023-10-05 20:27:18 +02:00
  • a5ee53569d Added OpenSSF Best Practices badge. Harald Kuhr 2023-10-05 20:20:11 +02:00
  • c22ada03cd Replace some usages of ImageTypeSpecifier.createFromRenderedImage. Harald Kuhr 2023-10-05 20:09:37 +02:00
  • b61341ce3b Testing JDK 21-ea Harald Kuhr 2023-09-20 11:06:30 +02:00
  • e73b0a7bcf Update ci.yml Harald Kuhr 2023-09-20 10:57:13 +02:00
  • ea9d1c0dc5 Bump github/codeql-action from 2.21.8 to 2.21.9 in /.github/workflows dependabot[bot] 2023-10-04 08:09:39 +00:00
  • e0563ee7dd Fix some easy to fix CodeQL issues Harald Kuhr 2023-10-03 13:44:51 +02:00
  • 44bcd202e8 Update codeql.yml Joyce 2023-09-26 12:57:50 -03:00
  • 5b57b51ff1 set top level permission to codeql.yml Joyce 2023-09-25 17:07:12 -03:00
  • 0b5f8a071e Create codeql.yml Joyce 2023-09-25 16:53:11 -03:00
  • d3dc578936 Bump commons-io:commons-io from 2.13.0 to 2.14.0 dependabot[bot] 2023-10-02 08:44:40 +00:00
  • 2ae937b870 Bump mikepenz/action-junit-report in /.github/workflows dependabot[bot] 2023-10-02 08:20:13 +00:00
  • 2a7763299a Bump github/codeql-action from 2.21.8 to 2.21.9 in /.github/workflows dependabot[bot] 2023-09-28 08:32:50 +00:00
  • a57a1d35f9 Bump actions/checkout from 4.0.0 to 4.1.0 in /.github/workflows dependabot[bot] 2023-09-25 09:04:46 +00:00
  • e618805786 Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 dependabot[bot] 2023-09-25 08:20:04 +00:00
  • e3cb923d37 #815: Filter metadata and thumbnails before passing to JPEG delegate. Harald Kuhr 2023-09-23 16:14:23 +02:00
  • 4513b0c166 Better support for ImageTypeSpecifiers with IndexColorModel. Harald Kuhr 2023-09-22 11:52:11 +02:00
  • b55d4e8c1b Bump actions/setup-java from 3.12.0 to 3.13.0 in /.github/workflows dependabot[bot] 2023-09-21 08:24:06 +00:00
  • 399c75f59e Bump github/codeql-action from 2.21.7 to 2.21.8 in /.github/workflows dependabot[bot] 2023-09-20 08:18:16 +00:00
  • a7f7d73e2d Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 dependabot[bot] 2023-09-18 08:40:51 +00:00
  • 41a83191b7 Bump github/codeql-action from 2.21.6 to 2.21.7 in /.github/workflows dependabot[bot] 2023-09-15 09:02:37 +00:00
  • 49e805eeb7 Bump github/codeql-action from 2.21.5 to 2.21.6 in /.github/workflows dependabot[bot] 2023-09-14 08:32:11 +00:00
  • f426637fdd Bump mikepenz/action-junit-report in /.github/workflows dependabot[bot] 2023-09-07 08:47:03 +00:00
  • 4081ff1545 Bump actions/upload-artifact from 3.1.2 to 3.1.3 in /.github/workflows dependabot[bot] 2023-09-07 08:47:00 +00:00
  • ae4fbcc726
    Merge pull request #806 from haraldk/dependabot/github_actions/dot-github/workflows/actions/checkout-4.0.0 Harald Kuhr 2023-09-05 13:54:23 +02:00
  • 66208bfa03
    Bump actions/checkout from 3.6.0 to 4.0.0 in /.github/workflows dependabot[bot] 2023-09-05 09:06:47 +00:00
  • e72255805e
    Merge pull request #805 from haraldk/dependabot/github_actions/dot-github/workflows/github/codeql-action-2.21.5 Harald Kuhr 2023-08-29 10:50:48 +02:00
  • 780ccd7916
    Bump github/codeql-action from 2.21.4 to 2.21.5 in /.github/workflows dependabot[bot] 2023-08-29 08:20:59 +00:00
  • 957e917281
    Merge pull request #803 from haraldk/dependabot/github_actions/dot-github/workflows/actions/checkout-3.6.0 Harald Kuhr 2023-08-25 10:31:16 +02:00
  • 9daf8337ee
    Bump actions/checkout from 3.5.3 to 3.6.0 in /.github/workflows dependabot[bot] 2023-08-25 08:13:57 +00:00
  • 89c104d59f
    Merge pull request #802 from haraldk/dependabot/maven/batik.version-1.17 Harald Kuhr 2023-08-23 12:52:34 +02:00
  • 8608ee76c5
    Bump batik.version from 1.16 to 1.17 dependabot[bot] 2023-08-23 10:46:41 +00:00
  • aab2d36e92 Prepare for new Batik version Harald Kuhr 2023-08-23 12:41:54 +02:00
  • 608b37232d #792: Guard against incorrect JPEG Huffman Table class Harald Kuhr 2023-08-21 13:09:11 +02:00
  • e3ebf8e0fa
    Merge pull request #800 from haraldk/dependabot/github_actions/dot-github/workflows/ossf/scorecard-action-2.2.0 Harald Kuhr 2023-08-21 11:56:14 +02:00
  • 9af10625a2
    Merge pull request #799 from haraldk/dependabot/github_actions/dot-github/workflows/actions/upload-artifact-3.1.2 Harald Kuhr 2023-08-21 11:56:05 +02:00
  • ccc4e7b411
    Merge pull request #798 from haraldk/dependabot/github_actions/dot-github/workflows/actions/checkout-3.5.3 Harald Kuhr 2023-08-21 11:51:32 +02:00
  • 439323c5e5
    Bump actions/checkout from 3.1.0 to 3.5.3 in /.github/workflows dependabot[bot] 2023-08-21 09:50:52 +00:00
  • 332e191d0d
    Merge pull request #797 from haraldk/dependabot/github_actions/dot-github/workflows/github/codeql-action-2.21.4 Harald Kuhr 2023-08-21 11:50:12 +02:00
  • 58d1a89028
    Merge pull request #790 from haraldk/dependabot/github_actions/dot-github/workflows/actions/setup-java-3.12.0 Harald Kuhr 2023-08-21 11:49:57 +02:00
  • 72fe799cc8
    Bump ossf/scorecard-action from 2.1.2 to 2.2.0 in /.github/workflows dependabot[bot] 2023-08-21 08:59:55 +00:00
  • 18af213e27
    Bump actions/upload-artifact from 3.1.0 to 3.1.2 in /.github/workflows dependabot[bot] 2023-08-21 08:59:52 +00:00
  • 9d267f352f
    Bump github/codeql-action from 2.2.4 to 2.21.4 in /.github/workflows dependabot[bot] 2023-08-21 08:59:46 +00:00
  • f8f6f9f1e4
    Merge pull request #796 from joycebrum/master Harald Kuhr 2023-08-18 16:00:02 +02:00
  • 2841d26785
    Add scorecard badge to README.md Joyce 2023-08-07 15:28:33 -03:00
  • 98ae5967ca
    Create scorecard.yml Joyce 2023-08-07 15:26:28 -03:00
  • da9d87a561
    Bump actions/setup-java from 3.11.0 to 3.12.0 in /.github/workflows dependabot[bot] 2023-07-25 08:32:19 +00:00
  • d472191926 BMP cleanup Harald Kuhr 2023-07-19 14:04:27 +02:00
  • a8472170c4 HDR clean-up Harald Kuhr 2023-07-19 13:23:47 +02:00
  • 92ba91b412 #784 TIFF: No longer return incorrect standard image type for RGB with custom ICC profile 3.9-bugfix Harald Kuhr 2023-07-17 12:08:43 +02:00
  • c8cb472407 #786 TIFF: No longer create custom Inflater, to avoid resource leak Harald Kuhr 2023-07-17 12:04:10 +02:00
  • 2f56650444 Bump mikepenz/action-junit-report in /.github/workflows dependabot[bot] 2023-07-17 08:25:39 +00:00
  • ff3d403002 Bump mikepenz/action-junit-report in /.github/workflows dependabot[bot] 2023-06-22 09:08:28 +00:00
  • ea6070a94e Bump maven-shade-plugin from 3.4.1 to 3.5.0 dependabot[bot] 2023-06-19 09:11:11 +00:00