dependabot[bot]
|
829fbe7547
|
Bump maven-source-plugin from 3.2.1 to 3.3.0
Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.1 to 3.3.0.
- [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.2.1...maven-source-plugin-3.3.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-source-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-24 16:22:49 +00:00 |
|
dependabot[bot]
|
078425eed9
|
Bump maven-surefire-plugin from 3.0.0-M5 to 3.1.0
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M5 to 3.1.0.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M5...surefire-3.1.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-24 16:22:44 +00:00 |
|
Harald Kuhr
|
8ddcbbd2b2
|
Create dependabot.yml
|
2023-05-24 18:22:20 +02:00 |
|
Harald Kuhr
|
507cca5fd7
|
Merge pull request #749 from joycebrum/master
Hash pin ci.yml
|
2023-05-24 18:12:15 +02:00 |
|
Joyce
|
a4caac0c82
|
Hash pin ci.yml
|
2023-05-22 17:46:55 -03:00 |
|
Harald Kuhr
|
54c07b849c
|
Added logo to README.md
|
2023-04-17 20:11:16 +02:00 |
|
Harald Kuhr
|
c531d4f5d3
|
Reverted test, glossed over flakyness in library instead.
|
2023-04-04 16:30:45 +02:00 |
|
Harald Kuhr
|
aa2e8e5d7e
|
Fix flaky old test.
|
2023-04-04 16:06:42 +02:00 |
|
Harald Kuhr
|
76a35331b0
|
#744 TIFF: Re-complicated TIFF writing for the sake of performance...
|
2023-04-04 15:41:42 +02:00 |
|
Harald Kuhr
|
6b3f1c6ee3
|
#740 TIFF: Floating point predictor support.
|
2023-03-24 08:54:31 +01:00 |
|
Harald Kuhr
|
c731e10e8f
|
Merge pull request #742 from joycebrum/master
Create a Security Policy
|
2023-03-21 20:29:00 +01:00 |
|
Joyce
|
4a8c3530f7
|
Update SECURITY.md
|
2023-03-21 10:10:34 -03:00 |
|
Joyce
|
e8996daa12
|
Update SECURITY.md to best effort
|
2023-03-21 10:03:27 -03:00 |
|
Joyce
|
9196e60c74
|
Create SECURITY.md
|
2023-03-20 14:49:44 -03:00 |
|
Harald Kuhr
|
eabb8fd02b
|
WebP cleanup.
|
2023-03-18 11:40:47 +01:00 |
|
Harald Kuhr
|
1794e336de
|
WebP minor bugfix and optimization.
|
2023-03-18 11:34:24 +01:00 |
|
Harald Kuhr
|
ac7612b3df
|
WebP cleanup
|
2023-03-18 11:33:29 +01:00 |
|
Harald Kuhr
|
606fd53823
|
#738 PSD: No longer decompress PackBits across boundaries
|
2023-03-18 10:33:34 +01:00 |
|
Harald Kuhr
|
614a07e040
|
Merge pull request #737 from tc-wleite/WebP_FixAlphaSubsampling
WebP: Fix alpha decoding when source subsampling is used
|
2023-03-16 11:59:27 +01:00 |
|
tc-wleite
|
34e8d88007
|
Avoid creating another temporary raster, filtering on the tempRaster.
|
2023-03-15 17:23:53 -03:00 |
|
tc-wleite
|
9b727df901
|
Remove the TODO comment.
|
2023-03-15 16:56:46 -03:00 |
|
tc-wleite
|
f1f98bb4a4
|
Use a static import.
|
2023-03-15 16:56:08 -03:00 |
|
tc-wleite
|
b34b26e08c
|
Let copyIntoRasterWithParams() handle null param.
|
2023-03-15 16:53:27 -03:00 |
|
Wladimir Leite
|
993e07ee34
|
Accept and handle null param in copyIntoRasterWithParams().
Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
|
2023-03-15 16:47:53 -03:00 |
|
tc-wleite
|
a377712bdb
|
Replace the WebP to test alpha subsampling by a slightly smaller image.
|
2023-03-15 16:39:50 -03:00 |
|
tc-wleite
|
e5dc6aa878
|
Add the new image to the basic reading test.
|
2023-03-15 11:44:35 -03:00 |
|
tc-wleite
|
46b1c1cf96
|
Test if a WebP with alpha was read correctly using subsampling.
|
2023-03-15 11:43:51 -03:00 |
|
tc-wleite
|
d9300b1c90
|
Add to resources a test WebP with alpha and filters.
|
2023-03-15 11:39:10 -03:00 |
|
tc-wleite
|
0a2efb9eac
|
Param can be null in readAlpha(). Copy alphaRaster to dst in this case.
|
2023-03-15 11:15:17 -03:00 |
|
tc-wleite
|
3eabc591d8
|
Fix: use raster instead of decodedRaster to keep previous behavior.
|
2023-03-15 09:39:10 -03:00 |
|
tc-wleite
|
5cefce2dbf
|
Minor fix in code formatting.
|
2023-03-14 21:21:28 -03:00 |
|
tc-wleite
|
4c645c0220
|
Fix TODO comment message.
|
2023-03-14 21:04:59 -03:00 |
|
tc-wleite
|
703848ca45
|
Decode alpha using source dimensions and copy to destination later.
|
2023-03-14 21:01:29 -03:00 |
|
tc-wleite
|
0ebd18fcb6
|
Move to a static method the code that copies into a raster with params.
|
2023-03-14 20:59:54 -03:00 |
|
Harald Kuhr
|
29f7547a99
|
CI: Suppress download progress messages
|
2023-03-09 13:05:32 +01:00 |
|
Harald Kuhr
|
25cd351eee
|
Servlet: Now logs a message on context startup to aid debugging.
+ bonus generic refactorings
|
2023-03-09 12:17:20 +01:00 |
|
Harald Kuhr
|
77c98c917e
|
#733: Stricter permissions
|
2023-03-01 09:54:36 +01:00 |
|
Harald Kuhr
|
4bbe946f46
|
Merge pull request #731 from daaaaa/master
PSD: Add missing guide info in metadata
|
2023-02-01 10:17:39 +01:00 |
|
Davide Tantillo
|
78832ed923
|
PSD: Add missing guide info in metadata
|
2023-01-31 23:49:44 +01:00 |
|
Harald Kuhr
|
164cc11592
|
New versions, FAQ additions ++
|
2022-11-23 15:41:57 +01:00 |
|
Harald Kuhr
|
8f5c1b409f
|
#712 Core: Fix possible OOM situation in new stream implementation
|
2022-11-21 16:15:21 +01:00 |
|
Harald Kuhr
|
26981513d8
|
#714 PNM: Add support for writing TYPE_INT_* images + implementation of WriterSpi.canEncode
|
2022-11-21 16:13:54 +01:00 |
|
Harald Kuhr
|
a3a30d54d4
|
Merge pull request #715 from KoenDG/batik_new
Batik upgraded to 1.16
|
2022-11-15 13:39:31 +01:00 |
|
Koen De Groote
|
102e9cff51
|
Batik upgraded to 1.16
|
2022-11-14 17:27:32 +01:00 |
|
Harald Kuhr
|
da800be8c8
|
#713 PSD: Broken uncompressed reading from stream w/unknown length
|
2022-11-10 16:11:45 +01:00 |
|
Harald Kuhr
|
70493bd323
|
Merge pull request #710 from haraldk/snyk-fix-1db7a7baf4764ce7cab80fb2bc152b73
[Snyk] Fix for 2 vulnerabilities
|
2022-11-01 11:59:49 +01:00 |
|
snyk-bot
|
304d050bc3
|
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
|
2022-10-27 04:06:55 +00:00 |
|
Harald Kuhr
|
0443172666
|
#708 PSD: No longer emit warning for '8B64' (64 bit/long) resources.
|
2022-10-20 17:06:52 +02:00 |
|
Harald Kuhr
|
cee2663f06
|
#707 WebP: Fix Alpha support the correct way...
|
2022-10-20 16:09:02 +02:00 |
|
Harald Kuhr
|
8f44cfc43c
|
#707 WebP: Fix Alpha support
|
2022-10-20 16:00:12 +02:00 |
|