[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: favicon



>>>>> In [emacs-w3m : No.02390] 
>>>>>	TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp> wrote:

土> w3m-type と同様のテクニックで自動判定するようにして頂けるといいなあ、
土> と思います。

(let ((xpm (w3m-imagick-convert-data 
	    (string 0 0 1 0 1 0 2 1 0 0 1 0 24 0 52 0
		    0 0 22 0 0 0 40 0 0 0 2 0 0 0 2 0
		    0 0 1 0 24 0 0 0 0 0 0 0 0 0 0 0
		    0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
		    0 255 255 255 0 0 0 0 0 0)
	    "ico" "xpm")))
  (and xpm
       (string-match "\"2 1 2 1\"" xpm)))

でどうでしょうか。

添付の icon ファイルを xpm に変換して "2 1 2 1" という行が
含まれるかを見るだけですが。
;; 5.2.9 では "1 1 2 1" になっちゃいます。

Attachment: test.ico
Description: image/icon

-- 
有沢 明宏