【发布时间】:2014-07-20 18:41:36
【问题描述】:
当我运行这个命令时:
convert -units PixelsPerCentimeter -type TrueColorMatte -channel RGBA -size 32x32 -alpha transparent xc:none -fill "hsla(60 ,83% ,64%)" -draw "circle 15,16 8,10" png32:"/test.png"
我得到一个颜色为hsla(215,79%,64%,1) 而不是填充参数中指定的hsla(60, 83%, 64%, 1) 的图像,我做错了什么吗?
我正在运行 Mac OS X 10.9 和 ImageMagick 6.8.7-7 Q16 x86_64 2013-11-27
【问题讨论】:
标签: imagemagick imagemagick-convert