golang创建海报,可以用于图片合成,图片水印等功能,详见 https://poster.icloudapp.cn

朱金辉 7f9b40b720 新增上传接口 il y a 2 ans
admin 7f9b40b720 新增上传接口 il y a 2 ans
config f9d6b734a4 update model il y a 2 ans
controller 7f9b40b720 新增上传接口 il y a 2 ans
entity 7f9b40b720 新增上传接口 il y a 2 ans
errors d9b9952b7a add orm for model il y a 2 ans
log 88ef03c178 init il y a 2 ans
logger 88ef03c178 init il y a 2 ans
middleware 7f9b40b720 新增上传接口 il y a 2 ans
model d9b9952b7a add orm for model il y a 2 ans
repository f9d6b734a4 update model il y a 2 ans
router 7f9b40b720 新增上传接口 il y a 2 ans
service d9b9952b7a add orm for model il y a 2 ans
util d9b9952b7a add orm for model il y a 2 ans
README.md 88ef03c178 init il y a 2 ans
go.mod f9d6b734a4 update model il y a 2 ans
main.go 26389756f7 Update ; 将gmagick更换为 imagick il y a 2 ans

README.md

使用第三方库 GraphicsMagick (https://github.com/gographics/gmagick)

export PKG_CONFIG_PATH=/opt/local/lib/pkgconfig

#安装imagick库 (https://github.com/gographics/imagick) mac os brew install ImageMagick

run 之前执行,将imagick编译 export CGO_CFLAGS_ALLOW="-Xpreprocessor"