From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.w3m,gmane.emacs.bugs Subject: [emacs-w3m:11297] 24.0.50; heuristic mask is turned on on gif images willy-nilly Date: Wed, 11 Aug 2010 11:14:34 +0900 Organization: Emacsen advocacy group Message-ID: Reply-To: emacs-w3m@namazu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1281492887 25619 80.91.229.12 (11 Aug 2010 02:14:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 11 Aug 2010 02:14:47 +0000 (UTC) Cc: emacs-w3m@namazu.org To: bug-gnu-emacs@gnu.org Original-X-From: emacs-w3m-admin@namazu.org Wed Aug 11 04:14:46 2010 Return-path: Envelope-to: emacs-w3m@deer.gmane.org Original-Received: from quimby.gnus.org ([80.91.231.51]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Oj0q6-0001Qe-3B for emacs-w3m@deer.gmane.org; Wed, 11 Aug 2010 04:14:46 +0200 Original-Received: from vaj.namazu.org ([202.221.179.42]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1Oj0q5-0006lf-00 for ; Wed, 11 Aug 2010 04:14:45 +0200 Original-Received: from vaj.namazu.org (localhost [127.0.0.1]) by vaj.namazu.org (Postfix) with ESMTP id C3BBC99E9B; Wed, 11 Aug 2010 11:14:43 +0900 (JST) Original-Received: from orlando.hostforweb.net (orlando.hostforweb.net [216.246.45.90]) by vaj.namazu.org (Postfix) with ESMTP id CB81499E93 for ; Wed, 11 Aug 2010 11:14:42 +0900 (JST) Original-Received: from localhost ([127.0.0.1]:56752) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1Oj0px-0007kW-Lr; Tue, 10 Aug 2010 21:14:37 -0500 X-ML-Name: emacs-w3m X-Mail-Count: 11297 X-MLServer: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (anyone can post) X-ML-Info: If you have a question, send e-mail with the body "help" (without quotes) to the address emacs-w3m-ctl@namazu.org; help= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Hashcash: 1:20:100811:bug-gnu-emacs@gnu.org::whxfqlSftHpUsJ0i:00000000000000000000000000000000000000004Oue X-Hashcash: 1:20:100811:emacs-w3m@namazu.org::mmXbTYEa+1kMa6Jc:000000000000000000000000000000000000000005ztb X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( Cancel-Lock: sha1:1jDJXIzqFR5RskXyPyc7ZtT4mqw= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - namazu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Flag: No X-Spam-Probability: 0.000000 Precedence: bulk Original-Lines: 20 List-Id: emacs-w3m.namazu.org List-Software: fml [fml 4.0.3 release (20011202/4.0.3)] List-Post: List-Owner: List-Help: List-Unsubscribe: Xref: news.gmane.org gmane.emacs.w3m:8657 gmane.emacs.bugs:39419 Archived-At: Hi, Some gif images' background will be made transparent. Please try this: emacs -Q -bg black -fg white scholartest2009.gif Where the gif file is: http://mainichi.jp/life/edu/scholartest/etc/image/scholartest2009.gif It is due to `create-animated-image' that puts the heuristic mask property to gif images unconditionally. image-mode uses it. Is it intentional? I hope the `:mask heuristic' element is removed from `create-animated-image'. Emacs-w3m uses `create-animated-image' if it is available, instead of `create-image'. It causes some gif images to be transparent. Regards,