SVG/lang-ja: Difference between revisions
m (New page: {{Translation |version = 61086 |lang = ja |source = SVG}} {{Ongoing Translation}} {{Translated text| Scalable Vector Graphics (SVG) is a W3C standard for vector artwork or drawings as opp...) |
Paul Richter (talk | contribs) (一部翻訳) |
||
Line 6: | Line 6: | ||
{{Translated text| |
{{Translated text| |
||
Scalable Vector Graphics (SVG) は、ビットマップと対照したベクトル式の画像や作図に対応した W3C 認定の規格です。SVG ドキュメントに描画コマンドの一連がテキスト形式で記述されています。これらのコマンドがブラウザ等の SVG 描画アプリケーションで展開されると、画像が表示されます。コマンドの一連はビットマップに比べると少ないデータの量を費します。また、SVG ファイルはテキスト形式なので、gzip や [[JFFS2]] ファイルシステムによって更に圧縮することもできます (実状、ほとんどの SVG 読み込みプログラムは gzip 圧縮の<tt>.svgz</tt> ファイルを自動的に解凍します。但し、編集プログラムはそうとは限りません。) |
|||
Scalable Vector Graphics (SVG) is a W3C standard for vector artwork or drawings as opposed to bitmap images. An SVG document is a sequence of drawing commands in plain text. When the commands are rendered by a browser or other SVG rendering app, an image will be seen. These sequences of drawing commands take up less space than a bitmap. In addition, the SVG files, being plain text, can be compressed further by tools like gzip or a [[JFFS2]] filesystem (actually most SVG readers will automagically unpack gzip-compressed <tt>.svgz</tt> files though that's not always true for editors). |
|||
OLPC の格納容量は限られているので、OLPC コンテンツの大部分には SVG 画像が使われます。特に教育資料等は図面として表示すれば最も解かりやすいことが多いのです。 |
|||
Since the OLPC has limited storage, SVG imagery will be a major part of the content for the OLPC. Much educational material needs to be displayed in some form of diagram in order to best convey the material to the student. |
|||
OLPC コンテンツの作成者はできる限り SVG を使いましょう。[[JPEG]] や [[PNG]] のビットマップ形式は、SVG が使えない場合のみ使うべきです。 |
|||
Authors of OLPC content should try to use SVG wherever possible. Only use bitmaps such as [[JPEG]] or [[PNG]] where it is not possible to use SVG. |
|||
それぞれの画像形式の特徴や区別、応用などについては、[[choosing image formats|画像形式の選択]] のページを御覧下さい。 |
|||
There is a page on [[choosing image formats]] that will help you to understand the differences and how to know which format will be best for the intended use. |
|||
また [http://ja.wikipedia.org/wiki/SVG Wikipedia] にも情報が載ってます。 |
|||
|display = block}} |
|display = block}} |
||
Revision as of 11:43, 10 April 2008
- This is an on-going translation
Scalable Vector Graphics (SVG) は、ビットマップと対照したベクトル式の画像や作図に対応した W3C 認定の規格です。SVG ドキュメントに描画コマンドの一連がテキスト形式で記述されています。これらのコマンドがブラウザ等の SVG 描画アプリケーションで展開されると、画像が表示されます。コマンドの一連はビットマップに比べると少ないデータの量を費します。また、SVG ファイルはテキスト形式なので、gzip や JFFS2 ファイルシステムによって更に圧縮することもできます (実状、ほとんどの SVG 読み込みプログラムは gzip 圧縮の.svgz ファイルを自動的に解凍します。但し、編集プログラムはそうとは限りません。)
OLPC の格納容量は限られているので、OLPC コンテンツの大部分には SVG 画像が使われます。特に教育資料等は図面として表示すれば最も解かりやすいことが多いのです。
OLPC コンテンツの作成者はできる限り SVG を使いましょう。JPEG や PNG のビットマップ形式は、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.