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

246 Commits

Author SHA1 Message Date
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
DarthSim
f9db1b28ad More predictable "Edit on GitHub" behavior 2019-10-15 18:21:59 +06:00
DarthSim
e08c4b7597 Fix GitHub corner in the docs to the top 2019-10-15 18:10:31 +06:00
DarthSim
cf5673d3b6 Add "Edit on GitHub" button to docs 2019-10-15 18:08:36 +06:00
DarthSim
75cedc4b58 Fix saturation docs 2019-10-14 16:55:58 +06:00
DarthSim
119b6f3ba1 Add adjustment options to docs 2019-10-14 16:02:23 +06:00
DarthSim
6322e50f59 Add SVG paththrough info to docs 2019-10-11 19:33:34 +06:00
DarthSim
321639799d Add pro features to docs 2019-10-11 19:20:28 +06:00
DarthSim
f5740f591e Add GTM to docs 2019-10-02 18:40:59 +06:00
DarthSim
0de6fc0aa6 IMGPROXY_REPORT_DOWNLOADING_ERRORS config 2019-10-01 15:18:37 +06:00
DarthSim
ed41919be2 Try to use Application Default Credentials when GCS is enabled but GCS key is not provided 2019-09-30 19:10:55 +06:00
DarthSim
1f73fd33a9 Finalized BMP support 2019-09-30 17:36:38 +06:00
Dmitry Zuev
239ee95789 Add BMP support (#176)
* Start implementing TIFF support

* bmp

* revert Dockerfile

* Update supported image formats list
2019-09-30 17:30:20 +06:00
DarthSim
4d06d397fe Load ICO with vips_magickload 2019-09-30 16:05:54 +06:00
DarthSim
52152bcf47 Update docs 2019-09-30 16:05:54 +06:00
DarthSim
acfb715949 Set font weight for docs headers 2019-09-23 13:35:56 +06:00
DarthSim
4984287918 Better font sizing for docs 2019-09-19 21:37:31 +06:00
DarthSim
a9dc3ffbd5 Better fonts for docs 2019-09-19 21:05:21 +06:00
DarthSim
02a505b015 Pin docs content background to the top 2019-09-19 19:50:14 +06:00
DarthSim
725447c828 Better "sponsored by" image for docs readme 2019-09-19 19:46:56 +06:00
DarthSim
8003388f13 Meta for docs site 2019-09-18 22:19:45 +06:00
DarthSim
fafe99362d Black-white logo and search for docs site 2019-09-18 18:59:04 +06:00
Sergey Alexandrovich
39e794b4d4 Create CNAME 2019-09-18 18:22:48 +06:00
Sergey Alexandrovich
9be1884b2b Delete CNAME 2019-09-18 18:22:42 +06:00
Sergey Alexandrovich
88af1d4cd3 Create CNAME 2019-09-18 18:07:10 +06:00
DarthSim
5da21a9c43 Docs site with docsify 2019-09-18 18:04:01 +06:00
DarthSim
eb28352a78 Update changelog and docs 2019-09-16 21:04:26 +06:00
DarthSim
5efed836dd Typo 2019-08-21 18:24:36 +06:00
DarthSim
f49fe01e00 Update changelog and docs 2019-08-13 20:58:57 +06:00
Arik Cohen
ed4e56f03c
typo fix 2019-07-17 16:50:30 -04:00
Sergey Alexandrovich
d9794858e4
Merge pull request #172 from Envek/patch-1
Add link to imgproxy package in AUR for Arch Linux users
2019-06-27 16:00:20 +06:00
DarthSim
c76696caf7 SO_REUSEPORT support 2019-06-27 14:00:39 +06:00
DarthSim
4a59e3d625 Save HEIC to JPEG by default 2019-06-25 15:28:34 +06:00
DarthSim
c2ce5c5850 Auto resizing type 2019-06-24 18:50:17 +06:00
DarthSim
8517402e7e Add IMGPROXY_KEEP_ALIVE_TIMEOUT config 2019-06-21 16:32:37 +06:00
DarthSim
e894afec13 Crop offsets 2019-06-20 18:49:25 +06:00
Andrey Novikov
f697cedf43
Add link to imgproxy package published in AUR for Arch Linux users
Fun fact: actually AUR doesn't contain packages and software is being build every time from the sources on end user's machine. So it is long and loud process. But it is as simple as package manager – you just check imgproxy and it will be installed for you along with libvips.
2019-06-19 23:23:56 +03:00
DarthSim
1041056977 Update installation docs 2019-06-17 17:54:11 +06:00
DarthSim
c6d4a681be Update docs 2019-06-13 14:20:11 +06:00
DarthSim
5553cee501 MaxGifFrames => MaxAnimationFrames 2019-06-13 14:06:12 +06:00
DarthSim
a16a1e3141 Update presets-only mode docs 2019-05-16 17:15:57 +06:00
Carlos Brando
e071396fd6 Adds an option to allows only presets in the URL. (#156)
* Adds an option to allows only presets in the URL.  If it's enabled, only presets can be used, and all other URL formats are disabled. You can allow it to with an env var.

If it's enabled, only presets can be used, and all other URL formats are disabled. You can allow it to with an env var.

* Add parsePathPresets function

Following DarthSim suggestion, I added a parsePathPresets function and remove the code inside parseURLOptions.
2019-05-16 16:24:41 +06:00
DarthSim
bd95447ca5 Add development errors mode 2019-05-08 20:51:39 +06:00
DarthSim
3d13e6afb2 Back to net/http
Month of testing and profiling show that fasthttp doesn't gives us significatnt profit in memory and performance while being incompatible with many third-side packages and http/2
2019-05-08 17:42:48 +06:00
DarthSim
0cfeab65db Add CGO_LDFLAGS_ALLOW to the installation guide 2019-05-07 15:03:06 +06:00
DarthSim
f3c7f77b97 Test build only with the latest 3 versions of Go and vips 2019-04-11 20:31:15 +06:00
DarthSim
4ba970bdf6 PNG quantization 2019-04-05 16:30:16 +06:00
DarthSim
e99241aea0 Disable processing in linear colorspace by default 2019-04-04 21:57:44 +06:00
DarthSim
c864f801d0 Add IMGPROXY_DISABLE_SHRINK_ON_LOAD config 2019-04-01 21:30:53 +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
Sergey Alexandrovich
4e0441b326
Update installation.md 2019-03-25 18:10:32 +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
Timur Ramazanov
55ac2c8e5b Update installation.md (#134) 2019-02-04 18:37:02 +06:00
DarthSim
4007734d3d Update Prometheus docs 2019-02-01 17:32:07 +06:00
DarthSim
ae7996e92f Configurable bufPool calibration threshold 2019-02-01 17:13:00 +06:00
DarthSim
0027db5f8a Src file size check 2019-01-21 16:36:57 +06:00
DarthSim
dcddc165f0 Update docs 2019-01-18 17:34:16 +06:00
DarthSim
ed795675be Refactored logging; Syslog support 2019-01-14 16:50:59 +06:00
Koen Punt
575960e50c Add Sentry error reporting (#128)
* support reporting errors to Sentry

* add documentation for sentry configuration
2019-01-14 16:42:10 +06:00
DarthSim
5501c3cff7 SVG sources support 2018-12-21 01:58:39 +06:00
DarthSim
f608002a7d Update S3 docs 2018-12-09 18:12:46 +06:00
DarthSim
ccc22e45eb Update docs 2018-12-02 19:17:19 +06:00
DarthSim
4549089183 ICO support 2018-12-02 19:06:16 +06:00
Sergey Alexandrovich
4913ed0e47
Update installation.md 2018-12-02 15:33:18 +06:00
DarthSim
05f6412329 Update docs 2018-11-16 16:06:53 +06:00
DarthSim
baab560611 Update readme 2018-11-16 15:01:08 +06:00
DarthSim
e8845f671b Limit GIF frames to being processed 2018-11-15 20:04:12 +06:00
DarthSim
917357616e Deprecate IMGPROXY_MAX_SRC_DIMENSION 2018-11-15 19:25:53 +06:00
DarthSim
288cdc76fb Update docs 2018-11-15 18:58:35 +06:00
DarthSim
9114f28c75 Multiple key/salt pairs support 2018-11-15 18:35:06 +06:00
DarthSim
d2cdc820aa Remove whitespaces in docs 2018-11-15 17:21:49 +06:00
Marius Cristea
8b5f620ac3 adds dpr transformation (#104)
* adds dpr transformation.

* adds dpr transformation.

* fix conflict.
2018-11-14 19:46:59 +06:00
DarthSim
b66b27bef9 Errors reporting 2018-11-14 19:41:16 +06:00
DarthSim
da1a802632 Use source image format as resulting one dy default 2018-11-14 00:50:38 +06:00
DarthSim
00b690e93d Version IDs for S3 and generations for GCS 2018-11-13 20:04:04 +06:00
DarthSim
fc4a09f196 Support S3 region and enpoint options 2018-11-13 19:23:59 +06:00
DarthSim
2c0b538eb5 GIF output support 2018-11-13 18:32:47 +06:00
Marius Cristea
a1a74450d1 adds Client Hints support using env variable. (#98)
* adds Client Hints support using env variable.

* Update processing_options.go

Co-Authored-By: selul <marius.cristea@vertistudio.com>

* improve client hints support based on the feedback

* fix build error and remove redundant line in docs.
2018-11-02 22:38:41 +06:00
DarthSim
5bd97c42e7 Update docs 2018-11-02 22:34:48 +06:00
DarthSim
e6a7c480b1 Plain source URLs support 2018-11-02 21:35:21 +06:00
printercu
7aae98e087 Option to use truncated signature (#88)
* CircleCI

* Fix docs resize_type -> resizing_type (#91)

As noted in my issue...

* Option to use truncated signature

* Don't use 0 as no-limit for SignatureSize
2018-11-02 17:10:20 +06:00
DarthSim
ea10cbe059 Sending User-Agent with source image request 2018-10-30 19:37:41 +06:00
DarthSim
c043716ac1 Quality processing option 2018-10-30 18:20:02 +06:00
DarthSim
61ae01b0a4 Google Cloud Storage support 2018-10-30 18:12:56 +06:00
DarthSim
39cf375dfb Merge branch 'master' into version/2.1 2018-10-29 23:04:52 +06:00
DarthSim
159e6b3f33 Fix heroku buttons 2018-10-29 22:21:04 +06:00
DarthSim
dd85087e6a Prometheus metrics 2018-10-29 18:04:47 +06:00
DarthSim
8030e0aa27 Cache buster 2018-10-29 14:54:30 +06:00
DarthSim
c049fb8a28 Watermark scale 2018-10-28 18:05:57 +06:00
DarthSim
c03eceb004 Add info about watermark to pipeline doc 2018-10-26 02:00:19 +06:00
DarthSim
dfe38930d5 Better processing options docs view 2018-10-26 01:56:08 +06:00
DarthSim
9680a820fb typo 2018-10-26 01:49:38 +06:00
DarthSim
c2395ef5af Merge branch 'master' into version/2.1 2018-10-25 22:49:14 +06:00
DarthSim
0f92ff2532 New Relic support 2018-10-25 19:34:16 +06:00
Sergey Alexandrovich
d1329381f7
Typo 2018-10-22 13:20:20 +06:00
DarthSim
d61a326ab5 Update docs with watermarks and new gravity options 2018-10-19 17:31:44 +06:00
DarthSim
1851da0ad5 Update docs 2018-10-08 12:23:24 +06:00
DarthSim
0966e41a2a Fix links in docs 2018-10-05 23:46:02 +06:00
DarthSim
287b7e7560 Merge branch 'crohr/s3-protocol' into version/2.0 2018-10-05 00:46:04 +06:00
DarthSim
25712e5d71 Docs 2018-10-04 19:16:51 +06:00