[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: imagemagic in image-mode and image-dired-thumbnail-mode?
From: |
Vitalie Spinu |
Subject: |
Re: imagemagic in image-mode and image-dired-thumbnail-mode? |
Date: |
Fri, 19 Jul 2013 00:27:23 +0200 |
User-agent: |
Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) |
>> Lars Magne Ingebrigtsen <address@hidden>
>> on Thu, 18 Jul 2013 10:47:15 +0200 wrote:
> Vitalie Spinu <address@hidden> writes:
>> For `imagemagick', `image-transform' will try to use internal
>> Emacs ImageMagick support. For `convert' use external ImageMagick
>> \"convert\" utility to produce a transformed temporary image
>> file.
> If you want to avoid temporary file management, you can "convert" with
> output to a buffer, and then just call `create-image' on the buffer
> contents.
> It'll be slower, but I haven't measured how much slower.
A big complication with temp files is that you have to track and clean
unused once, and I don't see a clean way of achieving this as yet.
On the other hand, the user might requests several transforms in a
sequence, so you will have to store to the file to pass it further to
'convert' anyhow. It might also better work on remotes as the file is
stored on remote machine.
For batch transforms, like thumbnail creation, it would be much faster
to get it done all at once bypassing emacs altogether. So I would stick
with temp files for time being.
Vitalie
- Re: imagemagic in image-mode and image-dired-thumbnail-mode?, (continued)
- Re: imagemagic in image-mode and image-dired-thumbnail-mode?, Glenn Morris, 2013/07/14
- Re: imagemagic in image-mode and image-dired-thumbnail-mode?, joakim, 2013/07/14
- Re: imagemagic in image-mode and image-dired-thumbnail-mode?, Vitalie Spinu, 2013/07/15
- Re: imagemagic in image-mode and image-dired-thumbnail-mode?, Glenn Morris, 2013/07/16
- Re: imagemagic in image-mode and image-dired-thumbnail-mode?, Stefan Monnier, 2013/07/16
- Re: imagemagic in image-mode and image-dired-thumbnail-mode?, Vitalie Spinu, 2013/07/17
- Re: imagemagic in image-mode and image-dired-thumbnail-mode?, Vitalie Spinu, 2013/07/17
- Re: imagemagic in image-mode and image-dired-thumbnail-mode?, Lars Magne Ingebrigtsen, 2013/07/18
- Re: imagemagic in image-mode and image-dired-thumbnail-mode?,
Vitalie Spinu <=
- Re: imagemagic in image-mode and image-dired-thumbnail-mode?, Stefan Monnier, 2013/07/19
- Re: imagemagic in image-mode and image-dired-thumbnail-mode?, Vitalie Spinu, 2013/07/20
- Re: imagemagic in image-mode and image-dired-thumbnail-mode?, Vitalie Spinu, 2013/07/22
- Re: imagemagic in image-mode and image-dired-thumbnail-mode?, Lars Magne Ingebrigtsen, 2013/07/22
- Re: imagemagic in image-mode and image-dired-thumbnail-mode?, Vitalie Spinu, 2013/07/23
- image-transform.el and image-mode.el rewrite, Vitalie Spinu, 2013/07/18
- Re: image-transform.el and image-mode.el rewrite, Wolfgang Jenkner, 2013/07/19
- Re: image-transform.el and image-mode.el rewrite, Wolfgang Jenkner, 2013/07/19
- Re: image-transform.el and image-mode.el rewrite, Vitalie Spinu, 2013/07/20
- Re: image-transform.el and image-mode.el rewrite, Glenn Morris, 2013/07/22