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

184 Commits

Author SHA1 Message Date
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
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
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
DarthSim
3830ba03b1 Update changelog & fix typo in docs 2020-08-10 17:41:53 +06:00
DarthSim
3fb9de8192 Add background_alpha docs 2020-08-10 17:38:37 +06:00
DarthSim
f42d7fcf43 Add video_thumbnail_second docs 2020-08-07 18:35:36 +06:00
DarthSim
4ac58a0624 Forgotten pro badges 2020-07-10 20:15:55 +06:00
DarthSim
47e7711bc5 Update docs and changelog with some pro features 2020-07-10 20:05:45 +06:00
John Koehl
616ec996b3
Implements #421 processing option to control meta stripping (#422)
* Implements processing option to control meta stripping

* Update based on code review comments

Change name of option to "stripmeta" and change how we handle config vs request setting logic

* Fix indentation style typo

* Fix indentation style typo

* Use full metadata naming for config and variables

Co-authored-by: John Koehl <johnk@zillowgroup.com>
Co-authored-by: John Koehl <jkoehl>
2020-07-01 19:45:33 +06:00
DarthSim
bb695fa2c4 Update instalation from source docs 2020-07-01 17:10:09 +06:00
DarthSim
d39baeef57 Update Prometheus namespace docs 2020-06-10 20:01:30 +06:00
Alexey Remizov
b783e8bebf
Add IMGPROXY_PROMETHEUS_NAMESPACE config (#405)
* Add IMGPROXY_PROMETHEUS_NAMESPACE config

* Add documentations about IMGPROXY_PROMETHEUS_NAMESPACE

Co-authored-by: Alexey Remizov <alexey.remizov@sport24.ru>
2020-06-10 19:11:14 +06:00
Felix Gerberding
c1c87f58b9
fixed typo (#400) 2020-06-09 18:51:37 +06:00
DarthSim
e4466b922e typo 2020-04-17 22:12:15 +06:00
DarthSim
1fc21d4cfe Update docs and changelog 2020-04-09 15:56:05 +06:00
ILYA
12b415c9bd
Implement padding option (#358)
* Implement padding option

* Move padding `embed` to the right place

* Move padding `embed` to the right place

* Use general background option instead of specific padding's one

* Make padding options css-like and fully optional

* Add docs for new padding option

* Return error if padding embed fails

* Make padding outbounds and apply dpr for it

Co-authored-by: Ilya Melnitskiy <melnitskiy_i_m@onyx-team.com>
2020-04-09 15:43:56 +06:00
DarthSim
6c348adb0b Minor changes in fallback images feature; Add docs for fallback images 2020-04-08 21:15:07 +06:00
DarthSim
b82e4aea21 Update docs and changelog 2020-04-07 18:34:49 +06:00
ILYA
4bd745f764
Improve trim method to accept color to be cut off and hor/ver alignment options (#357)
* Improve trim method to accept color to be cut off and hor/ver alignment options

* Make color and equality args truly optional

* Add docs for new trim params

Co-authored-by: Ilya Melnitskiy <melnitskiy_i_m@onyx-team.com>
2020-04-07 18:06:28 +06:00
DarthSim
70e26cdd97 Add IMGPROXY_PATH_PREFIX config 2020-04-07 17:54:00 +06:00
DarthSim
ba8f959dab Add /info endpoint docs 2020-03-30 15:45:02 +06:00
DarthSim
e3cb533cc3 typo 2020-03-18 22:37:16 +06:00
DarthSim
6b3abfae30 Add video thumbnails docs & update changelog 2020-03-18 22:34:37 +06:00
Naveed Ahmad
1f5f9ef708
use (#362) 2020-03-16 15:07:15 +06:00
DarthSim
6c60fb804f Remove HEIC saving; Remove JBIG from docker; Replace imagequant with quantizr in docker 2020-03-12 20:03:29 +06:00
DarthSim
b4f030040c Update docs 2020-02-27 23:15:44 +06:00
DarthSim
06c7df1e14 Properly name go module & update docs 2020-02-27 22:30:31 +06:00
DarthSim
8ed83e973e Add GO111MODULE=on to the build docs 2020-02-27 18:33:56 +06:00
DarthSim
f8d88c118b Update changelog and docs with pro features 2020-02-13 17:36:46 +06:00
DarthSim
6c6bcd32f8 Add emojis to notes and warning in docs 2020-02-13 15:54:43 +06:00