summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/image
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies and go1.18 (#1873)Wim2022-08-132-6/+0
| | | | | * Update dependencies and go1.18 * Exclude unnecessary linters and update build to go1.18
* Update dependencies (#1610)Wim2021-10-1712-4075/+0
| | | | | * Update dependencies * Update module to go 1.17
* Update vendor (#1414)Wim2021-03-201-0/+1
|
* Update vendor for next release (#1343)Wim2020-12-3112-0/+4074
|
* Update vendor (#1265)Wim2020-10-191-8/+9
|
* Add MediaConvertWebPToPNG option (telegram). (#741)Wim2019-02-2719-0/+4252
* Add MediaConvertWebPToPNG option (telegram). When enabled matterbridge will convert .webp files to .png files before uploading them to the mediaserver of the other bridges. Fixes #398