bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#6839: 24.0.50; heuristic mask is turned on on gif images willy-nilly


From: Katsumi Yamaoka
Subject: bug#6839: 24.0.50; heuristic mask is turned on on gif images willy-nilly
Date: Wed, 11 Aug 2010 11:14:34 +0900
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

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,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]