sharpen.svg
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
   "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   width="200" height="200">
<defs>
 <filter id="sf">
   <feConvolveMatrix in="SourceGraphic" order="3"
    kernelMatrix="0 -0.2 0  -0.2 1.8 -0.2  0 -0.2 0" />
 </filter>
</defs>
<image x="0" y="0" width="200" height="200"
 xlink:href="sf.jpg" filter="url(#sf)">
 <title>sf.jpg</title>
</image>
</svg>
コマンド
rsvg-convert sharpen.svg -f png -o sample699.png
元画像(sf.jpg)
出力画像(sample699.png)
 
○関連情報
・libsvgに関する他の記事はこちらを参照してください。
 
No comments:
Post a Comment