]> git.eshelyaron.com Git - emacs.git/commitdiff
* display.texi (Showing Images): Document max-image-size.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 19 Oct 2005 03:55:44 +0000 (03:55 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 19 Oct 2005 03:55:44 +0000 (03:55 +0000)
lispref/ChangeLog
lispref/display.texi

index 36c3fd342de46c23b658176066748aad30b477f4..c2d799cee95051b8357b1ebc910d315d754b0367 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Showing Images): Document max-image-size.
+
 2005-10-17  Richard M. Stallman  <rms@gnu.org>
 
        * commands.texi (Quitting): Minor clarification.
index 4c53428201151fe09018f42587441d495fc4d826..071be35e01c13ed26dd3b541a60aa42ae91304b3 100644 (file)
@@ -4058,6 +4058,21 @@ font).  @var{frame} is the frame on which the image will be displayed.
 Focus}).
 @end defun
 
+@defvar max-image-size
+@tindex max-image-size
+This variable is used to define the maximum size of image that Emacs
+will load.  If its value is a floating point number, that number is
+multiplied by the width and height of the selected frame, in pixels,
+to give the maximum image width and height.  Emacs will refuse to load
+and display any image that is larger than this.
+
+The purpose of this variable is to prevent unreasonably large images
+from accidentally being loaded into Emacs.  It only takes effect the
+first time an image is loaded.  Once an image is placed in the image
+cache, it can always be displayed, even if the value of
+@var{max-image-size} is subsequently changed (@pxref{Image Cache}).
+@end defvar
+
 @node Image Cache
 @subsection Image Cache