[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Image resizing and rotation on NS port without imagemagick
From: |
Charles A. Roelli |
Subject: |
Re: Image resizing and rotation on NS port without imagemagick |
Date: |
Wed, 11 Oct 2017 20:27:58 +0200 |
> Date: Sun, 8 Oct 2017 21:38:22 +0100
> From: Alan Third <address@hidden>
>
> It’s always kind of bugged me that I need imagemagick to do image
> resizing when Cocoa and GNUstep support it natively, so I’ve finally
> got round to implementing it.
>
> It seems to work fine. Any comments are welcome.
>
> NOTE: if you have libjpg, libpng, or whatever installed, configure
> includes them and emacs will use them preferentially over the built‐in
> EmacsImage stuff, so you may need to use
>
> --without-png --without-gif --without-jpeg
>
> I imagine there’s a way to switch the default to not use them when
> compiling --with-ns?
> --
> Alan Third>
Neat. Thanks for working on this; it works well on macOS 10.6 too.
Do you know if we could get it to work with librsvg, so that
zooming/rotation could be done on SVGs as well?