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

朱金辉 26389756f7 Update ; 将gmagick更换为 imagick 2 anos atrás
config 88ef03c178 init 2 anos atrás
controller 26389756f7 Update ; 将gmagick更换为 imagick 2 anos atrás
entity 88ef03c178 init 2 anos atrás
log 88ef03c178 init 2 anos atrás
logger 88ef03c178 init 2 anos atrás
middleware 88ef03c178 init 2 anos atrás
model 88ef03c178 init 2 anos atrás
repository 88ef03c178 init 2 anos atrás
router 88ef03c178 init 2 anos atrás
service 88ef03c178 init 2 anos atrás
util 26389756f7 Update ; 将gmagick更换为 imagick 2 anos atrás
README.md 88ef03c178 init 2 anos atrás
go.mod 88ef03c178 init 2 anos atrás
main.go 26389756f7 Update ; 将gmagick更换为 imagick 2 anos atrás

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"