view doc/bins-edit-gui.1 @ 6:3021deef1599

Encoding related fixes * chomp encoding string * reformat else (seems someone hacked it in) * debug print encoding * do not use :utf8 binmode ("re-encode") on written file if the input is _already_ UTF-8
author Peter Gervai <grin@grin.hu>
date Thu, 16 Oct 2008 00:02:14 +0200
parents a84c32f131df
children
line wrap: on
line source

.TH "BINS" "1" 
.SH "NAME" 
bins-edit-gui \(em Set fields in XML picture description files for BINS 
(using a GNOME-based GUI) 
.SH "SYNOPSIS" 
.PP 
\fBbins-edit-gui\fR [\fIfiles\fR \&...]  
.SH "DESCRIPTION" 
.PP 
This manual page documents briefly the 
\fBbins-edit-gui\fR command. 
.PP 
\fBbins-edit-gui\fR sets values in the XML 
picture description files that \fBbins\fR(1) uses 
to generate galleries.  It displays the image (scaled down to 
fit the window) and allows you to fill in the predefined fields 
(or add new ones.)  For command-line editing of the same data, 
see \fBbins_edit\fR(1). 
 
.SH "OPTIONS" 
.PP 
This program follows the usual GNU command line syntax, 
with long options starting with two dashes (`\-').  A summary of 
options is included below. 
.IP "\fIfile\fR" 10 
\fIfile\fR is the 
filename of the image itself. 
.IP "\fB-v\fP" 10 
.IP "\fB\-\-version\fP" 10 
Displays program version. 
.IP "\fB-v\fP" 10 
.IP "\fB\-\-version\fP" 10 
Displays program version. 
.IP "\fB-h\fP" 10 
.IP "\fB\-\-help\fP" 10 
Displays command-line options. 
.IP "\fB\-\-debug\fP" 10 
Enables random developer debugging messages. 
.SH "COMMANDS" 
.IP "C-n \fBNext file\fR" 10 
Save current tags set (if any changes have been made) 
and move on to the next image. 
.IP "M-Page Down \fBForward 10\fR" 10 
Save current tags set (if any changes have been made) 
and skip forward by 10 files. 
.IP "C-p \fBPrevious file\fR" 10 
Save current tags set (if any changes have been made) 
and move back to the previous image. 
.IP "M-Page Up \fBBack 10\fR" 10 
Save current tags set (if any changes have been made) 
and skip backwards by 10 files. 
.IP "M-Home \fBStart of List\fR" 10 
Save current tags set (if any changes have been made) 
and jump to the first file. 
.IP "M-End \fBEnd of List\fR" 10 
Save current tags set (if any changes have been made) 
and jump to the last file. 
.IP "M-a \fBAuto-fill\fR" 10 
Fill in any blank fields with the values from the most 
recently seen image.  Particularly useful for copying a 
location or event across a set of images. 
.IP "\fBRevert\fR" 10 
Reload tags from the XML file, 
wiping unsaved changes. 
.IP "C-s \fBSave\fR" 10 
Save changes, if any. 
.IP "F2 \fBAlbum\fR" 10 
Edit the album this picture is in.  (Under 
construction, but functional.) 
.IP "F3 \fBOpen\fR" 10 
Not yet implemented.  Should provide a file browser later. 
.IP "> \fBRotate Right\fR" 10 
Rotate image to the Right (Clockwise.)  Actually sets 
the \fBOrientation\fP tag with 
\fBpriority\fP 1 so that it overrides the 
corresponding EXIF tag; it does not 
modify the image file itself. 
.IP "\fBCancel rotation\fR" 10 
Cancels any current changes to the rotation tags 
(effectively, this is a "revert" function for the 
rotation, it doesn't to back to the original 
EXIF tags in the 
JPEG file.) 
.IP "< \fBRotate Left\fR" 10 
Rotate image to the Left (Counter Clockwise.)  Actually sets 
the \fBOrientation\fP tag with 
\fBpriority\fP 1 so that it overrides the 
corresponding EXIF tag; it does not 
modify the image file itself. 
.IP "C-q \fBQuit\fR" 10 
Quit program, saving current changes (if any.) 
.IP "\fBAbout\fR" 10 
Display About box. 
.IP "\fBLicense\fR" 10 
Display License box. 
.SH "EXAMPLES" 
.PP 
Edit all the images in a directory: 
 
.PP 
\fBbins-edit-gui $(find bins-picture-dir \-name '*.jpg')\fR 
 
.SH "SEE ALSO" 
.PP 
bins (1), bins_edit (1). 
.SH "AUTHOR" 
.PP 
This manual page was written by Mark W. Eichin eichin@thok.org. 
.\" created by instant / docbook-to-man, Mon 22 Aug 2005, 01:55