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

朱金辉 ea47049b06 Fixed:去掉多余的赋值 1 рік тому
config 88ef03c178 init 1 рік тому
controller 320dd36af2 Update poster method 1 рік тому
entity 88ef03c178 init 1 рік тому
log 88ef03c178 init 1 рік тому
logger 88ef03c178 init 1 рік тому
middleware 320dd36af2 Update poster method 1 рік тому
model 88ef03c178 init 1 рік тому
repository 88ef03c178 init 1 рік тому
router 88ef03c178 init 1 рік тому
service 88ef03c178 init 1 рік тому
util ea47049b06 Fixed:去掉多余的赋值 1 рік тому
README.md 88ef03c178 init 1 рік тому
go.mod 320dd36af2 Update poster method 1 рік тому
main.go 26389756f7 Update ; 将gmagick更换为 imagick 1 рік тому

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"