2017年6月29日 星期四

gimp 2.8.x使用文字反鋸齒功能,文字邊緣出現綠色線條之解決辦法。

本文參考 Smashing Web
  1. sudo -i
  2. vim /etc/gimp/2.0/fonts.conf 內文加入
    <fontconfig>
     <match target="font">
      <edit name="rgba" mode="assign">
       <const>none</const>
      </edit>
     </match>
    </fontconfig>
  3. 存檔後,重新啟動gimp