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

1447 Commits

Author SHA1 Message Date
DarthSim
523f3a6546 Clone headers in the svg package 2023-07-04 18:34:18 +03:00
DarthSim
93063787b1 Add svg package tests 2023-07-04 18:34:18 +03:00
DarthSim
5f3d551f25 Preserve headers in svg.FixUnsupported 2023-07-04 18:34:18 +03:00
Andrei Vydrin
4de9b83899 fix(svg/sanitize): preserve headers from origin data 2023-07-04 18:34:18 +03:00
DarthSim
4e4b9edb53 Exclude twitter.com from check-links git hook 2023-07-02 23:01:44 +03:00
DarthSim
136a5d093f Fix saving to JPEG when using linear colorspace 2023-07-02 22:58:32 +03:00
DarthSim
2459741218 Unsharpening => unsharp masking in docs 2023-06-30 17:52:08 +03:00
DarthSim
1dacb3beb1 Bump version 2023-06-29 20:20:43 +03:00
DarthSim
d094b57a6f Update base Docker image 2023-06-29 20:19:30 +03:00
DarthSim
9c1a3befd1 Update changelog 2023-06-29 20:16:55 +03:00
DarthSim
9175c66fee Update maximum and default AVIF speed 2023-06-29 20:05:24 +03:00
DarthSim
56b294cbd3 Update docs 2023-06-17 20:15:11 +03:00
DarthSim
8227592451 Optimize bufpool 2023-06-12 22:00:55 +03:00
DarthSim
9b6074094a Fix return value from vips_resize_go 2023-06-06 21:09:42 +03:00
DarthSim
8629c5eca1 Bump version 2023-05-31 22:55:51 +03:00
DarthSim
b9e0134f2e Update changelog 2023-05-31 22:52:36 +03:00
DarthSim
597673b650 Fix changelog 2023-05-30 20:10:01 +03:00
DarthSim
ac87eea317 Update changelog and docs 2023-05-30 20:08:04 +03:00
DarthSim
b20b5ff768 Fix Photoshop metadata dump 2023-05-29 21:27:47 +03:00
DarthSim
2e6a3c6dd1 Separate Photoshop and IPTC metadata parsing/dumping 2023-05-29 19:48:39 +03:00
DarthSim
a246eda065 Ensure URL replacements are executed in the specified order 2023-05-28 19:59:51 +03:00
DarthSim
b3905c0cd3 Respond with 422 on error during image loading 2023-05-28 19:59:51 +03:00
Niklas Mollenhauer
524434b63f
Drop dependency + use built-in base64url (#1156)
* Drop dependency + use built-in `base64url`

[`create-hmac`](https://github.com/browserify/createHmac) is meant for compat between node and browser compat and was last updated in 2018.

Computing the HMAC signature on the client (browser) does not make any sense in 99% of the use-cases, as the secrets would be needed on the client side.
This means that we can drop browser support and just use the native node module, which is also exported by the `create-hmac` when running on node.

`Buffer.toString()` also accepts "base64url" as an encoding, so we can drop the `urlSafeBase64` in favor of that.

* Use encoder from hmac instance
2023-05-24 19:30:00 +06:00
DarthSim
5a7b6068c7 Update base Docker image 2023-05-23 19:10:05 +03:00
DarthSim
39c436e527 Preserve GIF bit-per-sample 2023-05-23 19:09:30 +03:00
DarthSim
157843ccb3 Use VIPS_META_BITS_PER_SAMPLE image header instead of palette-bit-depth when available 2023-05-23 19:08:35 +03:00
DarthSim
3048c30e1e Cast to origin pixel format after premultiplication 2023-05-23 18:26:06 +03:00
DarthSim
ce24671ca0 Update NOTICE 2023-05-17 20:26:20 +03:00
DarthSim
219d37ee5b Update base Docker image 2023-05-17 20:25:45 +03:00
DarthSim
aaaf1c706d Normalize IMGPROXY_PATH_PREFIX and IMGPROXY_HEALTH_CHECK_PATH 2023-05-17 17:55:12 +03:00
DarthSim
aad0186b0a Enable vector optimizations in vips 2023-05-17 13:42:30 +03:00
DarthSim
0ea06c88c2 Update base Docker image 2023-05-17 13:41:30 +03:00
DarthSim
bc5ca9a344 Add URL replacements 2023-05-15 20:15:12 +03:00
DarthSim
23dedc6de3 Fix GH link in docs 2023-05-14 15:31:58 +03:00
DarthSim
762c0add24 Dynamically fetch versions in docs 2023-05-13 22:56:39 +03:00
DarthSim
0d4aee3b30 Add links to website, Twitter, and Discord to docs 2023-05-13 18:47:37 +03:00
DarthSim
a58091002b Use upstream docsify in docs 2023-05-13 18:47:09 +03:00
DarthSim
d17e0383ef Update docs 2023-05-12 16:34:27 +03:00
Denis Surkov
9fe249d158
Fix typo in presets docs (#1155)
* Fix typo in presets docs

* fix typo x2

* fix typo x3
2023-05-12 19:25:51 +06:00
DarthSim
0250790910 Bump version 2023-05-10 19:54:19 +03:00
DarthSim
f288254505 Update deps 2023-05-10 19:53:21 +03:00
DarthSim
5f6cb64864 Add jemalloc and TCMalloc to Docker image 2023-05-10 19:22:34 +03:00
DarthSim
c781c699a6 Create fontconfig cache dir in Docker image 2023-05-10 18:30:15 +03:00
DarthSim
bdfd89737a Update changelog 2023-05-10 18:10:25 +03:00
DarthSim
cd35b260d9 Update changelog 2023-05-10 17:50:49 +03:00
DarthSim
85f790fb4b Optimize watermark application 2023-05-10 17:46:41 +03:00
Adomas Kizogian
e8952edbf7
allow acquiring s3 access credentials through role assumption (#1152)
* allow acquiring s3 access credentials through role assumption

* improve cross-account access docs

* Update docs/serving_files_from_s3.md

Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>

---------

Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>
2023-05-09 20:50:02 +06:00
DarthSim
fd4b5d30d1 Fix typo 2023-05-03 18:53:27 +03:00
DarthSim
ec963e84d0 Update changelog 2023-05-03 18:31:38 +03:00
DarthSim
640cb2c461 Add http_res_body_size to k6 script 2023-05-03 18:31:38 +03:00