emacs-devel
[Top][All Lists]
Advanced

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

Re: Mysterious gzipped images


From: Lars Magne Ingebrigtsen
Subject: Re: Mysterious gzipped images
Date: Wed, 07 Aug 2013 01:38:29 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Andreas Schwab <address@hidden> writes:

>> Emacs doesn't happen to have gunzip built in, by any chance?  >"?
>
> Indirectly.  (libpng links against libz.)

I see.  So we'd have get it "for free" in normal builds.  But we'd have
to add autoconf checks for it anyway, I guess?

I think it would be useful to have built-in libz support in Emacs.  When
fetching lots of small image files (which is quite common), I think that
calling inflate() would be a lot faster than calling the gunzip command
over pipes.  Probably.  Should I go ahead and implement this?

-- 
(domestic pets only, the antidote for overdose, milk.)
  No Gnus T-Shirt for sale: http://ingebrigtsen.no/no.php
  and http://lars.ingebrigtsen.no/2013/08/twenty-years-of-september.html



reply via email to

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