diff --git a/doc/adminguide.html b/doc/adminguide.html index ab12e03e..d7006be4 100755 --- a/doc/adminguide.html +++ b/doc/adminguide.html @@ -28,6 +28,7 @@
Note that the variable $remote_host cannot be used inside elogd since the remote host is always the proxy host (anybody knows how to fix that???).
+
+When images are attached to ELOG entries, thumbnails can be created for quick preview.
+This works also for PDF and PostScript files. ELOG forwards any image operation
+to the ImageMagic and GhostScript packages, which must be installed for this
+to work. While these packages are installed on most Linux systems, windows users
+have to download and install these pagages manually. ImageMagick can be obtained
+from www.imagemagick.org and GhostScript
+can be obtained from
+http://pages.cs.wisc.edu/~ghost/. After the installation, it has to be
+made sure that both packages are in the path. This can be checked to open
+a command prompt and typing identify -version. This
+command should return someting like:
+ +
+C:\>identify -version +Version: ImageMagick 6.3.8 01/25/08 Q16 http://www.imagemagick.org +Copyright: Copyright (C) 1999-2008 ImageMagick Studio LLC ++ +When ELOG is started interactively, it checks for the ImageMagick installation +and shows a note if it is found:
+ +
+C:\Program Files\ELOG>elogd +elogd 2.7.2 built Feb 21 2008, 20:00:42 revision 2051 +ImageMagick detected +Indexing logbooks ... done +Server listening on port 8080 ... ++ +If ImageMagick is not installed, the thumbnail functions are simply disabled, +but ELOG can otherwise run normally.
+
ELOG is distributed in binary (executable) form for Windows platforms. It will run happily in
console mode (or "DOS box") under Windows 9x and ME. Under Windows NT and 2000 it is also
diff --git a/doc/config.html b/doc/config.html
index ed145621..e1666807 100755
--- a/doc/config.html
+++ b/doc/config.html
@@ -948,18 +948,22 @@ if the file name starts with a
+
+
"/" (Unix) or
Thumbnail size = <size>
- This option controls the automatic generation of thumbnails for images
- and PDF/Postscript files. To make this working, one has to install
- the ImageMagick package. Make
- sure that the convert -version program is in the
- path when called from the command line. The thumbnail size
+ This option determines the default thumbnail size. To make the
+ automatic generation of thumbnails working, the ImageMagick package
+ has to be installed. Refer to the
+ admin guide for installation instructions. The thumbnail size
size gets passed to the -thumbnail
option of the conversion. A value of 300 converts
all pictures to thumbnails 300 pixels wide. A value of
300> converts all pictures to thumbnails 300
pixels wide if they are larger than 300 pixels initially, and leaves
them untouched if they are smaller. A value of 10%
- converts all pictures to 10% of their original size.
+ converts all pictures to 10% of their original size. If the
+ thumbnail size option is missing, the thumbnails will be created
+ with the original image size, and can then be resized and rotated
+ interactively with the image manipulation buttons:![]()
diff --git a/doc/thumbnail.png b/doc/thumbnail.png
new file mode 100644
index 00000000..7f1ff2d1
Binary files /dev/null and b/doc/thumbnail.png differ