aboutsummaryrefslogtreecommitdiff
path: root/weed/images/resizing_test.go
AgeCommit message (Collapse)AuthorFilesLines
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2022-02-04add util packagechrislu1-0/+1
2022-02-04change to util.WriteFilechrislu1-1/+1
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-3/+2
The io/ioutil package has been deprecated as of Go 1.16, see https://golang.org/doc/go1.16#ioutil. This commit replaces the existing io/ioutil functions with their new definitions in io and os packages. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-07-24Add the webp image typebyunghwa.yun1-0/+23