/[emacs]/emacs/lispref/display.texi
ViewVC logotype

Diff of /emacs/lispref/display.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.190 by jurta, Mon Oct 17 06:46:57 2005 UTC revision 1.191 by cyd, Wed Oct 19 03:55:44 2005 UTC
# Line 4058  font).  @var{frame} is the frame on whic Line 4058  font).  @var{frame} is the frame on whic
4058  Focus}).  Focus}).
4059  @end defun  @end defun
4060    
4061    @defvar max-image-size
4062    @tindex max-image-size
4063    This variable is used to define the maximum size of image that Emacs
4064    will load.  If its value is a floating point number, that number is
4065    multiplied by the width and height of the selected frame, in pixels,
4066    to give the maximum image width and height.  Emacs will refuse to load
4067    and display any image that is larger than this.
4068    
4069    The purpose of this variable is to prevent unreasonably large images
4070    from accidentally being loaded into Emacs.  It only takes effect the
4071    first time an image is loaded.  Once an image is placed in the image
4072    cache, it can always be displayed, even if the value of
4073    @var{max-image-size} is subsequently changed (@pxref{Image Cache}).
4074    @end defvar
4075    
4076  @node Image Cache  @node Image Cache
4077  @subsection Image Cache  @subsection Image Cache
4078    

Legend:
Removed from v.1.190  
changed lines
  Added in v.1.191

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26