我正在尝试将a svg file导出为图标大小的.png。问题是我似乎无法强迫ImageMagick不使用抗锯齿。
在我看来,+antialias
仅在颜色别名之间关闭,但不会阻止到-α通道别名。
我试过了:
convert +antialias -background none plug.svg -resize 32x32 plug.png
convert +antialias -background none -size 32x32 plug.svg -resize 32x32 plug.png
+antialias
关键字放在子句中的任何位置...... 所有这些都产生了:
Imagemagics版本:版本:ImageMagick 6.7.7-10 2017-02-22