diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-03-25 03:29:08 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-03-25 03:29:08 +0000 |
commit | eb63173e8bdea4722bdee2b5fa51969d405f75c8 (patch) | |
tree | 67f67bd0d179c18ec3a54d4f8d05576edf9a01eb /www/WebMagick/files/patch-ab | |
parent | Update 1.0.1 -> 1.0.3 (diff) |
add an option to set jpeg imagemaps quality
Notes
Notes:
svn path=/head/; revision=17392
Diffstat (limited to 'www/WebMagick/files/patch-ab')
-rw-r--r-- | www/WebMagick/files/patch-ab | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/www/WebMagick/files/patch-ab b/www/WebMagick/files/patch-ab index 37eb9117be63..9ca322ae434f 100644 --- a/www/WebMagick/files/patch-ab +++ b/www/WebMagick/files/patch-ab @@ -1,5 +1,5 @@ --- webmagickrc.in.orig Sun Dec 20 01:03:42 1998 -+++ webmagickrc.in Sun Feb 21 21:59:18 1999 ++++ webmagickrc.in Thu Mar 25 05:13:47 1999 @@ -41,6 +41,7 @@ # $opt_pageindexname = '.index'; # Base name of secondary index files # $opt_dirindexname = '.dirindex'; # Subdirectory Title cross-reference @@ -8,3 +8,11 @@ # $opt_imgindexname = '.imgindex'; # Image name to label cross-reference file # +@@ -83,6 +84,7 @@ + # $opt_forcemontage = 0; # Force montage (default off) + # $opt_forcegif = 0; # Force GIF imagemaps (default off) + # $opt_forcejpeg = 0; # Force JPEG imagemaps (default off) ++# $opt_jpegquality = 70; # Quality of JPEG imagemaps + # $opt_help = 0; # Display usage message + # $opt_version = 0; # Display version info + # $opt_htmlext = '.html'; # Use .shtml for SSI |