Mercurial > resize-gd
changeset 13:c4834b4f4b54
added backslashes to dashes in manpage
author | meillo@marmaro.de |
---|---|
date | Sat, 14 Jun 2008 19:14:27 +0200 |
parents | 61ca4934fb34 |
children | 6f5c3a02e4d5 |
files | resize-gd.1 |
diffstat | 1 files changed, 11 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/resize-gd.1 Sat Jun 14 19:11:21 2008 +0200 +++ b/resize-gd.1 Sat Jun 14 19:14:27 2008 +0200 @@ -1,12 +1,12 @@ -.TH RESIZE\-GD 1 "resize-gd\-0.1" "2008\-06\-14" "resize-gd" +.TH RESIZE\-GD 1 "resize\-gd\-0.1" "2008\-06\-14" "resize\-gd" .SH NAME -resize-gd \- resizes images using the gd library +resize\-gd \- resizes images using the gd library .SH SYNOPSIS -.B resize-gd <size> PICTURES +.B resize\-gd <size> PICTURES -.B resize-gd <width>x<height> PICTURES +.B resize\-gd <width>x<height> PICTURES .SH DESCRIPTION The program resizes given images to a specific size. The files are modified, so copy the files before if you want to keep the original pictures! @@ -19,8 +19,8 @@ Unsupported files get skipped. .PP This program is meant to be a small(er) alternative to the -.BR mogrify -resize -command of ImageMagick. Mainly because ImageMagick has lots of dependencies, while the GD-Library has less. +.BR mogrify \-resize +command of ImageMagick. Mainly because ImageMagick has lots of dependencies, while the GD\-Library has less. .SH OPTIONS .TP @@ -37,14 +37,14 @@ cp *.jpg *.png thumbs -resize-gd 150 thumbs/* +resize\-gd 150 thumbs/* .PP Make some pictures squared: .IP -cp -r somepics/ somepics-squared +cp \-r somepics/ somepics\-squared -resize-gd 400x400 somepics-squared/* +resize\-gd 400x400 somepics\-squared/* .SH EXIT CODE .TP @@ -65,6 +65,6 @@ .BR ImageMagick (1). .SH AUTHOR -resize-gd and this man page were written by markus schnalke <meillo@marmaro.de> +resize\-gd and this man page were written by markus schnalke <meillo@marmaro.de> .PP -Website: http://prog.marmaro.de/resize-gd +Website: http://prog.marmaro.de/resize\-gd