Commit Graph

  • 57d9bfda59 Rename the flag and skip normalization completely Bertil Chapuis 2023-12-22 00:35:07 +01:00
  • 1226375ba6 Disable clamping when reading raw tiff data Bertil Chapuis 2023-12-19 15:25:38 +01:00
  • 9c2d3058fd Bump org.apache.maven.plugins:maven-compiler-plugin dependabot[bot] 2023-12-25 08:59:24 +00:00
  • e89cadd95f Bump github/codeql-action from 3.22.11 to 3.22.12 in /.github/workflows dependabot[bot] 2023-12-22 08:59:20 +00:00
  • 0ec299c2e6 Bump org.apache.maven.plugins:maven-compiler-plugin dependabot[bot] 2023-12-19 08:28:51 +00:00
  • b91d02a562 #878: Now detects APP14/Adobe markers with full 2 byte version Harald Kuhr 2023-12-16 17:57:49 +01:00
  • 2b5f897841 Bump actions/upload-artifact from 3.1.3 to 4.0.0 in /.github/workflows dependabot[bot] 2023-12-15 09:01:28 +00:00
  • e65078bdb7 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 dependabot[bot] 2023-12-14 08:15:31 +00:00
  • 36d8555172 Bump org.apache.maven.plugins:maven-surefire-report-plugin dependabot[bot] 2023-12-14 08:15:38 +00:00
  • 80e3170820 Bump github/codeql-action from 2.22.10 to 3.22.11 in /.github/workflows dependabot[bot] 2023-12-14 08:09:00 +00:00
  • 90bc04b030 Bump github/codeql-action from 2.22.9 to 2.22.10 in /.github/workflows dependabot[bot] 2023-12-13 08:14:56 +00:00
  • dcba9b0667 Bump github/codeql-action from 2.22.8 to 2.22.9 in /.github/workflows dependabot[bot] 2023-12-08 08:21:01 +00:00
  • dc755c4c3c Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 dependabot[bot] 2023-12-04 09:00:38 +00:00
  • 6e4f1e0739 Bump actions/setup-java from 3.13.0 to 4.0.0 in /.github/workflows dependabot[bot] 2023-11-30 08:50:43 +00:00
  • 7117cd1fd6 Bump commons-io:commons-io from 2.15.0 to 2.15.1 dependabot[bot] 2023-11-30 08:33:26 +00:00
  • 2b954c1067 Bump github/codeql-action from 2.22.7 to 2.22.8 in /.github/workflows dependabot[bot] 2023-11-24 08:29:34 +00:00
  • 77a1745106 Bump github/codeql-action from 2.22.6 to 2.22.7 in /.github/workflows dependabot[bot] 2023-11-17 08:47:48 +00:00
  • 0378f504e7 #865 TIFF: Half decoding fix, now uses standard conversion. Harald Kuhr 2023-11-15 10:49:33 +01:00
  • e2cc73f276 Fixed #859, Test clean-up, removed unused class. Harald Kuhr 2023-11-15 10:46:02 +01:00
  • 1d3a7fe812 Bump github/codeql-action from 2.22.5 to 2.22.6 in /.github/workflows dependabot[bot] 2023-11-15 08:24:58 +00:00
  • 3623a7c5dd Further clean-up Harald Kuhr 2023-11-13 19:35:58 +01:00
  • 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