SVG/lang-ja: Difference between revisions
< SVG
Jump to navigation
Jump to search
Paul Richter (talk | contribs) (一部翻訳) |
Paul Richter (talk | contribs) m (rm Ongoing tag) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
|lang = ja |
|lang = ja |
||
|source = SVG}} |
|source = SVG}} |
||
{{Ongoing Translation}} |
|||
{{Translated text| |
{{Translated text| |
||
Line 21: | Line 20: | ||
{{Translated text| |
{{Translated text| |
||
;Inkscape: |
;Inkscape: |
||
これは [http://www.inkscape.org/ オープンソースの絵画プログラム] で、SVG 規格の大部分をサポートしています。プロジェクトの目標は、SVG, XML, CSS の完全サポートです。Inkscape の拡張機能は[[Python]] で書けるので、アプリケーション開発者はこれを使って教育用ソフトウェアが作成できます。 |
|||
This is an [http://www.inkscape.org/ 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 |
;Flash コンバート: |
||
Flash 形式の画像はこの[http://www.eprg.org/~sgp/swf2svg.html オンライン版コンバータ]で SVGに変換できます。 |
|||
If you have artwork in Flash format, you can convert it to SVG using this [http://www.eprg.org/~sgp/swf2svg.html online converter] or [http://www.titan.napier.ac.uk/~05011301/ this tool] whose source is available from the ''Files'' tab in the documentation. |
|||
<!-- link is dead また[http://www.titan.napier.ac.uk/~05011301/ このツール]も、ドキュメンテーションの ''Files''タブで入手可能で、ソースも提供されています。--> |
|||
|display = block}} |
|display = block}} |
||
Latest revision as of 03:56, 11 April 2008
Scalable Vector Graphics (SVG) は、ビットマップと対照したベクトル式の画像や作図に対応した W3C 認定の規格です。SVG ドキュメントに描画コマンドの一連がテキスト形式で記述されています。これらのコマンドがブラウザ等の SVG 描画アプリケーションで展開されると、画像が表示されます。コマンドの一連はビットマップに比べると少ないデータの量を費します。また、SVG ファイルはテキスト形式なので、gzip や JFFS2 ファイルシステムによって更に圧縮することもできます (実状、ほとんどの SVG 読み込みプログラムは gzip 圧縮の.svgz ファイルを自動的に解凍します。但し、編集プログラムはそうとは限りません。)
OLPC の格納容量は限られているので、OLPC コンテンツの大部分には SVG 画像が使われます。特に教育資料等は図面として表示すれば最も解かりやすいことが多いのです。
OLPC コンテンツの作成者はできる限り SVG を使いましょう。JPEG や PNG のビットマップ形式は、SVG が使えない場合のみ使うべきです。
それぞれの画像形式の特徴や区別、応用などについては、画像形式の選択 のページを御覧下さい。
また Wikipedia にも情報が載ってます。
ツール群
- Inkscape
これは オープンソースの絵画プログラム で、SVG 規格の大部分をサポートしています。プロジェクトの目標は、SVG, XML, CSS の完全サポートです。Inkscape の拡張機能はPython で書けるので、アプリケーション開発者はこれを使って教育用ソフトウェアが作成できます。
- Flash コンバート
Flash 形式の画像はこのオンライン版コンバータで SVGに変換できます。