1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-09-16 09:36:18 +02:00

1867 Commits

Author SHA1 Message Date
DarthSim
6f52eca85e Fix possible infinite loop during SVG sanitization 2025-09-10 18:02:50 +03:00
DarthSim
e5d528d60a Add Makefile 2025-09-10 17:31:51 +03:00
DarthSim
05066d0601 Remove unneeded NULL check; Init tmp images as NULL 2025-09-08 21:17:30 +03:00
DarthSim
2eb80c7f58 Use VIPS_UNREF instead of g_clear_object 2025-09-08 21:07:11 +03:00
DarthSim
7da78ef191 Add IMGPROXY_GRACEFUL_STOP_TIMEOUT config 2025-09-08 20:32:23 +03:00
DarthSim
d02a678229 Call vips.Shutdown() as close to exit as possible 2025-09-08 20:12:32 +03:00
DarthSim
215fcfee1c Tune HTTP/2 client for performance 2025-08-30 21:54:35 +03:00
DarthSim
7cc9620cf7 Update changelog 2025-08-21 16:33:17 +03:00
DarthSim
f50176f95b TIFF supports color profiles 2025-08-20 18:35:01 +03:00
DarthSim
83e64ff2d3 TransformColourProfile -> TransformColourProfileToSRGB 2025-08-20 17:00:54 +03:00
DarthSim
e1764ad580 Rename processing steps: importColorProfile -> colorspaceToProcessing, exportColorProfile -> colorspaceToResult 2025-08-20 16:35:37 +03:00
DarthSim
d7772499b9 Fix keeping copyright info in EXIF 2025-08-20 16:11:30 +03:00
DarthSim
b5185bd3a0 Update changelog 2025-08-20 15:54:07 +03:00
DarthSim
46ba23a775 Sort log keys by both priority and name; Add priority for "source" key 2025-08-16 21:30:00 +03:00
DarthSim
7bdae0fb0a Fix X-Result-Height debug header for animated images 2025-08-16 18:12:05 +03:00
DarthSim
6d36ccba6d Fix getImageSize for animated images 2025-08-16 18:06:16 +03:00
DarthSim
4d19d89ac0 Ignore http.ErrBodyNotAllowed error during streaming 2025-08-05 19:48:28 +03:00
DarthSim
2609144cb4 Pass If-Modified-Since header during streaming` 2025-08-05 19:44:40 +03:00
DarthSim
8967bf7f82 Fix Vary header when JPEG XL supoprt detection is enabled 2025-07-31 23:08:01 +03:00
DarthSim
86b727b706 Update changelog 2025-07-31 23:04:43 +03:00
DarthSim
81257bcaad Update changelog 2025-07-17 16:29:29 +03:00
DarthSim
4d487c2503 Update base Docker image 2025-07-17 16:26:26 +03:00
DarthSim
07b5842191 Bump version v3.29.1 2025-07-11 18:30:24 +03:00
DarthSim
165915a79f Freeze github.com/tdewolff/parse 2025-07-11 11:43:29 +03:00
DarthSim
a833c01444 Bump version v3.29.0 2025-07-08 15:48:53 +03:00
DarthSim
7e66b63f35 Set GOFLAGS: -buildvcs=false for lint in CI 2025-07-07 20:26:12 +03:00
DarthSim
ebc4b6af1f Update deps 2025-07-07 20:07:48 +03:00
DarthSim
f3c78a028a Remove forgotten debug log 2025-07-05 20:56:32 +03:00
DarthSim
1799ac7eb7 Add support for %current_version variable in IMGPROXY_USER_AGENT 2025-07-05 20:53:17 +03:00
DarthSim
3178e2b21d VIPS_CEIL => ceil 2025-07-02 20:02:44 +03:00
DarthSim
7884425810 Update changelog 2025-06-30 18:50:43 +03:00
DarthSim
7948ffa31b Fix "Webp effort can't be greater than..." error 2025-06-30 18:35:43 +03:00
DarthSim
91abc6f385 Merge branch 'feature/webp-effort-preset' 2025-06-30 18:31:19 +03:00
DarthSim
92a281f834 Simplify WebP preset config 2025-06-30 18:28:31 +03:00
Sergei Aleksandrovich
22305da24e Merge pull request #1440 from imgproxy/img-9-update-dd
dd-trace-go -> v2
2025-06-24 22:16:27 +06:00
DarthSim
3207dd6099 Disable Datadog startup logs by default 2025-06-24 19:04:19 +03:00
Viktor Sokolov
56f3600e7c dd-trace-go -> v2 2025-06-24 15:38:31 +02:00
DarthSim
c3c560c1e4 Update golangci-lint to 2.1.6 in CI 2025-06-11 16:53:34 +03:00
DarthSim
3c4a75a709 Remove the IMGPROXY_SVG_FIX_UNSUPPORTED config. The problem it was solving is now fixed in librsvg 2025-06-11 16:45:25 +03:00
DarthSim
95932b522c Update changelog 2025-06-10 18:10:22 +03:00
DarthSim
2864bab12d Add IMGPROXY_ALLOWED_PROCESSING_OPTIONS config 2025-06-09 18:15:24 +03:00
hossein
4d684fab0a feat(): Add libvips's equivalent options for configuring libwebp's effort and preset. 2025-06-08 23:34:12 +03:30
DarthSim
a5a587eb39 Add IMGPROXY_MAX_RESULT_DIMENSION config and max_result_dimension processing option 2025-06-06 19:29:39 +03:00
DarthSim
810cad5d26 Calculate all sizes at the start of processing pipeline 2025-06-05 20:28:09 +03:00
DarthSim
dccfe80349 Fix the extend processing option when only one dimension is set 2025-06-04 20:20:20 +03:00
DarthSim
08150dcc16 Add a comment about dprScale for future historians 2025-06-04 19:37:41 +03:00
DarthSim
f46f1e27ea Update changelog 2025-06-04 18:29:44 +03:00
DarthSim
238e5656fa Supress "Response has no supported checksum" warnings from S3 SDK 2025-06-04 18:25:30 +03:00
DarthSim
ea54c8a6d0 Update changelog 2025-05-28 22:14:50 +03:00
DarthSim
a75227e26c Update changelog 2025-05-27 22:21:44 +03:00