aboutsummaryrefslogtreecommitdiff
path: root/weed/images
AgeCommit message (Collapse)AuthorFilesLines
2024-04-24Migrates from disintegration/imaging c2019 to cognusion/imaging c2024. (#5533)M@2-2/+2
2023-03-02 fix chunk.ModifiedTsNs (#4264)zemul1-47/+47
* fix * fix mtime s > ns --------- Co-authored-by: zemul <zhouzemiao@ihuman.com>
2023-01-06Add image cropping. (#4117)monchickey2-0/+69
2022-09-14go fmtchrislu1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu3-3/+3
2022-02-04add util packagechrislu1-0/+1
2022-02-04change to util.WriteFilechrislu2-2/+3
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun2-6/+4
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.yun3-0/+28
2020-07-10Revert "remove fixJpgOrientation"李远军3-0/+231
This reverts commit de5ca9b2
2020-06-20remove fixJpgOrientationChris Lu3-231/+0
2020-04-12go mod cleanupChris Lu1-1/+1
2020-03-21filer: skip resizing image if width or height larger than original imageChris Lu1-2/+4
fix https://github.com/chrislusf/seaweedfs/issues/1239#issuecomment-602140779
2018-10-07embed static resources via statikChris Lu2-236/+0
2018-07-23go fmtChris Lu1-2/+2
2018-07-05增加chunk图片文件支持width和heightzhangmingfeng2-10/+13
2018-05-27go fmtChris Lu1-1/+1
2017-05-28revert webp support due to "go test"0.76Chris Lu2-4/+1
related to https://github.com/chai2010/webp/issues/9
2017-05-05Scale images to fit or fillrmn2-8/+15
2017-03-31WebP resize supportVitaly Baev2-1/+4
2017-01-03fix build issueChris Lu1-0/+3
2016-06-02directory structure change to work with glideChris Lu7-0/+508
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.