diff options
| author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-10-16 18:13:42 +0000 | 
|---|---|---|
| committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-10-16 18:13:42 +0000 | 
| commit | 71a6f8baae3d09063040497d0a9257343c04c9a0 (patch) | |
| tree | 04f625548ac713b8c9bd6bd6ab73ec63ec291c5e | |
| parent | [w3m-dev 03341] white space is needed to close an empty-element tag (diff) | |
| download | w3m-71a6f8baae3d09063040497d0a9257343c04c9a0.tar.gz w3m-71a6f8baae3d09063040497d0a9257343c04c9a0.zip | |
[w3m-dev 03342]
* doc/README.img: updated
* doc-jp/README.img: updated
From: Hiroyuki Ito <hito@crl.go.jp>
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | doc-jp/README.img | 81 | ||||
| -rw-r--r-- | doc/README.img | 58 | 
3 files changed, 105 insertions, 42 deletions
| @@ -1,3 +1,9 @@ +2002-10-17  Hiroyuki Ito <hito@crl.go.jp> + +	* [w3m-dev 03342] +	* doc/README.img: updated +	* doc-jp/README.img: updated +  2002-10-17  Daiki Ueno <ueno@unixuser.org>  	* [w3m-dev 03341] white space is needed to close an empty-element tag @@ -3935,4 +3941,4 @@  	* release-0-2-1  	* import w3m-0.2.1 -$Id: ChangeLog,v 1.443 2002/10/16 18:11:15 ukai Exp $ +$Id: ChangeLog,v 1.444 2002/10/16 18:13:42 ukai Exp $ diff --git a/doc-jp/README.img b/doc-jp/README.img index 96de81e..22d1c2e 100644 --- a/doc-jp/README.img +++ b/doc-jp/README.img @@ -1,7 +1,9 @@ -  w3m でインライン画像を表示 -                                                              2002/02/04 -                                                              坂本 浩則 + +                                                         (2002/02/04)  坂本浩則 +                                                        hsaka@mth.biglobe.ne.jp +                                                         (2002/10/16)  伊東宏之 +                                                             ZXB01226@nifty.com  はじめに @@ -9,7 +11,8 @@ w3m でインライン画像を表示  機能 -  ・X11 上の端末(xterm,kterm,rxvt,...)上に画像(GIF,PNG,JPEG 等)を表示します。 +  ・X11 上の端末(xterm,kterm,rxvt,...)または Linux の framebuffer 上に +    画像(GIF,PNG,JPEG 等)を表示します。    ・img タグで指定されたインライン画像を表示できます。      width,height 属性に応じて必要な領域を確保してレンダリングします。      align 属性に対応しています。 @@ -22,6 +25,7 @@ w3m でインライン画像を表示      座標値を <name>.x=<x>&<name>.y=<y> として送ります。    ・非同期に画像を読み込みます。    ・画像をキャッシュできます。 +  ・GdkPixbuf を利用した場合 GIF animation を表示できます。  キー操作 @@ -72,29 +76,37 @@ w3m でインライン画像を表示    imgdisplay        インライン画像を表示するためのコマンド。デフォルトは w3mimgdisplay。        下記の "w3mimgdisplay の設定" を参考にしてオプション設定してください。 -  imgsize -      インライン画像の大きさを得るためのコマンド。デフォルトは w3mimgsize。  必要なもの -  * Imlib-1.9.8以上 (1.9.10 以上推奨) -    ftp://ftp.gnome.org/pub/GNOME/stable/sources/imlib/ -  * libungif-4.1.0b1 以上 -    ftp://prtr-13.ucsc.edu/pub/libungif/ -    http://prtr-13.ucsc.edu/~badger/software/libungif/ - -  以下は Imlib のインストールに必要 -  * libjpeg -    ftp://ftp.uu.net/graphics/jpeg/ -  * libpng -    http://www.libpng.org/pub/png/libpng.html -    http://libpng.sourceforge.net/ -  * libtiff -    http://www.libtiff.org/ -  * zlib-1.1.4 -    http://www.gzip.org/zlib/ -  * netpbm -    http://netpbm.sourceforge.net/ +  ・X11 使用時 +    * GdkPixbuf (0.16 以上推奨) + +    または + +    * Imlib-1.9.8以上 (1.9.10 以上推奨) +      ftp://ftp.gnome.org/pub/GNOME/stable/sources/imlib/ +    * libungif-4.1.0b1 以上 +      ftp://prtr-13.ucsc.edu/pub/libungif/ +      http://prtr-13.ucsc.edu/~badger/software/libungif/ + +    以下は Imlib のインストールに必要 +    * libjpeg +      ftp://ftp.uu.net/graphics/jpeg/ +    * libpng +      http://www.libpng.org/pub/png/libpng.html +      http://libpng.sourceforge.net/ +    * libtiff +      http://www.libtiff.org/ +    * zlib-1.1.4 +      http://www.gzip.org/zlib/ +    * netpbm +      http://netpbm.sourceforge.net/ + +  ・Linux framebuffer 使用時 +    * Linux の 15,16,24,32bpp PACKED-PIXELS TRUE-COLOR/DIRECT-COLOR, +      8bpp PACKED-PIXELS PSEUDO-COLOR framebuffer を利用できる環境 +    * GdkPixbuf (0.16 以上推奨) または Imlib2 (1.0.6 以上推奨)  w3mimgdisplay の設定 @@ -102,20 +114,31 @@ w3mimgdisplay の設定    オプション設定パネルで(または -o オプションで)設定してください。    -x <offset_x> -      端末上に画像を表示する X 方向の原点。デフォルトは 2 ですが、 -      xterm や kterm ではスクロールバーの幅を計算して加えようとします。 -      (正しく出来ないかもしれません。) +      端末上に画像を表示する X 方向の原点。X11 で利用する場合デフォルト +      は 2 ですが、xterm や kterm ではスクロールバーの幅を計算して加え +      ようとします。(正しく出来ないかもしれません。)        Eterm では 5 にすべきかもしれません。 +      Linux framebuffer で利用する場合デフォルトは 0 です。    -y <offset_y> -      端末上に画像を表示する Y 方向の原点。デフォルトは 2。 +      端末上に画像を表示する Y 方向の原点。デフォルトは、X11 では 2、 +      Linux framebuffer では 0。        Eterm では 5 にすべきかもしれません。    -bg <background> -      端末の背景色。デフォルトは自動設定。 +      端末の背景色。デフォルトは、X11 では自動設定、Linux framebuffer  +      では #000000 (黒)。        #RRGGBB で指定する場合は # をエスケープして設定してください。    例)      w3m -o 'imgdisplay=w3mimgdisplay -x 5 -bg "#cccccc"' +その他 +  ・GIF animation は  w3m からの再描画要求に応じてフレームを書き換える +    だけなので勝手に動いてはくれません。絵を動かすためには 'h', 'l' 等 +    の適当なキーを連打してください。 +  ・framebuffer 描画関係には、下記 URI のコードを利用しました。 +    http://www.sainet.or.jp/~yamasaki/download/fb-sample.tar.gz + +  更新記録  2002/02/04 diff --git a/doc/README.img b/doc/README.img index aed8450..1df86f2 100644 --- a/doc/README.img +++ b/doc/README.img @@ -2,6 +2,8 @@  Inline image support of w3m                                                                2002/02/04                                                                H. Sakamoto +                                                              2002/10/16 +                                                              H. Ito  Introduction @@ -10,7 +12,7 @@ Introduction  Support    * Display inline image (GIF,PNG,JPEG, etc.) on terminals -    (xterm,rxvt, etc.) of X11. +    (xterm,rxvt, etc.) of X11 or Linux framebuffer device.    * Support inline image of <img> tag.      Support of attributes "width", "height", and "align".    * Direct display of image file which header is "Content-type: image/*" @@ -22,6 +24,8 @@ Support      "w3m" sends coordinate of the cursor as <name>.x=<x>&<name>.y=<y>.    * Asynchronous loading of image files.    * Using cache of image file as pixmap. +  * Support of GIF animation when use GdkPixbuf. +  Key functions @@ -77,31 +81,61 @@ Option panel  Required programs -  * w3m-0.2.5+cvs-1.287 or later -    http://w3m.sourceforge.net/ -    http://sourceforge.net/projects/w3m/ -    http://prdownloads.sourceforge.net/w3m/ -  * Imlib-1.9.8 (1.9.10 is recommendable.) -    libungif-4.1.0b1 is recommendable. +  for X11 +    * GdkPixbuf-0.16 or later + +    or + +    * w3m-0.2.5+cvs-1.287 or later +      http://w3m.sourceforge.net/ +      http://sourceforge.net/projects/w3m/ +      http://prdownloads.sourceforge.net/w3m/ +    * Imlib-1.9.8 (1.9.10 is recommendable.) +      libungif-4.1.0b1 is recommendable. + +  for Linux framebuffer device +    * GdkPixbuf-0.16 or later + +    or + +    * Imlib2-1.0.6 or later + +    * Framebuffer device(packed pixels with 8 bpp pseudocolor +      and 16/24/32 bpp truecolor/directcolor) +  Setting w3mimgdisplay    "w3mimgdisplay" has the following options. Set options to fit terminal.    -x <offset_x> -      The X origin of display of image on terminal. The default value is 2. +      The X origin of display of image on terminal. The default value +      for X11 is 2.        If the terminal is "xterm", the width of scroll bar is added.        If the terminal is "Eterm", it may be better to specify 5. +      The default value for Linux framebuffer device is 0.    -y <offset_y> -      The Y origin of display of image on terminal. The default value is 2. +      The Y origin of display of image on terminal. The default value +      for X11 is 2.        If the terminal is "Eterm", it may be better to specify 5. +      The default value for Linux framebuffer device is 0.    -bg <background> -      Background color of terminal. The default value is automatically -      detected.  When the color is specified as #RRGGBB, escape '#'. +      Background color of terminal. The default value for X11 is +      automatically detected. +      The default value for Linux framebuffer device is #000000 (black). +      When the color is specified as #RRGGBB, escape '#'.    ex.)      w3m -o 'imgdisplay=w3mimgdisplay -x 5 -bg "#cccccc"' -   + +Notice +    If you want to see GIF animation, please hit a suitable key, such +    as 'h', 'l', etc., repeatedly, because a frame is rewritten +    according to the re-drawing demand from w3m. + +    Some code in w3mimg/fb/fb.c was originally written by Mr. Yamasaki. +    http://www.sainet.or.jp/~yamasaki/download/fb-sample.tar.gz +  Change log  2002/02/04 | 
