Update README.img

This commit is contained in:
Mike
2018-03-22 20:40:03 -06:00
committed by GitHub
parent 3e1499584f
commit 2ad8196f6b

View File

@@ -11,7 +11,7 @@ Introduction
Support Support
* Display inline image (GIF,PNG,JPEG, etc.) on terminals * Display inline images (GIF, PNG, JPEG, etc.) on terminals
(xterm, rxvt, etc.) of X11, Linux framebuffer device or (xterm, rxvt, etc.) of X11, Linux framebuffer device or
terminals of Windows. terminals of Windows.
* Support inline image of <img> tag. * Support inline image of <img> tag.
@@ -66,7 +66,7 @@ Option panel
Automatic loading of inline image. The default is ON. Automatic loading of inline image. The default is ON.
If it is OFF, loading starts with a command DISPLAY_IMAGE. If it is OFF, loading starts with a command DISPLAY_IMAGE.
max_load_image max_load_image
Maximum process for downloading of inline image. The default is 4. Maximum # of processes for downloading inline images. The default is 4.
1 to 8 can be set. 1 to 8 can be set.
ext_image_viewer ext_image_viewer
Use external image viewer, when a command VIEW_IMAGE or Use external image viewer, when a command VIEW_IMAGE or
@@ -75,8 +75,8 @@ Option panel
image_scale image_scale
Scale of image (%). The default value is 100(%). Scale of image (%). The default value is 100(%).
imgdisplay imgdisplay
External command to display image". The default value is "w3mimgdisplay". External command to display image. The default value is "w3mimgdisplay".
See "Setting w3mimgdisplay". See "Setting w3mimgdisplay."
Required programs Required programs
@@ -124,8 +124,8 @@ Setting w3mimgdisplay
The default value for Linux framebuffer device is #000000 (black). The default value for Linux framebuffer device is #000000 (black).
When the color is specified as #RRGGBB, escape '#'. When the color is specified as #RRGGBB, escape '#'.
-anim <n> -anim <n>
Maximum number of frames for animation. It means without limit Maximum number of frames for animation. It will run everything
if the number is 0. Negative value count backward from the end if the number is 0. Negative values count backward from the end
of the frames. The default value is 100. of the frames. The default value is 100.
-margin <n> -margin <n>
Margin of an area to clear an image. The default value is 0. Margin of an area to clear an image. The default value is 0.
@@ -135,13 +135,13 @@ Setting w3mimgdisplay
Notice Notice
If you want to see GIF animation, please hit a suitable key, such If you want to see GIF animation, please hit a suitable key, such
as 'h', 'l', etc., repeatedly, because a frame is rewritten as 'h', 'l', etc., repeatedly, because a new frame is only requested
according to the re-drawing demand from w3m. according to the re-drawing demand from w3m.
Some code in w3mimg/fb/fb.c was originally written by Mr. Yamasaki. Some code in w3mimg/fb/fb.c was originally written by Mr. Yamasaki.
http://www.sainet.or.jp/~yamasaki/download/fb-sample.tar.gz http://www.sainet.or.jp/~yamasaki/download/fb-sample.tar.gz
On Windows, we check the behaver on standard console, Cygwin rxvt On Windows, we check the behavior on standard console, Cygwin rxvt
and PuTTY. and PuTTY.