1561 Commits

Author SHA1 Message Date
tc-wleite
c5b0f4a05f Add the new image to the basic reading test.
(cherry picked from commit e5dc6aa8788439994596bc5a45d4dc56a3aa9c91)
2023-07-19 13:10:50 +02:00
tc-wleite
98104222cf Test if a WebP with alpha was read correctly using subsampling.
(cherry picked from commit 46b1c1cf960978788098b706f1ffdbfd86481ad0)
2023-07-19 13:10:49 +02:00
tc-wleite
cb1dc3f4b5 Add to resources a test WebP with alpha and filters.
(cherry picked from commit d9300b1c90f4bdd1d5b01b77025a6256d663728e)
2023-07-19 13:10:49 +02:00
tc-wleite
7e584cdab4 Param can be null in readAlpha(). Copy alphaRaster to dst in this case.
(cherry picked from commit 0a2efb9eacfc32f126b51f93654203f6952df9c7)
2023-07-19 13:10:49 +02:00
tc-wleite
6312c65622 Fix: use raster instead of decodedRaster to keep previous behavior.
(cherry picked from commit 3eabc591d83f4c392c19d8dca01612413b98d939)
2023-07-19 13:10:49 +02:00
tc-wleite
924b7d809c Minor fix in code formatting.
(cherry picked from commit 5cefce2dbf55176e3ef7b698d2e9248327e5532d)
2023-07-19 13:10:49 +02:00
tc-wleite
458be0380e Fix TODO comment message.
(cherry picked from commit 4c645c022059ba68f9d84406a1d48246b7696bde)
2023-07-19 13:10:49 +02:00
tc-wleite
7deaf47e65 Decode alpha using source dimensions and copy to destination later.
(cherry picked from commit 703848ca45827b98b215c62d3c03d8663502e15d)
2023-07-19 13:10:48 +02:00
tc-wleite
214f0acf29 Move to a static method the code that copies into a raster with params.
(cherry picked from commit 0ebd18fcb65e31325c9026b4a7e1087dc2a961b3)
2023-07-19 13:10:48 +02:00
Harald Kuhr
1ea443cdcf CI: Suppress download progress messages
(cherry picked from commit 29f7547a99da1719aa22e7ea1f86b6b93d2fed55)
2023-07-19 13:10:06 +02:00
Harald Kuhr
6186928374 Servlet: Now logs a message on context startup to aid debugging.
+ bonus generic refactorings

(cherry picked from commit 25cd351eeee562281e27f559abef7a3c820ef080)
2023-07-19 13:10:06 +02:00
Harald Kuhr
b4db69859d #733: Stricter permissions
(cherry picked from commit 77c98c917efd6ba97e571cd3dfc146344bd9e371)
2023-07-19 13:10:05 +02:00
Davide Tantillo
7b3f0254fd PSD: Add missing guide info in metadata
(cherry picked from commit 78832ed923efb18e79247c2639aae467a3ad8de6)
2023-07-19 13:09:23 +02:00
Harald Kuhr
8627c3fc32 New versions, FAQ additions ++
(cherry picked from commit 164cc1159215fe7d2bd021ae7eb61a53c9cdd107)
2023-07-19 13:09:23 +02:00
Harald Kuhr
ab5d40828e [maven-release-plugin] prepare for next development iteration 2022-11-21 18:51:31 +01:00
Harald Kuhr
dbb7c07695 [maven-release-plugin] prepare release twelvemonkeys-3.9.4 twelvemonkeys-3.9.4 2022-11-21 18:51:26 +01:00
Harald Kuhr
6840f31fa3 #712 Core: Fix possible OOM situation in new stream implementation
(cherry picked from commit 8f5c1b409f0ea99de8d5a71204ccb426828a80e4)
2022-11-21 18:49:06 +01:00
Harald Kuhr
debf7d0207 #714 PNM: Add support for writing TYPE_INT_* images + implementation of WriterSpi.canEncode
(cherry picked from commit 26981513d804a49df0a8d3f41fe2f8112383b034)
2022-11-21 18:49:06 +01:00
Harald Kuhr
0538db7103 #713 PSD: Broken uncompressed reading from stream w/unknown length
(cherry picked from commit da800be8c8d422321d0f23f04e8e72b1b4c79117)
2022-11-21 18:44:44 +01:00
snyk-bot
1e981242ad fix: imageio/imageio-batik/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEXMLGRAPHICS-3063442
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEXMLGRAPHICS-3063691

