<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end> <cite xml:lang="ja">自分好みのガジェットを作る! Windowsサイドバーガジェット作り入門:第6回 ガジェットのAPI,セキュリティ,ActiveXの組込みなど|gihyo.jp … 技術評論社</cite> (<time>2009-03-02 20:49:14 +09:00</time> 版) <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://gihyo.jp/dev/feature/01/windows-gadget/0006" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI">http://gihyo.jp/dev/feature/01/windows-gadget/0006</anchor-external></p><blockquote><p>gImage スキーム</p><p>gImageスキームはhttpやfileスキームと同じように指定して,ファイルのサムネイルや画像をリサイズした上で読み込むためのスキームです。</p><p>例えば,ファイルのサムネイルを得る場合に利用できます。使い方は以下のような感じです。<pre class="HTML example code">    &lt;img src=&quot;foobar.png&quot; /&gt; &lt;!-- 通常通り --&gt;
    &lt;img src=&quot;gImage:///foobar.png&quot; /&gt;
    &lt;img src=&quot;gImage:///foobar.png?width=100&amp;height=100&quot; /&gt;</pre></p></blockquote></body></html>