aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc-jp/README.img5
-rw-r--r--doc/README.img13
2 files changed, 12 insertions, 6 deletions
diff --git a/doc-jp/README.img b/doc-jp/README.img
index 301b520..d090bae 100644
--- a/doc-jp/README.img
+++ b/doc-jp/README.img
@@ -11,8 +11,8 @@ w3m でインライン画像を表示
機能
- ・X11 上の端末(xterm,kterm,rxvt,...)または Linux の framebuffer 上に
- 画像(GIF,PNG,JPEG 等)を表示します。
+ ・X11 上の端末(xterm,kterm,rxvt,...)、 Linux の framebuffer 上または
+ Windows 端末上に画像(GIF,PNG,JPEG 等)を表示します。
・img タグで指定されたインライン画像を表示できます。
width,height 属性に応じて必要な領域を確保してレンダリングします。
align 属性に対応しています。
@@ -144,6 +144,7 @@ w3mimgdisplay の設定
の適当なキーを連打してください。
・framebuffer 描画関係には、下記 URI のコードを利用しました。
http://www.sainet.or.jp/~yamasaki/download/fb-sample.tar.gz
+ ・Windows では標準コンソール、Cygwin rxvt、PuTTYで動作確認しています。
更新記録
diff --git a/doc/README.img b/doc/README.img
index b572621..0c10114 100644
--- a/doc/README.img
+++ b/doc/README.img
@@ -12,7 +12,8 @@ Introduction
Support
* Display inline image (GIF,PNG,JPEG, etc.) on terminals
- (xterm,rxvt, etc.) of X11 or Linux framebuffer device.
+ (xterm,rxvt, etc.) of X11, Linux framebuffer device or
+ terminals of Windows.
* Support inline image of <img> tag.
Support of attributes "width", "height", and "align".
* Direct display of image file which header is "Content-type: image/*"
@@ -42,7 +43,7 @@ Key functions
keymap C-c STOP_IMAGE
keyamp t SET_OPTION display_image=toggle
-Comandline options
+Commandline options
-ppc <pixel>
# of pixels per character. The default value is automatically
@@ -70,7 +71,7 @@ Option panel
ext_image_viewer
Use external image viewer, when a command VIEW_IMAGE or
view of image file which header is "Content-type: image/*".
- The default is ON. If it is OFF, the image is directly displaied.
+ The default is ON. If it is OFF, the image is directly displayed.
image_scale
Scale of image (%). The default value is 100(%).
imgdisplay
@@ -140,6 +141,10 @@ Notice
Some code in w3mimg/fb/fb.c was originally written by Mr. Yamasaki.
http://www.sainet.or.jp/~yamasaki/download/fb-sample.tar.gz
+ On Windows, we check the behaver on standard console, Cygwin rxvt
+ and PuTTY.
+
+
Change log
2002/02/04
@@ -157,7 +162,7 @@ Change log
2002/01/28 w3m-0.2.4-img-2.0
* Based on w3m-0.2.4+cvs-1.265.
* pixel_per_char and pixel_per_line are automatically detected.
- * The bckground color of terminal is automatically detected.
+ * The background color of terminal is automatically detected.
* The source code to display images is moved to image.c
2002/01/08 w3m-0.2.4-img-1.18