Aaron
417a53d3ce
Fix missing character in java example
2023-08-03 19:13:59 +06:00
Aaron
1d210dde3b
Add Clojure signature example
2023-08-03 19:13:59 +06:00
DarthSim
64fc31f3f3
Update changelog
2023-08-02 21:38:31 +03:00
DarthSim
3557fa2c4e
Add S3 multi-region mode
2023-08-02 21:32:51 +03:00
DarthSim
a020a7603e
Fix reporting image loading errors
2023-08-01 19:48:10 +03:00
DarthSim
35dcf5a261
Update changelog
2023-08-01 18:45:27 +03:00
DarthSim
fd2566a489
Fix IMGPROXY_CACHE_CONTROL_PASSTHROUGH + IMGPROXY_FALLBACK_IMAGE_TTL behavior
2023-07-25 18:58:05 +03:00
DarthSim
94492e812c
Don't report context cancelled
errors to metrics collectors
2023-07-19 16:43:30 +03:00
DarthSim
d9bc546dc0
Bump version
2023-07-13 15:16:14 +03:00
DarthSim
d9ad1aee14
Update base Docker image
2023-07-13 15:02:22 +03:00
DarthSim
3265bfa12c
Update changelog
2023-07-12 12:48:03 +03:00
DarthSim
271b15381f
Update testdata/test1.svg
2023-07-04 18:48:26 +03:00
DarthSim
94c9598037
Update changelog
2023-07-04 18:36:51 +03:00
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