monchickey
3e2c9ea73d
Add image cropping. ( #4117 )
3 years ago
chrislu
21c0587900
go fmt
3 years ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
3 years ago
chrislu
ced3b89395
add util package
4 years ago
chrislu
affe3c2c12
change to util.WriteFile
4 years ago
Eng Zer Jun
a23bcbb7ec
refactor: move from io/ioutil to io and os package
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>
4 years ago
byunghwa.yun
2595f269d1
Add the webp image type
4 years ago
李远军
6608cb5f43
Revert "remove fixJpgOrientation"
This reverts commit de5ca9b2
5 years ago
Chris Lu
de5ca9b258
remove fixJpgOrientation
5 years ago
Chris Lu
eb16bb0287
go mod cleanup
6 years ago
Chris Lu
6ff9e2835e
filer: skip resizing image if width or height larger than original image
fix https://github.com/chrislusf/seaweedfs/issues/1239#issuecomment-602140779
6 years ago
j.laycock
6fc6322c90
Change joeslay paths to chrislusf paths
6 years ago
j.laycock
595a1beff0
Swap imports to use joeslay
6 years ago
Chris Lu
fffbc2d490
embed static resources via statik
7 years ago
Chris Lu
3c7ffa2a2c
go fmt
7 years ago
zhangmingfeng
79d18c69b4
增加chunk图片文件支持width和height
7 years ago
Chris Lu
458ada173e
go fmt
7 years ago
Chris Lu
83efe1547d
revert webp support due to "go test"
related to https://github.com/chai2010/webp/issues/9
9 years ago
rmn
366fe0d394
Scale images to fit or fill
9 years ago
Vitaly Baev
7ab9160ee1
WebP resize support
9 years ago
Chris Lu
4d3353750e
fix build issue
9 years ago
Chris Lu
5ce6bbf076
directory structure change to work with glide
glide has its own requirements. My previous workaround caused me some
code checkin errors. Need to fix this.
10 years ago