dependabot[bot]
34c9b9b4b5
Bump mikepenz/action-junit-report in /.github/workflows
...
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report ) from 5.0.0.pre.rc01 to 5.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases )
- [Commits](ec3a351c13...a427a90771
)
---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 09:41:37 +01:00
dependabot[bot]
9d5823d982
Bump github/codeql-action from 3.27.3 to 3.27.4 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.27.3 to 3.27.4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](396bb3e453...ea9e4e3799
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-15 10:21:18 +01:00
dependabot[bot]
10e824df36
Bump github/codeql-action from 3.27.1 to 3.27.3 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.27.1 to 3.27.3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](4f3212b617...396bb3e453
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-13 10:16:56 +01:00
dependabot[bot]
3bc90bfad1
Bump github/codeql-action from 3.27.0 to 3.27.1 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.27.0 to 3.27.1.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](662472033e...4f3212b617
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-12 13:15:24 +01:00
Vyshak Puthusseri
543acce8a3
Upgrade to Junit5 ( #1050 )
...
* chore: Update to junit5 for servlet package
* chore: Update to junit5 for contrib package
* chore: Update to junit5 for common-image package
* chore: Update to junit5 for common-lang package
* chore: Update to junit5 for entire project files
* fix: test case for JPEGImageReaderTest failed for java 8 and 11
assertEquals was using old signature of junit4.
* Update common/common-io/src/test/java/com/twelvemonkeys/io/InputStreamAbstractTest.java
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
* Update common/common-io/src/test/java/com/twelvemonkeys/io/InputStreamAbstractTest.java
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
* Update imageio/imageio-bmp/src/test/java/com/twelvemonkeys/imageio/plugins/bmp/BMPImageReaderTest.java
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
* Update imageio/imageio-jpeg/src/test/java/com/twelvemonkeys/imageio/plugins/jpeg/JPEGImageReaderTest.java
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
* Update imageio/imageio-tiff/src/test/java/com/twelvemonkeys/imageio/plugins/tiff/TIFFImageMetadataTest.java
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
* Update imageio/imageio-tiff/src/test/java/com/twelvemonkeys/imageio/plugins/tiff/TIFFImageReaderTest.java
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
* Update imageio/imageio-tiff/src/test/java/com/twelvemonkeys/imageio/plugins/tiff/TIFFImageWriterTest.java
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
* Update imageio/imageio-core/src/test/java/com/twelvemonkeys/imageio/stream/BufferedChannelImageInputStreamTest.java
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
* Update imageio/imageio-core/src/test/java/com/twelvemonkeys/imageio/stream/BufferedChannelImageInputStreamTest.java
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
* refactor: few indentation changes and missed test case
- review change related to missing test annotation
- unwanted new lines inside test case
- duplicate assertions
* refactor: moved the lambda expression to method reference
* review: testNotNullWithParameterNull catch block was never executed.
Added the suggested change
* Apply suggestions from code review
chore: adjust suggested indentation
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
* Update imageio/imageio-core/src/test/java/com/twelvemonkeys/imageio/util/ImageReaderAbstractTest.java
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
* Update imageio/imageio-core/src/test/java/com/twelvemonkeys/imageio/util/ImageReaderAbstractTest.java
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
* Update imageio/imageio-core/src/test/java/com/twelvemonkeys/imageio/util/ImageWriterAbstractTest.java
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
* refactor: using assertTimeout doesnot kill the execution, even if the timeout happens.
It is better to use assertTimeoutPreemptively in cases, where we really want to kill the execution after timeout.
https://stackoverflow.com/questions/57116801/how-to-fail-a-test-after-a-timeout-is-exceeded-in-junit-5/57116959#57116959
---------
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
2024-11-12 10:13:15 +01:00
dependabot[bot]
a67fdd4b80
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2
...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 13:13:25 +01:00
dependabot[bot]
9c936d3f11
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1
...
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin ) from 3.10.1 to 3.11.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases )
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.1...maven-javadoc-plugin-3.11.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 13:13:14 +01:00
dependabot[bot]
fb2bff1404
Bump org.apache.maven.plugins:maven-surefire-report-plugin
...
Bumps [org.apache.maven.plugins:maven-surefire-report-plugin](https://github.com/apache/maven-surefire ) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 13:13:01 +01:00
dependabot[bot]
3c605f8796
Bump mikepenz/action-junit-report from 4.3.1 to 5 in /.github/workflows
...
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report ) from 4.3.1 to 5.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases )
- [Commits](db71d41eb7...ec3a351c13
)
---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 09:47:59 +01:00
dependabot[bot]
7817af91a3
Bump org.apache.maven.plugins:maven-pmd-plugin from 3.25.0 to 3.26.0
...
Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin ) from 3.25.0 to 3.26.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases )
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.25.0...maven-pmd-plugin-3.26.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-29 10:15:49 +01:00
dependabot[bot]
1ed1076714
Bump org.apache.maven.plugins:maven-checkstyle-plugin
...
Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin ) from 3.5.0 to 3.6.0.
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.5.0...maven-checkstyle-plugin-3.6.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 09:27:45 +01:00
dependabot[bot]
a90d375422
Bump actions/setup-java from 4.4.0 to 4.5.0 in /.github/workflows
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](b36c23c0d9...8df1039502
)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-25 11:19:01 +02:00
dependabot[bot]
815007ab2b
Bump actions/checkout from 4.2.1 to 4.2.2 in /.github/workflows
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](eef61447b9...11bd71901b
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-24 10:20:21 +02:00
dependabot[bot]
b3c8f53512
Bump github/codeql-action from 3.26.13 to 3.27.0 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.26.13 to 3.27.0.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](f779452ac5...662472033e
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-23 11:03:31 +02:00
dependabot[bot]
d2977a18ac
Bump org.apache.maven.plugins:maven-help-plugin from 3.5.0 to 3.5.1
...
Bumps [org.apache.maven.plugins:maven-help-plugin](https://github.com/apache/maven-help-plugin ) from 3.5.0 to 3.5.1.
- [Commits](https://github.com/apache/maven-help-plugin/compare/maven-help-plugin-3.5.0...maven-help-plugin-3.5.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-help-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 11:17:04 +02:00
dependabot[bot]
7e5e905d18
Bump github/codeql-action from 3.26.12 to 3.26.13 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.26.12 to 3.26.13.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](c36620d31a...f779452ac5
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-15 11:35:35 +02:00
dependabot[bot]
0fcba279f1
Bump batik.version from 1.17 to 1.18
...
Bumps `batik.version` from 1.17 to 1.18.
Updates `org.apache.xmlgraphics:batik-rasterizer-ext` from 1.17 to 1.18
Updates `org.apache.xmlgraphics:batik-extension` from 1.17 to 1.18
Updates `org.apache.xmlgraphics:batik-anim` from 1.17 to 1.18
Updates `org.apache.xmlgraphics:batik-svggen` from 1.17 to 1.18
Updates `org.apache.xmlgraphics:batik-transcoder` from 1.17 to 1.18
---
updated-dependencies:
- dependency-name: org.apache.xmlgraphics:batik-rasterizer-ext
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.xmlgraphics:batik-extension
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.xmlgraphics:batik-anim
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.xmlgraphics:batik-svggen
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.xmlgraphics:batik-transcoder
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-10 11:25:24 +02:00
dependabot[bot]
d7d9552216
Bump actions/upload-artifact from 4.4.2 to 4.4.3 in /.github/workflows
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](84480863f2...b4b15b8c7c
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-10 11:24:37 +02:00
dependabot[bot]
e48a78aa77
Bump actions/upload-artifact from 4.4.1 to 4.4.2 in /.github/workflows
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](604373da63...84480863f2
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-09 10:45:58 +02:00
Harald Kuhr
bf351c01a6
Add DDS format to readme + minor enhancements
2024-10-08 11:25:42 +02:00
dependabot[bot]
9bd4389142
Bump actions/upload-artifact from 4.4.0 to 4.4.1 in /.github/workflows
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](50769540e7...604373da63
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-08 11:02:05 +02:00
dependabot[bot]
984383bd56
Bump github/codeql-action from 3.26.11 to 3.26.12 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.26.11 to 3.26.12.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](6db8d6351f...c36620d31a
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-08 11:01:39 +02:00
dependabot[bot]
77247772d0
Bump actions/checkout from 4.2.0 to 4.2.1 in /.github/workflows
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](d632683dd7...eef61447b9
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-08 11:01:13 +02:00
Harald Kuhr
ae482bc7e5
[maven-release-plugin] prepare for next development iteration
2024-10-07 20:36:52 +02:00
Harald Kuhr
119700487b
[maven-release-plugin] prepare release twelvemonkeys-3.12.0
twelvemonkeys-3.12.0
2024-10-07 20:36:47 +02:00
Harald Kuhr
5e5d530498
RIP MagickAccelerator & friends, remove JMagick dependency
2024-10-07 20:24:43 +02:00
dependabot[bot]
3dfc0850cc
Bump org.apache.maven.plugins:maven-surefire-report-plugin
...
Bumps [org.apache.maven.plugins:maven-surefire-report-plugin](https://github.com/apache/maven-surefire ) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 11:12:34 +02:00
dependabot[bot]
8f285327fc
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1
...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 11:12:13 +02:00
Vincent Privat
734b90863a
TIFF: Add support for SAMPLEFORMAT_COMPLEXINT/SAMPLEFORMAT_COMPLEXIEEEFP
2024-10-06 13:45:48 +02:00
dependabot[bot]
18f31f2dd4
Bump github/codeql-action from 3.26.10 to 3.26.11 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.26.10 to 3.26.11.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](e2b3eafc8d...6db8d6351f
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-04 11:53:37 +02:00
dependabot[bot]
a7294af89c
Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7
...
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin ) from 3.2.6 to 3.2.7.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases )
- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.6...maven-gpg-plugin-3.2.7 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-02 10:13:22 +02:00
dependabot[bot]
ea63a5bdc1
Bump github/codeql-action from 3.26.9 to 3.26.10 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.26.9 to 3.26.10.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](461ef6c76d...e2b3eafc8d
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 12:37:34 +02:00
dependabot[bot]
2cc50bbdad
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1
...
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin ) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases )
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 12:37:07 +02:00
Harald Kuhr
f4a5f57d52
Fixes an issue where the CCITTFaxDecoderStream could cause endless reading (and potential OOME)
2024-09-27 10:58:11 +02:00
Harald Kuhr
7fc47a338c
Add minimal metadata + minor clean-up
2024-09-26 11:16:26 +02:00
Harald Kuhr
f8311164af
Move test to correct package, rename + add missing test. License headers.
2024-09-26 10:33:11 +02:00
Harald Kuhr
84c10ed96d
Fully support period == 1 (no subsampling) in subsampleRow even if different arrays
2024-09-26 10:31:27 +02:00
dependabot[bot]
9c8ae4ac3e
Bump actions/checkout from 4.1.7 to 4.2.0 in /.github/workflows
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](692973e3d9...d632683dd7
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 10:23:40 +02:00
Harald Kuhr
aab7b6f7f5
Add source region and subsample support + license.txt
2024-09-25 17:47:57 +02:00
Paul Allen
3c01071452
Microsoft Direct DrawSurface (DDS) support. ( #1021 )
...
* Basic wrapper around DDSReader.
Nasty hack to get initial plugin working...
Mark and Reset the imageinput stream when reading the header. Then read the whole buffer into DDSReader and generate a fixed BufferedImage ignoring the getDestination() BufferedImage.
* Read header (DDSHeader) and pass into DDSReader
Remove header methods using buffer offset addressing.
Switch endian for DX1-DX5 types
* Fix pixel order to ARGB
* Push ImageInputStream into DDSReader
Unable to determine buffer length (so as a hack I over allocate buffer and read)
```
byte[] buffer = new byte[width * height * 4];
int len = imageInput.read(buffer);
```
Added test files for all supported formats.
* Added processImageStarted and stubbed out processImageProgress and processReadAborted
Added all DDS format test cases to getTestData
* Remove offset and use imageInput.readFully
Reads next image calculating/updating width/height from mipmapLevel.
Probably will never get used as we only want the largest image returned.
* Code cleanup and added exception handling.
* Use Enum DDSType instead of int values.
Pass imageIndex into mipmap.
* Update imageio/imageio-dds/src/main/java/com/twelvemonkeys/imageio/plugins/dds/DDSHeader.java
Improve IIOException "Invalid DDS header size"
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
* Update imageio/imageio-dds/src/main/java/com/twelvemonkeys/imageio/plugins/dds/DDSHeader.java
Improve Magic IIOException
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
* Delete .run directory
* Format tabs -> 4 spaces
* Convert 4byte array into %08x string format.
* Don't need to expose classes outside the package
DDSHeader, DDSReader, DDSType
* (fix) wrong public...
* Move setByteOrder to DDSImageReader.readHeader
* Use imageIndex to calculate height/width and buffer offset.
* Delete .gitignore
* Revert "Delete .gitignore"
This reverts commit 71a4e73ca61265e9ad59f7196d39470b069aab5b.
* Undelete/Restore .gitignore
* Simplify String.format into one.
* Override failing tests and ignore.
* Revert formatting on PNGImageReaderTest.java
---------
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
2024-09-25 15:40:09 +02:00
dependabot[bot]
4fc9c3513b
Bump github/codeql-action from 3.26.8 to 3.26.9 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.26.8 to 3.26.9.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](294a9d9291...461ef6c76d
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-25 11:21:12 +02:00
dependabot[bot]
59b08bfc79
Bump actions/setup-java from 4.3.0 to 4.4.0 in /.github/workflows
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](2dfa2011c5...b36c23c0d9
)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-25 11:21:01 +02:00
Harald Kuhr
743f1f9356
Add RGBE acknowledgement to license.txt
2024-09-24 10:21:09 +02:00
dependabot[bot]
d90b1c984c
Bump github/codeql-action from 3.26.7 to 3.26.8 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.26.7 to 3.26.8.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](8214744c54...294a9d9291
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-20 11:32:33 +02:00
dependabot[bot]
1160be4995
Bump commons-io:commons-io from 2.16.1 to 2.17.0
...
Bumps commons-io:commons-io from 2.16.1 to 2.17.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-19 10:32:44 +02:00
dependabot[bot]
2978c901ae
Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6
...
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin ) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases )
- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.5...maven-gpg-plugin-3.2.6 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 11:42:35 +02:00
dependabot[bot]
e4b465a0d4
Bump github/codeql-action from 3.26.6 to 3.26.7 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.26.6 to 3.26.7.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](4dd16135b6...8214744c54
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 11:41:49 +02:00
dependabot[bot]
297a27c5be
Bump actions/setup-java from 4.2.2 to 4.3.0 in /.github/workflows
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](6a0805fcef...2dfa2011c5
)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-10 15:01:47 +02:00
dependabot[bot]
9d9593dba2
Bump actions/upload-artifact from 4.3.6 to 4.4.0 in /.github/workflows
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](834a144ee9...50769540e7
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 11:01:44 +02:00
dependabot[bot]
66683a2ead
Bump github/codeql-action from 3.26.5 to 3.26.6 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.26.5 to 3.26.6.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](2c779ab0d0...4dd16135b6
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-30 11:03:10 +02:00