1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00
Commit Graph

1646 Commits

Author SHA1 Message Date
DarthSim
81e5e5b5b3 Update changelog 2024-05-25 22:29:21 +03:00
Riyadh Al Nur
259b66e5e9
Add support for passing in an external ID when using S3 assume role (#1290) 2024-05-26 01:26:21 +06:00
DarthSim
e703f6d4d0 Ensure S3 endpoint scheme; Trim all redundant slashes from S3 object key 2024-05-09 19:03:29 +03:00
DarthSim
a23737a90b Fix SVG detection when the root element has a namespace 2024-05-07 18:58:47 +03:00
DarthSim
9c8293a2a0 Add check for duplicated SOI markers in JPEG 2024-05-07 16:54:48 +03:00
DarthSim
d7ab8890a7 Update chegelog 2024-05-03 18:03:58 +03:00
DarthSim
7fd1d446cf Fix HEIC/AVIF dimension limit handling 2024-05-02 16:31:19 +03:00
DarthSim
e6ddcb8dea Bump version 2024-04-30 17:04:14 +03:00
DarthSim
13d311fd1a Reset config at the start of config.Configure() 2024-04-30 17:04:12 +03:00
DarthSim
e0ea0ba6e1 Bump version 2024-04-29 18:16:06 +03:00
DarthSim
dc6bb35afb Update deps 2024-04-29 18:12:25 +03:00
DarthSim
a93318c963 Update AWS Lambda adapter to 0.8.3 2024-04-26 20:14:30 +03:00
DarthSim
6c9c99f2fc Update changelog 2024-04-26 20:13:35 +03:00
DarthSim
749d1b34bc Update checgelog 2024-04-26 18:13:15 +03:00
DarthSim
b43c6a7db7 Fix watermark replication across animation frames 2024-04-24 21:55:16 +03:00
DarthSim
97217949a7 Fix watermarks overlapping animation frames in some cases 2024-04-24 21:42:29 +03:00
DarthSim
aeb2c087d4 Ensure that the watermark is always centered when replicated 2024-04-24 21:41:20 +03:00
DarthSim
df75177481 Replace WatermarkOptions.Gravity with GravityReplicate 2024-04-24 19:35:16 +03:00
DarthSim
40aaf353ac Replace old benchmark results with a link to the blog article with new results 2024-04-18 23:17:03 +03:00
DarthSim
e31b24931d Update linter and fix linting errors 2024-04-18 21:16:32 +03:00
DarthSim
09e542517a Extract finalizing to a separate pipeline; Fix watermark colors on non-sRGB images 2024-04-18 19:51:40 +03:00
DarthSim
81b19a0922 Update base Docker image 2024-04-15 21:16:38 +03:00
DarthSim
0d94a0a47a Update CI Docker image 2024-04-15 21:09:19 +03:00
DarthSim
c56e9e64b9 Add IMGPROXY_PNG_UNLIMITED and IMGPROXY_SVG_UNLIMITED configs 2024-04-15 20:28:05 +03:00
DarthSim
70db3d2235 Update checgelog 2024-04-14 18:58:36 +03:00
DarthSim
cdde8918c1 Fix over-shrinking during scale-on-load 2024-04-14 18:46:22 +03:00
DarthSim
db958ad1dd Update AWS Lambda adapter to 0.8.2 2024-04-14 18:46:21 +03:00
DarthSim
83cf88c467 Add fonts-dejavu-core to Dockerfile to get rid of huge fonts-noto-core 2024-04-14 18:46:21 +03:00
camcui
95e7584c9a
chore: fix some typos in comments (#1272)
chore: fix typo in comment

Signed-off-by: camcui <cuishua@sina.cn>
2024-04-13 20:42:27 +06:00
DarthSim
c450546630 Update checgelog 2024-04-11 20:55:01 +03:00
DarthSim
f719abe7c2 Update checgelog 2024-04-05 17:40:26 +03:00
DarthSim
095f56a5b1 Check bucket name and object key in S3, GCS, ABS, and Swift integrations 2024-03-25 18:39:33 +03:00
DarthSim
711780c91c Update changelog 2024-03-25 18:23:17 +03:00
Frezyy
923b32a1b4
feat: Implement AlwaysRasterizeSvg (#1257)
Implement AlwaysRasterizeSvg
Add sanitize to skip processing
Add tests
Refactoring skipProcessing
2024-03-25 20:53:43 +06:00
DarthSim
59ca483aa7 Remove LineCache diring animation images processing (issue is fixed in vips 8.15.2) 2024-03-22 17:01:29 +03:00
DarthSim
ed912eaed2 Simplify build script in Docker 2024-03-22 16:59:29 +03:00
DarthSim
d266456268 Update base Docker image 2024-03-22 16:58:30 +03:00
DarthSim
1a5012adef Disable SVE on ARM64. SVE is slower than NEON on Amazon Graviton 3 2024-03-18 21:42:59 +03:00
DarthSim
83d6040a97 Bump version 2024-03-11 17:56:17 +03:00
DarthSim
bda5d47c4b Update deps 2024-03-11 17:55:10 +03:00
DarthSim
01b053277d Add request ID to error reports 2024-03-10 21:12:43 +03:00
DarthSim
a31e4e7c79 Add Bugsnag logger 2024-03-10 21:03:53 +03:00
DarthSim
d31d310dd5 prevent forking the process by Bugsnag 2024-03-10 20:47:52 +03:00
DarthSim
71aea9b507 Add processing options and source image URL to error reports 2024-03-10 20:44:45 +03:00
DarthSim
8392e2e79b Update AWS Lambda adapter 2024-03-09 19:13:12 +03:00
DarthSim
892da43589 Update Docker base image 2024-03-08 18:54:19 +03:00
DarthSim
732fad46ee Update deps 2024-03-07 22:27:53 +03:00
DarthSim
aa1b7b6973 Migrate from aws-sdk-go to aws-sdk-go-v2 2024-03-07 22:25:18 +03:00
DarthSim
8f95063e16 Increase IMGPROXY_MAX_SRC_RESOLUTION default value to 50 2024-03-07 17:43:04 +03:00
DarthSim
d6c6d4b09f Update README 2024-03-06 19:28:22 +03:00