diff options
| author | Glenn Morris | 2012-02-06 19:31:29 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-06 19:31:29 -0800 |
| commit | af008560fea31dff76f6d7df3e386cf2af623a8d (patch) | |
| tree | 2d463d836e43ecbde5ba13f7ed81744134c69911 /doc | |
| parent | 1f0f21c51107e8a2d6e223840018dfdf3dbafee2 (diff) | |
| download | emacs-af008560fea31dff76f6d7df3e386cf2af623a8d.tar.gz emacs-af008560fea31dff76f6d7df3e386cf2af623a8d.zip | |
imagemagick-render-type fixes
* src/image.c (imagemagick-render-type): Change it from a lisp object
to an integer. Move the doc here from the lisp manual.
Treat all values not equal to 0 the same.
* doc/lispref/display.texi (ImageMagick Images):
Move most details of imagemagick-render-type to the variable's doc.
* lisp/cus-start.el (imagemagick-render-type): Add it.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 5de2251c19f..163ab80e8b8 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-02-07 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (ImageMagick Images): | ||
| 4 | Move most details of imagemagick-render-type to the variable's doc. | ||
| 5 | |||
| 1 | 2012-02-06 Glenn Morris <rgm@gnu.org> | 6 | 2012-02-06 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * keymaps.texi (Tool Bar): Mention separators. | 8 | * keymaps.texi (Tool Bar): Mention separators. |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index e97e6c264a3..e1b2f57e507 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -4543,14 +4543,10 @@ loader will be used in practice depends on the priority of the loaders). | |||
| 4543 | For example, if you never want to use the ImageMagick loader to use | 4543 | For example, if you never want to use the ImageMagick loader to use |
| 4544 | JPEG files, add @code{JPG} to this list. | 4544 | JPEG files, add @code{JPG} to this list. |
| 4545 | 4545 | ||
| 4546 | @c Not sure this should even be in the manual at all. | ||
| 4546 | @vindex imagemagick-render-type | 4547 | @vindex imagemagick-render-type |
| 4547 | You can set the variable @code{imagemagick-render-type} to choose | 4548 | If you wish to experiment with the performance of the ImageMagick |
| 4548 | between screen render methods for the ImageMagick loader. The options | 4549 | loader, see the variable @code{imagemagick-render-type}. |
| 4549 | are: @code{0}, a conservative method which works with older | ||
| 4550 | @c FIXME details of this "newer method"? | ||
| 4551 | @c Presumably it is faster but may be less "robust"? | ||
| 4552 | ImageMagick versions (it is a bit slow, but robust); and @code{1}, | ||
| 4553 | a newer ImageMagick method. | ||
| 4554 | 4550 | ||
| 4555 | Images loaded with ImageMagick support a few new display specifications: | 4551 | Images loaded with ImageMagick support a few new display specifications: |
| 4556 | 4552 | ||