1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00
Commit Graph

510 Commits

Author SHA1 Message Date
DarthSim
081a400872 Fix processing images with embedded profiles 2019-04-02 02:32:44 +06:00
DarthSim
7f66f9ce12 Bump version; Update changelog 2019-04-01 21:33:48 +06:00
DarthSim
c864f801d0 Add IMGPROXY_DISABLE_SHRINK_ON_LOAD config 2019-04-01 21:30:53 +06:00
DarthSim
550b9edb20 Resize images in linear colorspace 2019-04-01 21:30:24 +06:00
DarthSim
db98dfdec1 Remove orc from Dockerfile (causes segfaults in some cases) 2019-04-01 21:24:40 +06:00
DarthSim
27256e5779 gitignore .vscode 2019-04-01 21:23:58 +06:00
DarthSim
ddb47fa7d5 Update CircleCI status badge 2019-04-01 16:44:30 +06:00
Mamedaliev Kirill
c27ff5c580 Add specific syslogtag 2019-03-28 17:32:46 +06:00
DarthSim
11e7a1d1f7 Add MALLOC_ARENA_MAX and jemalloc info to memory tweaking guide 2019-03-28 17:26:56 +06:00
DarthSim
3243074067 conf.GZipBufferSize is not used anymore 2019-03-28 17:26:56 +06:00
Sergey Alexandrovich
4e0441b326
Update installation.md 2019-03-25 18:10:32 +06:00
DarthSim
be56674fbe Go 1.9 support is back 2019-03-22 23:27:32 +06:00
DarthSim
c3a1bdf259 Bump version; Update changelog 2019-03-22 23:05:46 +06:00
DarthSim
d572c7a273 Remove forgotten debug log 2019-03-22 22:57:18 +06:00
DarthSim
79af765015 Fix color management 2019-03-22 21:07:39 +06:00
DarthSim
456a1d790a Set MALLOC_ARENA_MAX in Dockerfile 2019-03-22 21:07:39 +06:00
DarthSim
7269ee5d41 Disable vips warnings in Dockerfile 2019-03-22 21:07:39 +06:00
DarthSim
d2d305a41f Don't initialize pages in vipsLoadImage if image is not gif 2019-03-22 21:07:39 +06:00
DarthSim
d7a1e8615c Add -O3 to CFLAGS 2019-03-22 21:07:39 +06:00
DarthSim
1972c21783 Improve download buffer calibration 2019-03-22 21:07:39 +06:00
DarthSim
67bbf14ba4 Back to fasthttp 2019-03-22 21:07:31 +06:00
DarthSim
904d0201c0 Bump version; Update changelog 2019-02-27 22:09:14 +06:00
DarthSim
3f938c59d5 Fix signing path with escaped source url 2019-02-27 22:06:22 +06:00
DarthSim
ae2dfadd4a Bump version; Update changelog 2019-02-21 22:26:10 +06:00
DarthSim
2a9e198821 Update Prometheus docs 2019-02-21 22:25:44 +06:00
DarthSim
5040ba7d61 extend option 2019-02-21 22:20:56 +06:00
DarthSim
f43fd6eec0 Collect vips memory metrics 2019-02-21 22:20:56 +06:00
Marius Cristea
4f2f20c089 improve svg format detection (#135) 2019-02-21 22:20:44 +06:00
DarthSim
1f63723545 Bump version; Update changelog 2019-02-13 16:46:18 +06:00
DarthSim
f0e0bc87d5 Add orc to Dockerfile 2019-02-13 16:30:00 +06:00
DarthSim
4d174e51cf Move c code to vips.c; Move complex vips operations to C 2019-02-11 14:57:04 +06:00
DarthSim
1bbe300ae4 struct__VipsImage => VipsImage 2019-02-08 13:42:30 +06:00
DarthSim
a344a47f0f Bump version; Update changelog 2019-02-04 20:06:46 +06:00
DarthSim
8870d8dbd1 Simple filesystem transport 2019-02-04 20:06:46 +06:00
DarthSim
c6838e5857 Fix C strings caching 2019-02-04 20:06:46 +06:00
Timur Ramazanov
55ac2c8e5b Update installation.md (#134) 2019-02-04 18:37:02 +06:00
DarthSim
dd28028710 Fix typos and linter warnings 2019-02-01 17:53:46 +06:00
DarthSim
4007734d3d Update Prometheus docs 2019-02-01 17:32:07 +06:00
DarthSim
4de8bd0ffd Bump version; update changelog 2019-02-01 17:15:14 +06:00
DarthSim
ae7996e92f Configurable bufPool calibration threshold 2019-02-01 17:13:00 +06:00
DarthSim
5d6c5bbc04 Run GC if some buffers were removerd from a pool 2019-02-01 16:04:28 +06:00
DarthSim
c21e211c5a Fix GZip pool calibration 2019-01-31 19:00:13 +06:00
DarthSim
6007f1a99b Reset gzip encoder on put to pool 2019-01-31 18:43:41 +06:00
DarthSim
0c2da110db Remove unneeded func 2019-01-31 18:01:34 +06:00
DarthSim
31da802147 Buffers metrics in bytes 2019-01-31 14:56:51 +06:00
DarthSim
9807728f9c Calibrating default buffer size; Prometheus metrics for calibration 2019-01-31 14:00:31 +06:00
DarthSim
d63f0d5cbe Pregrow buffers on Get 2019-01-30 17:45:31 +06:00
DarthSim
250ee7914e Better buffers calibration 2019-01-30 16:31:00 +06:00
DarthSim
b8fc6dc9f0 Smart bufPool 2019-01-30 14:36:19 +06:00
DarthSim
20d6c2778a Try to free resulting image data on error 2019-01-28 22:21:26 +06:00