emacs-devel
[Top][All Lists]
Advanced

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

Re: Accessing rendered image data


From: Eli Zaretskii
Subject: Re: Accessing rendered image data
Date: Tue, 28 Jun 2016 20:03:28 +0300

> From: Lars Magne Ingebrigtsen <address@hidden>
> Cc: address@hidden
> Date: Tue, 28 Jun 2016 18:30:45 +0200
> 
> > What data, specifically?  The glyph structure is very large.  In
> > general, it is only accessible from C, but maybe what you want can be
> > had in Lisp.
> 
> All the data from the image glyph, so that I can see what has been
> rendered where...

The actual data of the image is not in the glyph, it's in the image
cache; the glyph just holds the index of the slot in the cache where
the data is stored.

And no, you cannot access that from Lisp.



reply via email to

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