aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.img
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@vega.ocn.ne.jp>2011-05-04 07:41:45 +0000
committerTatsuya Kinoshita <tats@vega.ocn.ne.jp>2011-05-04 07:41:45 +0000
commit5397d09e585a1938fb64bc9c5cd5daed1959eb90 (patch)
treecd2673d4ca9584c426f9291e54b7bbb508c11e76 /doc/README.img
parentAdding upstream version 0.5.2 (diff)
downloadw3m-upstream/0.5.3.tar.gz
w3m-upstream/0.5.3.zip
Adding upstream version 0.5.3upstream/0.5.3
Diffstat (limited to 'doc/README.img')
-rw-r--r--doc/README.img19
1 files changed, 15 insertions, 4 deletions
diff --git a/doc/README.img b/doc/README.img
index 45eb338..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
@@ -122,6 +123,12 @@ Setting w3mimgdisplay
automatically detected.
The default value for Linux framebuffer device is #000000 (black).
When the color is specified as #RRGGBB, escape '#'.
+ -anim <n>
+ Maximum number of frames for animation. It means without limit
+ if the number is 0. Negative value count backward from the end
+ of the frames. The default value is 100.
+ -margin <n>
+ Margin of an area to clear an image. The default value is 0.
ex.)
w3m -o 'imgdisplay=w3mimgdisplay -x 5 -bg "#cccccc"'
@@ -134,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
@@ -151,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