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

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

[Emacs-bug-tracker] bug#6839: closed (24.0.50; heuristic mask is turned


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6839: closed (24.0.50; heuristic mask is turned on on gif images willy-nilly)
Date: Wed, 18 Aug 2010 07:50:03 +0000

Your message dated Wed, 18 Aug 2010 16:49:53 +0900
with message-id <address@hidden>
and subject line Re: 24.0.50; heuristic mask is turned on on gif images 
willy-nilly
has caused the GNU bug report #6839,
regarding 24.0.50; heuristic mask is turned on on gif images willy-nilly
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6839: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6839
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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,



--- End Message ---
--- Begin Message --- Subject: Re: 24.0.50; heuristic mask is turned on on gif images willy-nilly Date: Wed, 18 Aug 2010 16:49:53 +0900 User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)
Katsumi Yamaoka wrote:
> 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'.

I did it by myself.  Thanks.

> Emacs-w3m uses `create-animated-image' if it is available, instead
> of `create-image'.  It causes some gif images to be transparent.


--- End Message ---

reply via email to

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