[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: image scaling
From: |
Juanma Barranquero |
Subject: |
Re: image scaling |
Date: |
Fri, 22 Feb 2008 21:47:59 +0100 |
On Fri, Feb 22, 2008 at 9:38 PM, Chong Yidong <address@hidden> wrote:
> We would thus be using libpng to perform image manipulations, for
> arbitrary images and not just pngs. The trouble is that if libpng is
> not available, all this functionality would disappear (not just for
> pngs, but also for gifs or whatever other images *are* supported). In
> that case, how would we handle this at the Lisp interface level?
Well, what would be the motivation to use the libraries? Because if it
is speed, you can define a list of libraries, sorted by functionality
(speed, or whatever), and if no library is available, you default to
an Emacs-internal implementation...
Juanma
- Re: image scaling, (continued)
- Re: image scaling, Chong Yidong, 2008/02/21
- Re: image scaling, David Kastrup, 2008/02/22
- Re: image scaling, Chong Yidong, 2008/02/22
- Re: image scaling, David Kastrup, 2008/02/22
- Re: image scaling, Chong Yidong, 2008/02/22
- Re: image scaling, David Kastrup, 2008/02/22
- Re: image scaling, Juanma Barranquero, 2008/02/22
- Re: image scaling, Thien-Thi Nguyen, 2008/02/22
- Re: image scaling, Juanma Barranquero, 2008/02/22
- Re: image scaling, Chong Yidong, 2008/02/22
- Re: image scaling,
Juanma Barranquero <=
- Re: image scaling, Miles Bader, 2008/02/22
- Re: image scaling, Richard Stallman, 2008/02/23
- Re: image scaling, Richard Stallman, 2008/02/22
Re: image scaling, Richard Stallman, 2008/02/21