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

211 Commits

Author SHA1 Message Date
DarthSim
ece4310d70 Merge branch 'master' into version/3 2021-06-28 15:54:02 +06:00
DarthSim
20d9d82e70 Merge branch 'master' into version/3 2021-06-23 16:08:53 +06:00
Sergey Alexandrovich
e8b1c320bf Delete CNAME 2021-06-23 15:50:44 +06:00
DarthSim
cc25a8b940 Add canonical meta for docs 2021-06-23 15:32:55 +06:00
DarthSim
46e655e1ba Netlify docs 2021-06-23 14:36:04 +06:00
DarthSim
0fa36db813 Use magenta as a transparency key for trim 2021-06-07 15:05:29 +06:00
DarthSim
36f318f390 Merge branch 'version/3' of github.com:imgproxy/imgproxy into version/3 2021-05-17 18:47:13 +06:00
DarthSim
9465d04afb Rm forgotten doc 2021-05-17 18:46:28 +06:00
DarthSim
5ed71c6b60 Merge branch 'master' into version/3 2021-05-17 18:25:04 +06:00
Joshua Banton
10eae5c9c4
Adds airbrake for error reporting. (#603)
* Adds airbrake for error reporting.

* Fixes go fmt issues.

* PR review changes.

* Didn't mean to downgrade the aws-sdk.
2021-05-17 16:05:22 +06:00
Svyatoslav Kryukov
feb70c8f52
OSS Pixelate option (#622) 2021-04-27 16:23:22 +06:00
Svyatoslav Kryukov
38ac4c3399
Fix anchors in the search results (#623) 2021-04-27 15:38:57 +06:00
Ariel Allon
97417b3bc6
fix typo in docs (#599) 2021-04-26 18:32:50 +06:00
DarthSim
8fcc839925 Cleanup avif speed code 2021-04-26 18:32:10 +06:00
Per Osbäck
a7d451b8f2
Add ENV setting for AVIF speed parameter (#605)
* Add ENV setting for AVIF speed parameter

* Add AVIF to image format docs

* Only use Speed on supported VIPS version

* Probably need the method signature in go to have speed
2021-04-26 18:27:16 +06:00
DarthSim
6cf263cbb1 Add fallback image URL docs 2021-04-16 22:42:08 +06:00
DarthSim
2068e7b868 Rearrange processing options in code and docs 2021-04-16 22:35:20 +06:00
DarthSim
fca4f87445 min-width and min-height processing options 2021-03-29 20:21:00 +06:00
DarthSim
27fa220fea Fix force resizing type + zero width/height 2021-03-29 17:48:37 +06:00
DarthSim
59f5dac4bd fill-down resiziong type 2021-03-29 17:35:16 +06:00
DarthSim
c711791f7a force resizing type 2021-03-29 17:13:28 +06:00
DarthSim
bca4bddf53 Merge branch 'master' into version/3 2021-03-26 20:05:34 +06:00
Svyatoslav Kryukov
88975f3810 Datadog tracing 2021-03-23 17:08:02 +06:00
Svyatoslav Kryukov
c07222b501
Skip processing option (#590)
* Skip processing option

* Simplify SkipProcessingFormats iteration
2021-03-22 20:16:03 +06:00
Marc Köhlbrugge
a89803dfe5
Remove double 'p' in 'Exampple' (#588) 2021-03-19 18:23:48 +06:00
Marc Köhlbrugge
2af81695bd
Fix typo ('sorce' to 'source') (#587) 2021-03-19 18:23:39 +06:00
Svyatoslav Kryukov
b93aa2f144
Fallback image http code config (#589) 2021-03-19 15:28:23 +06:00
Svyatoslav Kryukov
098f6b9fc9
Expires option (#586)
* Expires option

* Do not save expires
2021-03-18 16:50:28 +06:00
DarthSim
ceb9a61976 Remove basic URL format 2021-03-15 18:06:01 +06:00
DarthSim
baf00f64f2 Drop deprecated stuff (MaxSrcDimension, GZipCompression, IMGPROXY_MAX_GIF_FRAMES, resizeCrop) 2021-03-15 16:47:35 +06:00
snowcall
56d3f6d897
Optionally return rel="canonical" header (#542)
* set rel="canonical" header

* check scheme before setting canonical headers, add documentation
2021-03-09 17:08:22 +06:00
Felix Yan
023848d764
Correct a typo in docs/installation.md (#558) 2021-02-25 19:19:51 +06:00
DarthSim
21db221ad7 Update docs 2021-02-01 19:18:35 +06:00
DarthSim
8f990acab4 gravity_type => type in docs 2021-01-20 15:54:47 +06:00
DarthSim
be26e10ce5 Don't switch to autodetected format if source one supports animation but autodetected one doesn't 2021-01-18 22:53:49 +06:00
DarthSim
bac349558c AVIF support detection & AVIF enforcement 2021-01-18 21:56:36 +06:00
DarthSim
9ffb0f514d Crop by percentage 2021-01-18 21:14:15 +06:00
DarthSim
e48c557fc4 rotate processing option 2021-01-13 20:51:19 +06:00
DarthSim
6da8885605 IMGPROXY_AUTO_ROTATE config and auto_rotate processing option 2021-01-13 19:57:29 +06:00
DarthSim
07c8b267b3 Remove defaults from strip_metadata and strip_color_profile docs 2021-01-13 19:21:42 +06:00
DarthSim
c84e7ed34d Per-format default quality config 2021-01-13 17:58:36 +06:00
DarthSim
40563f9573 Ability to keep ICC profile 2021-01-12 20:43:09 +06:00
Huy Le Viet
a62b22af69
Add IMGPROXY_ENABLE_DEBUG_HEADERS config for debugging infomation (#509) 2020-11-20 10:52:16 +06:00
Emil Johnsson
4573035eed
Fix typos in configuration.md (#474)
Simple typos fixed.
2020-11-20 10:41:57 +06:00
DarthSim
e0a4ec1f1f Azure Blob Storage support 2020-11-19 20:47:18 +06:00
DarthSim
c299da9a47 Better pro badge usage in docs 2020-09-01 20:15:24 +06:00
DarthSim
c2ac0a6827 Better image formats support docs 2020-09-01 19:57:44 +06:00
DarthSim
bc10a053ed Update changelog and docs with pro features 2020-08-31 20:27:26 +06:00
DarthSim
dbe1ffd14b Add docs for new video thumbnails configs & update changelog 2020-08-17 22:30:00 +06:00
DarthSim
08dc814e98 Ability to skip processing of some formats 2020-08-13 19:52:35 +06:00