2012-07-09 66 views

回答

4

添加 「-mattecolor透明」:

convert -extent 800x600 -mattecolor transparent -background transparent -matte -virtual-pixel transparent -distort Perspective '0,0,369,225 0,255,357,195 255,0,400,218 255,255,400,187' test.png test2.png 

您與YOUT示例參數例如圖像,使用mattercolor:

Example image with correct transparency

mattecolor選項的文檔時使用透視解釋(http://www.imagemagick.org/script/command-line-options.php):

The地平線是反鋸齒的,「天空」顏色可以使用-mattecolor設置進行設置。

+0

這正是我想要的,謝謝!我在文檔中搜尋了幾個小時,但沒有找到-mattecolor的東西。 – barrycarter 2012-07-09 12:50:00