(cherry picked from commit 304d050bc3b5f8364c6696bb7c2cff61348bca87)
2022-11-21 18:43:40 +01:00
Harald Kuhr
135a631bcc #708 PSD: No longer emit warning for '8B64' (64 bit/long) resources.
(cherry picked from commit 044317266609660c330d4ea60ecc259d2f269345)
2022-11-21 18:43:40 +01:00
Harald Kuhr
f2624d5193 [maven-release-plugin] prepare for next development iteration 2022-10-20 16:22:15 +02:00
Harald Kuhr
ada3a84bec [maven-release-plugin] prepare release twelvemonkeys-3.9.3 twelvemonkeys-3.9.3 2022-10-20 16:22:10 +02:00
Harald Kuhr
7e7aaa293e #707 WebP: Fix Alpha support the correct way...
(cherry picked from commit cee2663f06a2a66a8bd072e1d78ad102c77ec638)
2022-10-20 16:10:05 +02:00
Harald Kuhr
5d623cce9f #707 WebP: Fix Alpha support
(cherry picked from commit 8f44cfc43c9b81e41b8ed34bbc957ac05793c419)
2022-10-20 16:00:45 +02:00
Harald Kuhr
055838aaaf [maven-release-plugin] prepare for next development iteration 2022-10-20 14:08:11 +02:00
Harald Kuhr
a8327c3c67 [maven-release-plugin] prepare release twelvemonkeys-3.9.2 twelvemonkeys-3.9.2 2022-10-20 14:08:06 +02:00
Harald Kuhr
36c91f67e4 #704 Fix LSBBitReader to avoid back/forth seeking that invalidates buffer
(cherry picked from commit 8a240aac684b16444a98b67f67070dfc30b3d621)
2022-10-20 14:06:19 +02:00
Harald Kuhr
4cc53d822f [maven-release-plugin] prepare for next development iteration 2022-10-19 20:56:12 +02:00
Harald Kuhr
9875de0383 [maven-release-plugin] prepare release twelvemonkeys-3.9.1 twelvemonkeys-3.9.1 2022-10-19 20:56:08 +02:00
Harald Kuhr
6ed858a4ca #704 Tiny performance improvement + code clean-up
(cherry picked from commit 61424f33b646a31ab49364d06c5ac630c3417ee1)
2022-10-19 20:46:45 +02:00
Harald Kuhr
38192ae835 Code clean-up.
(cherry picked from commit c7b9b1fadd2c06b13c98775e77dab728bc0eb296)
2022-10-19 20:46:45 +02:00
Harald Kuhr
b5e8853e6b Set versions for 3.9 bugfix branch. 2022-10-18 20:49:43 +02:00
Harald Kuhr
a98224e652 #705 No longer closes streams we didn't open
(cherry picked from commit ab08ec1e0d699963fde7dc14e9a3cf32b9d10ea1)
2022-10-18 20:34:27 +02:00
Harald Kuhr
73a58266be ...and removed System.out.. Ouch...
(cherry picked from commit cbe78dc67f099ba5780cece44c54a654ce46380a)
2022-10-18 20:34:26 +02:00
Harald Kuhr
edd523534c Fixed typo...
(cherry picked from commit c9e11f171f716c5717195f4127ac053ac6cff499)
2022-10-18 20:34:26 +02:00
Harald Kuhr
6581e2e2a1 [maven-release-plugin] prepare release twelvemonkeys-3.9.0 twelvemonkeys-3.9.0 2022-10-15 12:12:49 +02:00
Harald Kuhr
c2873b1f27 Minor test optimization... 2022-10-15 12:05:33 +02:00
Harald Kuhr
35f2f0be9f Revert "Replace Java 18 with 19 in build matrix."
This reverts commit a77b62b6ba21a8396ccb1e35aeb10a7ce67786b2.
2022-10-15 11:55:34 +02:00
Harald Kuhr
b5856fd110 Revert "Update test to pass on JDK 19."
This reverts commit 081f2efea22d2f73fa991e198803b07279f29df6.
2022-10-15 11:55:34 +02:00
Harald Kuhr
1919d77a45 Revert "Update test to pass on JDK 19."
This reverts commit 37afe24aac7c68160962735ef4ae46a70f0a266d.
2022-10-15 11:55:34 +02:00
Harald Kuhr
37afe24aac Update test to pass on JDK 19. 2022-10-14 18:51:40 +02:00
Harald Kuhr
081f2efea2 Update test to pass on JDK 19. 2022-10-14 18:44:54 +02:00
Harald Kuhr
627bb1bf1f Update action versions. 2022-10-14 18:27:29 +02:00
Harald Kuhr
a77b62b6ba Replace Java 18 with 19 in build matrix. 2022-10-14 18:22:50 +02:00
Harald Kuhr
2500d8cc15 #687 #691 Stream performance regressions... and JDK 17+ support :-P 2022-10-14 18:20:47 +02:00
Harald Kuhr
c01336fb8a #687 #691 Stream performance regressions, now with JDK 11 support... 2022-10-14 18:16:18 +02:00
Harald Kuhr
6f9b9bee01 #687 #691 Stream performance regressions 2022-10-14 18:00:43 +02:00
Harald Kuhr
b9b1a35408 Replaced Map.Entry with StandardImageMetadataSupport.TextEntry 2022-10-10 14:15:57 +02:00
Harald Kuhr
7ed5663633 More tests of StandardImageMetadataSupport + minor API changes 2022-10-08 14:28:10 +02:00