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

312 Commits

Author SHA1 Message Date
DarthSim
45a6f85c48 Add shortcuts for processing options 2018-10-03 21:36:52 +06:00
DarthSim
4f8bae755b Add resizing_type processing option 2018-10-03 21:34:13 +06:00
DarthSim
9e131b9b79 Allow empty optional arguments 2018-10-03 21:33:22 +06:00
DarthSim
06662561fa Make kay and salt optional in app.json 2018-10-03 19:35:40 +06:00
DarthSim
a47e111069 Fix focus point gravity in basic URL format 2018-10-03 19:34:53 +06:00
DarthSim
2840994719 Background option 2018-10-02 18:20:23 +06:00
DarthSim
ee29fb848c proper warning for IMGPROXY_IGNORE_SSL_VERIFICATION 2018-10-02 18:19:30 +06:00
DarthSim
b51e5ca25e Fix calcShrink 🤦 2018-10-02 17:31:51 +06:00
DarthSim
945ffb485b Disable signature checking if key or salt are not provided 2018-10-02 17:31:51 +06:00
DarthSim
017724d20d Check presets options on start; Exit on preset error 2018-10-02 17:31:51 +06:00
DarthSim
11acf1f96a Webp browser support detection 2018-10-02 17:31:51 +06:00
DarthSim
27c1ef068a Go <1.10 doesn't have math.Round, ook 2018-10-02 17:31:51 +06:00
DarthSim
0eb96b0b42 Better processing options logging 2018-10-02 17:31:51 +06:00
DarthSim
8c4a561b9e Focus point gravity 2018-10-02 17:31:51 +06:00
DarthSim
e7e296aa93 Fix width & height checking 2018-10-02 17:31:51 +06:00
DarthSim
419f01028e Apply default preset when defined 2018-10-02 17:31:51 +06:00
DarthSim
1569f9be20 Fix including image_types.h 2018-10-02 17:31:51 +06:00
DarthSim
5896dfd29b Add coloring for warnings 2018-10-02 17:31:51 +06:00
DarthSim
b0fb204381 Turn back token validation; Add AllowInsecure config 2018-10-02 17:31:51 +06:00
DarthSim
a157a818f6 Presets 🎉 2018-10-02 17:30:20 +06:00
DarthSim
9efba7bf55 Add image type check to calcShrink 2018-10-02 17:30:20 +06:00
DarthSim
9f0a2a4939 Auto-calc width or height if some of them is 0 2018-10-02 17:30:20 +06:00
DarthSim
7d7bbe3649 Add blur and sharpening 2018-10-02 17:30:20 +06:00
DarthSim
c5adf1b3a5 Rename processing options constants and move them to processing_options.go 2018-10-02 17:30:20 +06:00
DarthSim
5dcad5430a Advanced url format 2018-10-02 17:30:20 +06:00
DarthSim
5fc04089cc Update changelog 2018-10-01 22:45:41 +06:00
DarthSim
aa96d487d4 Update README 2018-10-01 21:05:46 +06:00
DarthSim
530964c30f Disable libvips cache 2018-10-01 21:00:33 +06:00
DarthSim
b9cf4a054a IMGPROXY_IGNORE_SSL_VERIFICATION option 2018-09-26 19:00:37 +06:00
DarthSim
4208756321 Add some badges 2018-09-10 14:28:58 +06:00
DarthSim
edeafbdb06 More vips versipns to test 2018-09-10 13:33:47 +06:00
DarthSim
0ae30d0a43 Optimize travis build 2018-09-10 13:13:57 +06:00
DarthSim
8a533d83b7 Stringify Go versions in travis config 2018-09-10 12:34:36 +06:00
DarthSim
83948d0126 Drop Go <1.8 support 2018-09-10 12:17:04 +06:00
DarthSim
147cc49ecf Cleanup build dependencies in travis 2018-09-10 11:42:14 +06:00
DarthSim
7f567216dd Get rid of ETag signature; Change ETag hash to SHA256; Add verison 2018-09-06 19:02:26 +06:00
Adam Quaile
09bfd44c55 Update PHP URL generation example (#66)
String interpolation is a little easier to read and understand as there's no back-and-forth between string format and arguments. 

Matches JS version: https://github.com/DarthSim/imgproxy/blob/master/examples/signature.js#L27
2018-09-06 17:36:03 +06:00
josepowera
96249406f4 Create signature.java (#64)
Java example for creating signature
2018-09-06 17:34:59 +06:00
DarthSim
6810574553 Update chengelog 2018-07-16 21:23:38 +06:00
DarthSim
c3d39b2b42 Progressive JPEG & interlaced PNG support 2018-07-16 21:14:24 +06:00
DarthSim
a5a46d6fc6 typo 2018-05-25 16:41:49 +06:00
DarthSim
8556be3426 Fixed autorotation when image is not resized 2018-05-25 16:25:48 +06:00
DarthSim
0ee53db54c Add changelog 2018-04-27 15:49:38 +06:00
DarthSim
47b621542b Add Content-Length header 2018-04-26 18:17:17 +06:00
DarthSim
bcd9dfe809 Add IMGPROXY_BASE_URL param 2018-04-26 17:38:40 +06:00
DarthSim
04871c8b7f Add CORS headers 2018-04-26 17:22:31 +06:00
DarthSim
eb341c3bee Increase default max clients 2018-03-19 15:06:08 +06:00
DarthSim
f6fa71810e Remove wait timeout 2018-03-19 14:58:52 +06:00
DarthSim
9ba634fc35 Add request ID 2018-03-19 14:57:31 +06:00
DarthSim
f569067588 Add info to timers 2018-03-15 21:21:43 +06:00