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

1499 Commits

Author SHA1 Message Date
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
DarthSim
bf9e54620f Fix parsing of HEIF files with large boxes 2023-08-30 14:36:33 +04:00
DarthSim
e23537441e Fix build on FreeBSD 2023-08-25 20:37:31 +03:00
DarthSim
353329f7ad Update base Docker image 2023-08-22 23:09:27 +03:00
DarthSim
551fe77ed3 Bump version 2023-08-21 22:29:27 +03:00
DarthSim
57dee90313 Update deps 2023-08-21 21:11:44 +03:00
DarthSim
925dac28bb Create and destroy a tiny image during health check to check that vips is operational 2023-08-21 20:48:47 +03:00
DarthSim
f0b9c05e98 Update base Docker image 2023-08-21 14:57:00 +03:00
DarthSim
96043238bd [docs] Update pro badge style 2023-08-20 20:06:00 +03:00
DarthSim
f87ce66519 Update docs and changelog 2023-08-17 22:42:44 +03:00
DarthSim
ee25c32ba0 [docs] Update pro badge, h2 and blockquote styles 2023-08-17 22:40:12 +03:00
DarthSim
4752195001 [docs] Better copy code button 2023-08-16 22:06:33 +03:00
DarthSim
74f15dd414 [docs] Add sponsor button 2023-08-16 19:47:18 +03:00
DarthSim
2832aabf42 Update docs style 2023-08-16 14:10:27 +03:00
DarthSim
93b1dc5757 Load env variables from env files or secrets 2023-08-16 00:18:07 +06:00
Ray
3b3720fbb5 Fix typo in cloud_watch.md 2023-08-16 00:09:40 +06:00
DarthSim
07e34a45f2 Rename concurrency to workers 2023-08-15 21:05:55 +03:00
DarthSim
e172b14377 [docs] Add anchors for configs on the configuration page 2023-08-15 21:05:55 +03:00
Sergey Alexandrovich
e976424c1e
Create FUNDING.yml 2023-08-11 20:12:56 +06:00
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