SVG/lang-ja

From OLPC
< SVG
Revision as of 07:43, 10 April 2008 by Paul Richter (talk | contribs) (一部翻訳)
Jump to: navigation, search
  翻訳された SVG 原文  
  english | 日本語   +/- 変更  
This is an on-going translation

Scalable Vector Graphics (SVG) は、ビットマップと対照したベクトル式の画像や作図に対応した W3C 認定の規格です。SVG ドキュメントに描画コマンドの一連がテキスト形式で記述されています。これらのコマンドがブラウザ等の SVG 描画アプリケーションで展開されると、画像が表示されます。コマンドの一連はビットマップに比べると少ないデータの量を費します。また、SVG ファイルはテキスト形式なので、gzip や JFFS2 ファイルシステムによって更に圧縮することもできます (実状、ほとんどの SVG 読み込みプログラムは gzip 圧縮の.svgz ファイルを自動的に解凍します。但し、編集プログラムはそうとは限りません。)

OLPC の格納容量は限られているので、OLPC コンテンツの大部分には SVG 画像が使われます。特に教育資料等は図面として表示すれば最も解かりやすいことが多いのです。

OLPC コンテンツの作成者はできる限り SVG を使いましょう。JPEGPNG のビットマップ形式は、SVG が使えない場合のみ使うべきです。

それぞれの画像形式の特徴や区別、応用などについては、画像形式の選択 のページを御覧下さい。

また Wikipedia にも情報が載ってます。

ツール群

Inkscape

This is an open source drawing program that supports much of the SVG standard. The project goal is to have complete support for SVG, XML and CSS. Extensions for Inkscape can be written in Python so application developers may be able to make creative use of this in developing educational software.

Flash converter

If you have artwork in Flash format, you can convert it to SVG using this online converter or this tool whose source is available from the Files tab in the documentation.