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

151 Commits

Author SHA1 Message Date
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
DarthSim
4896cc9438 Add warning to the IMGPROXY_ALLOWED_SOURCES docs 2020-02-13 15:42:32 +06:00
DarthSim
af8366139f Better SVG detection 2020-02-11 19:28:13 +06:00
DarthSim
fd2c0203b9 Update docs and changelog with pro features 2020-02-05 22:22:45 +06:00
DarthSim
df4c6224ce Add special thanks to dragonsmith to docs 2020-02-05 20:45:20 +06:00
DarthSim
6581f84501 Add info about Helm chart to the docs 2020-02-05 20:15:59 +06:00
DarthSim
0f00870708 imgproxy health command 2020-02-04 17:56:06 +06:00
DarthSim
372faba5c1 IMGPROXY_CACHE_CONTROL_PASSTHROUGH config 2020-02-04 15:23:41 +06:00
DarthSim
45306adc23 IMGPROXY_NETWORK config 2020-02-03 18:03:18 +06:00
sauerbraten
89f8a4e11c
Add option to keep metadata/tags in output image (#329)
* add env var to disable stripping metadata

by default, all metadata will be stripped (as before)

* always strip orientation tags when rotating the image

in case IMGPROXY_STRIP_METADATA is false

* document IMGPROXY_STRIP_METADATA env var

* remove ICC profile after importing it

needed, in case metadata aren't stripped from the output image
2020-01-30 21:43:08 +06:00
sauerbraten
17afd0fcbd
fix docker build command in docs (#332) 2020-01-29 18:01:26 +06:00
DarthSim
ee450bec46 Trim processing option 2020-01-17 15:54:50 +06:00
DarthSim
8b87504d06 Use plain source URL in Serving local files docs 2019-12-25 17:58:25 +06:00
DarthSim
4c128ce888 Fix docs 2019-12-25 17:38:07 +06:00
DarthSim
66673e384b Change IMGPROXY_ALLOWED_SOURCES behavior to allow more complex limitations 2019-12-25 17:30:23 +06:00
DarthSim
05cd1286a4 Add gravity to extend option 2019-12-25 17:04:16 +06:00
Eduard Aksamitov
8ce331d2ee fix(docs): typos (#299) 2019-12-25 15:01:33 +06:00
Eduard Aksamitov
555fff047b fix(docs): low fps on scroll on safari (#300) 2019-12-25 15:00:20 +06:00
DarthSim
56f69c193c Remove debug warnings; Update docs 2019-12-25 14:49:20 +06:00
rhyst
70b3252373 Add IMGPROXY_ALLOWED_SOURCES config (#169)
* Add config option to exclusively allow local file system images

* Add allowed sources list, and move source check processing_options.

* Implement custom source parser and remove redundant code.
2019-12-25 14:34:15 +06:00
DarthSim
1162e08e2d Fix docs logo 2019-12-17 15:05:41 +06:00
DarthSim
a09c2d103d [skip ci] Update docs with gitter, badge icons and favicon 2019-12-11 17:31:00 +06:00
DarthSim
3dc7f93542 Add resizing algorithm option docs 2019-12-09 18:56:19 +06:00
DarthSim
72a1280cc7 Add JPEG/PNG saving options docs 2019-12-09 15:44:34 +06:00
Renaud Chaput
3e243e8a25 Add Homebrew package to installation methods (#284)
`imgproxy` formula has been merged: https://github.com/Homebrew/homebrew-core/pull/47489
2019-12-09 15:31:32 +06:00
DarthSim
919f9ac47a Fix high CPU usage on docs website 2019-12-04 18:16:26 +06:00
DarthSim
c0f5e8a08a Update special thanks 2019-12-03 20:01:40 +06:00
DarthSim
25a6c9ba39 Minor fixes in max_bytes docs & code 2019-11-29 18:40:01 +06:00
Dmitry Zuev
d74c402066 Implement Max Bytes Filter (#275)
* Implement Max Bytes Filter

* Update according to code review comments

* Refactor according to code review comments
2019-11-29 18:27:35 +06:00
William Pain
e4f787e1f7 Add: IMGPROXY_LOG_LEVEL environment config for set Logrus debug level (#240) 2019-11-21 17:16:12 +06:00
0xflotus
7f1fd540b9 fixed small errors (#261)
* Update generating_the_url_advanced.md

* Update memory_usage_tweaks.md (#1)

* Update serving_files_from_s3.md (#2)
2019-11-18 18:16:50 +06:00
DarthSim
ba3e20b865 properly parse boolean processing options 2019-11-11 18:58:45 +06:00
DarthSim
b5119f27b8 typo 2019-10-15 22:02:41 +06:00
DarthSim
a16a268ae7 Add "Copy to clipboard" buttons to code blocks in docs 2019-10-15 21:48:33 +06:00