all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Caching an image without displaying it
@ 2013-07-13 12:58 David Engster
  0 siblings, 0 replies; only message in thread
From: David Engster @ 2013-07-13 12:58 UTC (permalink / raw)
  To: emacs-devel

Is it possible to cache a scaled image for later display on a certain
frame?  My problem is that scaling images to a certain width/height
through the imagemagick support is not terribly fast[*], so I'd like to
cache the images beforehand. I know I can cache them by simply
displaying them all successively, but I want to do this invisibly
through an idle timer in the background.

-David

[*] Yes, I tried setting imagemagick-render-type to 1, and it helps a
bit, but I'd really like the display of the images to be pretty much
instantaneous.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-13 12:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-13 12:58 Caching an image without displaying it David Engster

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.