1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-12 11:46:10 +02:00

1528 Commits

Author SHA1 Message Date
DarthSim
f79946905d Remove scRGB alpha tiff warning for vips 8.15+ 2023-11-18 21:03:18 +03:00
DarthSim
707a24e59d HEIC saving support 2023-11-18 21:03:17 +03:00
DarthSim
8887f093ec Update base Docker image 2023-11-18 20:31:26 +03:00
DarthSim
b90f73c4b5 Typo 2023-11-17 16:43:24 +03:00
DarthSim
1291369de3 Update CHANGELOG 2023-11-13 21:20:21 +03:00
DarthSim
be31a2e0f6 Fix typo 2023-11-13 20:36:10 +03:00
DarthSim
949c71dbf1 Fix build with libvips <8.15 2023-11-13 20:32:36 +03:00
Phước Trung
16571e1360 fix typo 2023-11-13 23:30:09 +06:00
DarthSim
07528dbecf Use palette-bit-depth for palette bitdepth instead of VIPS_META_BITS_PER_SAMPLE 2023-11-13 20:26:58 +03:00
DarthSim
33bbfd0ed9 Use vips_addalpha instead of vips_bandjoin_const1 2023-11-13 19:57:06 +03:00
DarthSim
4031abb2d8 Update CHANGELOG 2023-11-06 20:23:37 +03:00
Garen J. Torikian
b384e2bb7f Add client-side decryption support to S3 2023-11-05 23:10:51 +03:00
DarthSim
8b5255da7d Remove notify-imgproxy-helm GH Action 2023-11-05 18:27:56 +03:00
DarthSim
a5393e1b05 Remove deprecated linters 2023-11-04 20:29:05 +03:00
DarthSim
53bee6fbec Add status_codes_total counter to Prometheus metrics 2023-11-04 20:12:16 +03:00
DarthSim
235b0724f7 Remove netlify.toml 2023-11-04 20:10:40 +03:00
DarthSim
92d88fbfbd Docs were moved to https://github.com/imgproxy/imgproxy-docs 2023-11-03 21:00:05 +03:00
DarthSim
760b27783f Update special thanks section in README 2023-11-03 20:08:14 +03:00
DarthSim
29923cab36 Remove docs/chaining_the_processing.md (clone of docs/chained_pipelines.md) 2023-11-03 20:08:14 +03:00
Sergey Alexandrovich
278168a7c5
Merge pull request #1213 from okliv/patch-1
Update loading_environment_variables.md
2023-11-01 22:58:40 +06:00
Sergey Alexandrovich
d4bcac6fd5
Merge pull request #1215 from levnovikov/patch-1
Added example of usage in CloudFront Functions
2023-11-01 22:56:45 +06:00
Lev Novikov
78af338d65
Create signature-cloudfront-functions.js
Modified signature.js for use in AWS CloudFront Functions.

About JS runtime and restrictions - 
https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-javascript-runtime-features.html
2023-10-25 18:18:33 +02:00
DarthSim
5ac79477df Update base Docker image 2023-10-25 15:56:50 +03:00
okliv
fb64124e42
Update loading_environment_variables.md 2023-10-23 00:16:10 +03:00
DarthSim
6d511a80ce Add warning about signature to docs 2023-10-22 20:17:43 +03:00
DarthSim
c200fc2a0a Update docs and CHANGELOG 2023-10-16 18:48:38 +03:00
DarthSim
cd22beed56 Bump version v3.20.0 2023-10-09 17:44:22 +03:00
DarthSim
56922a1508 Update deps 2023-10-06 01:42:29 +03:00
DarthSim
dc86a5e3a2 Fix vips_allocs OTel metric unit 2023-10-06 01:31:59 +03:00
DarthSim
aa1f3aac9c Update deps 2023-10-06 01:29:55 +03:00
DarthSim
a2894209bb Update base Docker image 2023-10-06 00:06:12 +03:00
DarthSim
337d062fd7 Update docs and CHANGELOG 2023-10-04 17:38:22 +03:00
DarthSim
337a6872db properly set env in CI 2023-10-03 20:30:57 +03:00
DarthSim
c18503aaef Fix env in CI Docker image 2023-10-03 20:23:41 +03:00
DarthSim
9e6a66deec Update CI Docker image 2023-10-03 20:12:26 +03:00
DarthSim
ef77940062 Fix parsing byte TIFF tags 2023-09-30 21:31:04 +03:00
DarthSim
f404e3d230 Update changelog 2023-09-20 11:39:06 +03:00
DarthSim
4c82ec28e2 Better detect image loading errors 2023-09-14 20:07:01 +03:00
DarthSim
7cc77cad13 CI: Update docker image and Go versions 2023-09-12 21:47:25 +03:00
DarthSim
d52c005446 Update changelog and docs 2023-09-12 21:28:43 +03:00
DarthSim
1cd344cbb7 Use clang-format style in vips/vips.c 2023-09-08 17:08:46 +03:00
DarthSim
756958d2ca Fix crashes during processing of large animated WebPs 2023-09-08 17:07:09 +03:00
Sergey Alexandrovich
b4ee0ceb3e
Merge pull request #1200 from mbanusic/patch-1
Fix to add null pointer in vips_copy method arguments
2023-09-07 21:41:01 +06:00
Marko Banusic
128b3c6f4c
Update vips.c
When compiling from source on Ubuntu we get an error: 

# github.com/imgproxy/imgproxy/v3/vips
vips.c: In function ‘vips_fix_float_tiff’:
vips.c:247:3: warning: not enough variable arguments to fit a sentinel [-Wformat=]
  247 |   return vips_copy(in, out);
      |   ^~~~~~

vips_copy has more arguments and call needs to be terminated with null pointer.

This fixes that problem.
2023-09-07 16:51:50 +02:00
DarthSim
1db4320356 Update changelog 2023-09-06 18:43:08 +03:00
DarthSim
890b4e3f7d Limit vector image sizes to IMGPROXY_MAX_SRC_RESOLUTION 2023-09-05 21:10:28 +03:00
DarthSim
8d26bf5986 Update base Docker image 2023-09-05 20:56:20 +03:00
DarthSim
7111083649 Use clang-format style in C files 2023-08-30 17:09:56 +04:00
DarthSim
4e1d556458 Fix float TIFF opacity and linear BW TIFF colors 2023-08-30 15:09:31 +04:00
DarthSim
46e63464f7 Remove ICC if source image is linear 2023-08-30 15:06:12 +04:00