From bf27c97c940632a9bad608bae6ed672ca8e1eb0b Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 28 Apr 2017 08:07:25 +0200 Subject: move & rename manpages --- GNUmakefile | 8 +- exiftran.man | 145 -------------------------- exiftran.man.fr | 153 --------------------------- fbgs.man | 92 ----------------- fbgs.man.fr | 98 ------------------ fbi.man | 289 --------------------------------------------------- fbi.man.fr | 302 ------------------------------------------------------ ida.man | 143 -------------------------- ida.man.fr | 152 --------------------------- man/exiftran.1 | 145 ++++++++++++++++++++++++++ man/fbgs.1 | 92 +++++++++++++++++ man/fbi.1 | 289 +++++++++++++++++++++++++++++++++++++++++++++++++++ man/fr/exiftran.1 | 153 +++++++++++++++++++++++++++ man/fr/fbgs.1 | 98 ++++++++++++++++++ man/fr/fbi.1 | 302 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ man/fr/ida.1 | 152 +++++++++++++++++++++++++++ man/ida.1 | 143 ++++++++++++++++++++++++++ 17 files changed, 1378 insertions(+), 1378 deletions(-) delete mode 100644 exiftran.man delete mode 100644 exiftran.man.fr delete mode 100644 fbgs.man delete mode 100644 fbgs.man.fr delete mode 100644 fbi.man delete mode 100644 fbi.man.fr delete mode 100644 ida.man delete mode 100644 ida.man.fr create mode 100644 man/exiftran.1 create mode 100644 man/fbgs.1 create mode 100644 man/fbi.1 create mode 100644 man/fr/exiftran.1 create mode 100644 man/fr/fbgs.1 create mode 100644 man/fr/fbi.1 create mode 100644 man/fr/ida.1 create mode 100644 man/ida.1 diff --git a/GNUmakefile b/GNUmakefile index 3eb619a..c17ece6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -246,17 +246,17 @@ install: build $(INSTALL_DIR) $(bindir) $(INSTALL_DIR) $(mandir)/man1 $(INSTALL_BINARY) exiftran $(bindir) - $(INSTALL_DATA) $(srcdir)/exiftran.man $(mandir)/man1/exiftran.1 + $(INSTALL_DATA) $(srcdir)/man/exiftran.1 $(mandir)/man1 ifeq ($(HAVE_LINUX_FB_H),yes) $(INSTALL_BINARY) fbi $(bindir) $(INSTALL_SCRIPT) fbgs $(bindir) $(INSTALL_SCRIPT) fbpdf $(bindir) - $(INSTALL_DATA) $(srcdir)/fbi.man $(mandir)/man1/fbi.1 - $(INSTALL_DATA) $(srcdir)/fbgs.man $(mandir)/man1/fbgs.1 + $(INSTALL_DATA) $(srcdir)/man/fbi.1 $(mandir)/man1 + $(INSTALL_DATA) $(srcdir)/man/fbgs.1 $(mandir)/man1 endif ifeq ($(HAVE_MOTIF),yes) $(INSTALL_BINARY) ida $(bindir) - $(INSTALL_DATA) $(srcdir)/ida.man $(mandir)/man1/ida.1 + $(INSTALL_DATA) $(srcdir)/man/ida.1 $(mandir)/man1 $(INSTALL_DIR) $(resdir)/app-defaults $(INSTALL_DATA) $(srcdir)/Ida.ad $(resdir)/app-defaults/Ida endif diff --git a/exiftran.man b/exiftran.man deleted file mode 100644 index c67400f..0000000 --- a/exiftran.man +++ /dev/null @@ -1,145 +0,0 @@ -.TH EXIFTRAN 1 "(c) 2002-2012 Gerd Hoffmann" "EXIFTRAN 2.09" "Transform digital camera jpeg images" -\# -\# -.SH NAME -exiftran - transform digital camera jpeg images -\# -\# -.SH SYNOPSIS -.TP -\fBexiftran\fP [\fIoptions\fP] \fIfile1 file2 ... fileN\fP -.TP -\fBexiftran\fP -i [\fItransform options\fP] [\fIothers options\fP] \fIfile1 file2 ... fileN\fP -.TP -\fBexiftran\fP -o \fIoutputfile\fP [\fItransform options\fP] [\fIother options\fP] \fIinputfile\fP -.TP -\fBexiftran\fP -d \fIfile1 file2 ... fileN\fP > \fIexifinfo\fP -\# -\# -.SH DESCRIPTION -.BR Exiftran -is a command line utility to transform digital camera \fIjpeg\fP images. It can do lossless -rotations like -.BR "jpegtran" "(1)," -but unlike -.BR "jpegtran" "(1)" -it cares about the \fIEXIF\fP data: It can rotate images automatically by -checking the exif orientation tag; it updates the exif informations if needed -(image dimension, orientation); it also rotates the exif thumbnail. It can -process multiple images at once. -\# -\# -.SH "TRANSFORM OPTIONS" -.TP -.B -a -Automatic (using exif orientation tag). -.TP -.B -9 -Rotate by 90 degrees clockwise. -.TP -.B -1 -Rotate by 180 degrees clockwise. -.TP -.B -2 -Rotate by 270 degrees clockwise. -.TP -.B -f -Mirror image vertically (top / bottom). -.TP -.B -F -Mirror image horizontally (left to right). -.TP -.B -t -Transpose (across UL-to-LR corner). -.TP -.B -T -Transverse (across UR-to-LL corner). -.TP -.B -nt -Don't transform exif thumbnail. -.TP -.B -ni -Don't transform jpeg image. You might need this or the \fB-nt\fP option to fixup -things in case you transformed the image with some utility which ignores the -exif thumbnail. Just generating a new thumbnail with \fB-g\fP is another way to -fix it. -.TP -.B -no -Don't update the orientation tag. By default -.BR exiftran -sets the orientation to "1" (no transformation needed) to avoid other exif-aware -applications try to rotate the already-rotated image again. -.TP -.B -np -Don't pare lost edges. By default -.BR exiftran -don't preserve image size of the images that do not meet a -multiple of 8 pixels. He prefers to cut a strip of a few pixels rather than -offering a damaged image. Use this option if you want them all the same. -\# -\# -.SH "OTHER OPTIONS" -.TP -.B -h -Print a short help text. -.TP -.B -d -Dump exif data for the file(s). -.TP -.BI "-c" "\ text" -Set jpeg comment tag to \fItext\fP. -.TP -.B -g -(re)generate exif thumbnail. -.TP -.BI "-o" "\ file" -Specify output \fIfile\fP. Only one input file is allowed in this mode. -.TP -.B -i -Enable in-place editing of the images. -.BR Exiftran -allows multiple input files then. You must specify either this option or a -output file with \fB-o\fP for all operations which modify the image (i.e. -everything but \fB-d\fP right now). -.TP -.B -b -Create a backup file when doing in-place editing (imply \fB-i\fP). -.TP -.B -p -Preserve timestamps (atime + mtime) when doing in-place editing (imply \fB-i\fP). -\# -\# -.SH EXAMPLES -Autorotate all jpeg files in the current directory: -.P -.in +4n - \fIexiftran\ -ai\ *.jpeg\fP -.in -\# -\# -.SH "SEE ALSO" -.BR exif (1), -.BR exiftags (1), -.BR jpegtran (1) -\# -\# -.SH AUTHOR -Gerd Hoffmann -.BR -\# -\# -.SH COPYRIGHT -Copyright (c) 2002-2012 Gerd Hoffmann -.P -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software -Foundation; either version 2 of the License, or (at your option) any later -version. -.P -This program is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A -PARTICULAR PURPOSE. See the GNU General Public License for more details. -.P -You should have received a copy of the GNU General Public License along with -this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. diff --git a/exiftran.man.fr b/exiftran.man.fr deleted file mode 100644 index 523fece..0000000 --- a/exiftran.man.fr +++ /dev/null @@ -1,153 +0,0 @@ -.TH EXIFTRAN 1 "(c) 2002-2012 Gerd Hoffmann" "EXIFTRAN 2.09" "Transformation d'images jpeg d'appareil photo numérique" -\# -\# -.SH NOM -exiftran - transformation d'images jpeg d'appareil photo numérique -\# -\# -.SH SYNOPSIS -.TP -\fBexiftran\fP [\fIoptions\fP] \fIfile1 file2 ... fileN\fP -.TP -\fBexiftran\fP -i [\fItransformation options\fP] [\fIautres options\fP] \fIfile1 file2 ... fileN\fP -.TP -\fBexiftran\fP -o \fIfichiersortie\fP [\fItransformation options\fP] [\fIautres options\fP] \fIfichierentree\fP -.TP -\fBexiftran\fP -d \fIfile1 file2 ... fileN\fP > \fIexifinfo\fP -\# -\# -.SH DESCRIPTION -.BR Exiftran -est un utilitaire en ligne de commande pour transformer des images \fIjpeg\fP -d'appareil photo numérique. Il peut faire des rotations sans perte de données -comme -.BR "jpegtran" "(1)," -mais au contraire de -.BR "jpegtran" "(1)" -il tient compte des données \fIEXIF\fP : il peut pivoter les images -automatiquement en vérifiant la propriété exif d'orientation ; il met à jour -les informations exif si nécessaire (dimension de l'image, orientation) ; il -pivote aussi la miniature exif. Il peut traiter plusieurs images en une seule -opération. -\# -\# -.SH "OPTIONS DE TRANSFORMATION" -.TP -.B -a -Automatique (utilise la propriété d'orientation exif). -.TP -.B -9 -Rotation de 90 degrés dans le sens des aiguilles d'une montre. -.TP -.B -1 -Rotation de 180 degrés dans le sens des aiguilles d'une montre. -.TP -.B -2 -Rotation de 270 degrés dans le sens des aiguilles d'une montre. -.TP -.B -f -Rotation d'axe horizontal (haut / bas). -.TP -.B -F -Rotation d'axe vertical (gauche / droite). -.TP -.B -t -Rotation d'axe oblique (sommets HG et BD). -.TP -.B -T -Rotation d'axe oblique (sommets HD et BG). -.TP -.B -nt -Ne pas transformer la miniature exif. -.TP -.B -ni -Ne pas transformer l'image jpeg. Vous pourriez avoir besoin de ceci ou de -l'option \fB-nt\fP pour faire des corrections dans le cas où vous avez -transformé une image avec des utilitaires qui ignorent la miniature exif. -Mettre à jour la miniature seule avec \fB-g\fP est une autre solution. -.TP -.B -no -Ne pas mettre à jour la propriété d'orientation. Par défaut -.BR exiftran -positionne l'orientation à "1" (aucune transformation nécessaire) pour -empêcher d'autres logiciels de manipulation des données exif d'essayer de -pivoter l'image qui l'est déjà. -.TP -.B -np -Ne pas couper les bordures perdus. Par défaut -.BR exiftran -ne préserve pas la dimension des images qui ne respectent pas un multiple de 8 -pixels. Il préfère couper une bande de quelques pixels plutôt que d'offrir une -image détériorée. Utilisez cette options si vous les voulez tout de même. -\# -\# -.SH "AUTRES OPTIONS" -.TP -.B -h -Afficher un court message d'aide. -.TP -.B -d -Extraire les données exif du ou des fichiers. -.TP -.BI "-c" "\ texte" -Enregistrer un \fItexte\fP dans la propriété commentaire. -.TP -.B -g -Refabriquer la miniature exif. -.TP -.BI "-o" "\ fichier" -Indiquer le \fIfichier\fP de sortie. Ce mode n'autorise qu'un seul fichier en entrée. -.TP -.B -i -Activer la modification directe des images. -.BR Exiftran -accepte plusieurs fichiers en entrée. Vous devez indiquer cette option ou -un fichier de sortie avec \fB-o\fP pour toutes les opérations qui modifient -l'image (c-à-d toutes sauf \fB-d\fP évidemment). -.TP -.B -b -Créer un fichier de sauvegarde lors des modifications directes (implique \fB-i\fP). -.TP -.B -p -Préserver l'horodatage (atime + mtime) lors des modifications directes (implique \fB-i\fP). -\# -\# -.SH EXEMPLES -Rotation automatique de tous les fichiers jpeg du répertoire courant : -.P -.in +4n - \fIexiftran\ -ai\ *.jpeg\fP -.in -\# -\# -.SH "VOIR AUSSI" -.BR exif (1), -.BR exiftags (1), -.BR jpegtran (1) -\# -\# -.SH TRADUCTEUR -Stéphane Aulery -.BR -\# -\# -.SH AUTEUR -Gerd Hoffmann -.BR -\# -\# -.SH COPYRIGHT -Copyright (c) 2002-2012 Gerd Hoffmann -.P -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software -Foundation; either version 2 of the License, or (at your option) any later -version. -.P -This program is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A -PARTICULAR PURPOSE. See the GNU General Public License for more details. -.P -You should have received a copy of the GNU General Public License along with -this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. diff --git a/fbgs.man b/fbgs.man deleted file mode 100644 index 15b22b5..0000000 --- a/fbgs.man +++ /dev/null @@ -1,92 +0,0 @@ -.TH FBGS 1 "(c) 1999\-2012 Gerd Hoffmann" "FBGS 2.09" "PostScript/pdf viewer for the linux framebuffer console" -\# -\# -.SH NAME -fbgs \- Poor man's PostScript/pdf viewer for the linux framebuffer console. -\# -\# -.SH SYNOPSIS -\fBfbgs\fP\ - [\fB\-l\fP|\fB\-xl\fP|\fB\-xxl\fP|\fB\-r\fP \fIn\fP]\ - [\fB\-c\fP]\ - [\fB\-b\fP]\ - [\fB\-p\fP\ \fIpassword\fP]\ - [\fB\--fp\fP\ \fInumber\fP]\ - [\fB\--lp\fP\ \fInumber\fP]\ - [\fIfbi\ options\fP]\ - \fIfile\fP -\# -\# -.SH DESCRIPTION -.BR Fbgs -is a simple wrapper script which takes a \fIPostScript\fP (PS) or \fIPortable -Document Format\fP (PDF) file as input, renders the pages using -.BR gs (1) -\- GhostScript \- into a temporary directory and finally calls -.BR fbi (1) -to display them. -.SH OPTIONS -.BR Fbgs -understands all -.BR fbi (1) -options (they are passed through), except: store, list, text, (no)comments, e, -(no)edit, (no)backup, (no)preserve, (no)readahead, cachemem, blend. -.P -Additionally you can specify: -.TP -.B -h, --help -Print usage info (overwrites fbi option). -.TP -.B -b, --bell -Emit a beep when the document is ready. -.TP -.B -c, --color -To render the pages in color (default is N&B). -.TP -.B -l -To get the pages rendered with 100 dpi (default is 75). -.TP -.B -xl -To get the pages rendered with 120 dpi. -.TP -.B -xxl -To get the pages rendered with 150 dpi. -.TP -.BI "-r" "\ n" ", --resolution" "\ n" -To get the pages rendered with \fIn\fP dpi (overwrites fbi option). -.TP -.BI "-fp" "\ number" ", --firstpage" "\ number" -Begins interpreting on the designated page of the document. -.TP -.BI "-lp" "\ number" ", --lastpage" "\ number" -Stops interpreting after the designated page of the document. -.TP -.BI "-p" "\ password" ", --password" "\ password" -You can use this option if your PDF file requires a \fIpassword\fP. -\# -\# -.SH "SEE ALSO" -.BR fbi (1), -.BR gs (1) -\# -\# -.SH AUTHOR -Gerd Hoffmann -.BR -\# -\# -.SH COPYRIGHT -Copyright (c) 1999-2012 Gerd Hoffmann -.P -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software -Foundation; either version 2 of the License, or (at your option) any later -version. -.P -This program is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A -PARTICULAR PURPOSE. See the GNU General Public License for more details. -.P -You should have received a copy of the GNU General Public License along with -this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. diff --git a/fbgs.man.fr b/fbgs.man.fr deleted file mode 100644 index f95ddb2..0000000 --- a/fbgs.man.fr +++ /dev/null @@ -1,98 +0,0 @@ -.TH FBGS 1 "(c) 1999\-2012 Gerd Hoffmann" "FBGS 2.09" "Visionneuse PostScript/pdf pour la console framebuffer de Linux" -\# -\# -.SH NOM -fbgs \- Visionneuse PostScript/pdf du pauvre pour la console framebuffer de Linux. -\# -\# -.SH SYNOPSIS -\fBfbgs\fP\ - [\fB\-l\fP|\fB\-xl\fP|\fB\-xxl\fP|\fB\-r\fP \fIn\fP]\ - [\fB\-c\fP]\ - [\fB\-b\fP]\ - [\fB\-p\fP\ \fImotdepasse\fP]\ - [\fB\--fp\fP\ \fInuméro\fP]\ - [\fB\--lp\fP\ \fInuméro\fP]\ - [\fIfbi\ options\fP]\ - \fIfichier\fP -\# -\# -.SH DESCRIPTION -.BR Fbgs -est un simple script qui prend un fichier \fIPostScript\fP (PS) ou -\fIPortable Document Format\fP (PDF) en entrée, -rend les pages en utilisant -.BR gs (1) -\- GhostScript \- dans un répertoire temporaire et enfin appelle -.BR fbi (1) -pour les afficher. -.SH OPTIONS -.BR Fbgs -accepte toutes les options de -.BR fbi (1) -(qu'il lui passe), à l'exception de : store, list, text, (no)comments, e, -(no)edit, (no)backup, (no)preserve, (no)readahead, cachemem, blend. -.P -En plus vous pouvez spécifier : -.TP -.B -h, --help -Afficher le résumé des commandes (remplace l'option fbi). -.TP -.B -b, --bell -Émettre un bip lorsque le document est prêt. -.TP -.B -c, --color -Pour rendre les pages en couleur (Noir et blanc par défaut). -.TP -.B -l -Pour rendre les pages avec une résolution de 100 dpi (75 par défaut). -.TP -.B -xl -Pour rendre les pages avec une résolution de 120 dpi. -.TP -.B -xxl -Pour rendre les pages avec une résolution de 150 dpi. -.TP -.BI "-r" "\ n" ", --resolution" "\ n" -Pour rendre les pages avec une résolution de \fIn\fP dpi (remplace l'option fbi). -.TP -.BI "-fp" "\ numéro" ", --firstpage" "\ numéro" -Commencer à interpréter après la page du document désigné par le \fInuméro\fP. -.TP -.BI "-lp" "\ numéro" ", --lastpage" "\ numéro" -Arrêter d'interpréter après la page du document désigné par le \fInuméro\fP. -.TP -.BI "-p" "\ motdepasse" ", --password" "\ motdepasse" -Vous pouvez utiliser cette option si votre fichier PDF nécessite un \fImotdepasse\fP. -\# -\# -.SH "VOIR AUSSI" -.BR fbi (1), -.BR gs (1) -\# -\# -.SH TRADUCTEUR -Stéphane Aulery -.BR -\# -\# -.SH AUTEUR -Gerd Hoffmann -.BR -\# -\# -.SH COPYRIGHT -Copyright (c) 1999-2012 Gerd Hoffmann -.P -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software -Foundation; either version 2 of the License, or (at your option) any later -version. -.P -This program is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A -PARTICULAR PURPOSE. See the GNU General Public License for more details. -.P -You should have received a copy of the GNU General Public License along with -this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. diff --git a/fbi.man b/fbi.man deleted file mode 100644 index 9a67ed8..0000000 --- a/fbi.man +++ /dev/null @@ -1,289 +0,0 @@ -.TH FBI 1 "(c) 1998-2012 Gerd Hoffmann" "FBI 2.09" "Linux framebuffer imageviewer" -\# -\# -.SH NAME -fbi - Linux framebuffer imageviewer -\# -\# -.SH SYNOPSIS -\fBfbi\fP [\fIoptions\fP] \fIfile ...\fP -\# -\# -.SH DESCRIPTION -.BR Fbi -displays the specified file(s) on the linux console using the framebuffer -device. \fIPhotoCD\fP, \fIjpeg\fP, \fIppm\fP, \fIgif\fP, \fItiff\fP, \fIxpm\fP, \fIxwd\fP, -\fIbmp\fP, \fIpng\fP and \fIwebp\fP formats are supported natively. For other -.BR fbi -tries to use -.BR "ImageMagick" "(1)\'s" -.BR "convert" "(1)." -\# -\# -.SH OPTIONS -.TP -.B -h, --help -Print usage info. -.TP -.B -V, --version -Print \fBfbi\fP version number. -.TP -.B --store -Write command line arguments to config file \fI~/.fbirc\fP. -.TP -.BI "-l" "\ file" ", --list" "\ file" -Read image filelist from \fIfile\fP. -.TP -.B -P, --text -Enable textreading mode. In this mode -.BR fbi -will display large images without vertical offset (default is to center the -images). The \fBSPACE\fP command will first try to scroll down and go to the -next image only if it is already on the bottom of the page. Useful if the images -you are watching are text pages, all you have to do to get the next piece of -text is to press space... -.TP -.B -a, --autozoom -Enable autozoom. -.BR Fbi -will automagically pick a reasonable zoom factor when loading a new image. -.TP -.B --(no)autoup -Like autozoom, but scale up only. -.TP -.B --(no)autodown -Like autozoom, but scale down only. -.TP -.B --(no)fitwidth -Use width only for autoscaling. -.TP -.B -v, --(no)verbose -Be verbose: enable status line on the bottom of the screen (enabled by -default). -.TP -.B -u, --(no)random -Randomize the order of the filenames. -.TP -.B --(no)comments -Display comment tags (if present) instead of the filename. Probably only useful -if you added reasonable comments yourself (using -.BR "wrjpgcom" "(1)" -for example), otherwise you likely just find texts pointing to the software -which created the image. -.TP -.B -e, --(no)edit -Enable editing commands. -.TP -.B --(no)backup -Create backup files (when editing images). -.TP -.B -p, --(no)preserve -Preserve timestamps (when editing images). -.TP -.B --(no)readahead -Read ahead images into cache. -.TP -.BI "--cachemem" "\ size" -Image cache \fIsize\fP in megabytes (default is 256). -.TP -.BI "--blend" "\ time" -Image blend \fItime\fP in miliseconds. -.TP -.BI "-T" "\ n" ", --vt" "\ n" -Start on virtual console \fIn\fP. -.TP -.BI "-s" "\ steps" ", --scroll" "\ steps" -Set scroll \fIsteps\fP in pixels (default is 50). -.TP -.BI "-t" "\ sec" ", --timeout" "\ sec" -Start a continuous slideshow where each image is loaded at \fIsec\fP second -intervals without any keypress. -.TP -.B -1, --(no)once -Don't loop (only use with \fB-t\fP). -.TP -.BI "-r" "\ n" ", --resolution" "\ n" -Select resolution, \fIn = 1..5\fP (default is 3, only \fIPhotoCD\fP). -.TP -.BI "-g" "\ n" ", --gamma" "\ n" -Gamma correction. Requires \fIPseudocolor\fP or \fIDirectcolor\fP visual, -doesn't work for \fITruecolor\fP (default is 1). -.TP -.BI "-f" "\ " ", --font" "\ " -Set font. This \fI\fP can be anything fontconfig accepts (see -.BR "fonts\-conf" "(5))." -Try -.BR "fc\-list" "(1)" -for a list of known fonts on your system. The fontconfig config file is -evaluated as well, so any generic stuff defined there (such as mono, sans) will -work as well. It is recommended to use monospaced fonts, the textboxes (help -text, exif info) look better then. -.TP -.BI "-d" "\ /dev/fbN" ", --device" "\ /dev/fbN" -Use \fI/dev/fbN\fP device framebuffer. Default is the one your virtual console -is mapped to. -.TP -.BI "-m" "\ videomode" ", --mode" "\ videomode" -Name of the video mode to use (video mode must be listed in -\fI/etc/fb.modes\fP). Default is not to change the video mode. -.TP -.B --(no)interactive -Allow interactively controlling the program from the keyboard. This requires -that \fIstdin\fP is a TTY. Default is to allow interactive control. -\# -\# -.SH ENVIRONMENT -.BR Fbi -uses the following environment variables: -.TP -.BR FBGAMMA -This variable may be used to specify a default gamma correction. -\# -\# -.SH "COMMAND USAGE" -The commands take effect immediately; it is not necessary to type a carriage -return. -.PP -In the following commands, \fIi\fP is a numerical argument. -.SS Scrolling -.TP -\fBLEFT_ARROW\fP, \fBRIGHT_ARROW\fP, \fBUP_ARROW\fP, \fBDOWN_ARROW\fP -Scroll large images. -.TP -\fBPREV_SCREEN\fP, \fBk\fP -Previous image. -.TP -\fBNEXT_SCREEN\fP, \fBSPACE\fP, \fBj\fP -Next image. -.TP -\fIi\fP\fBg\fP -Jump to image #\fIi\fP. -.TP -\fBRETURN\fP -Write the filename of the current image to -.BR "stdout" "(3)," -then go to the next image. -.P -The \fBRETURN\fP vs. \fBSPACE\fP key thing can be used to create a file list -while reviewing the images and use the list for batch processing later on: -.P -.in +4n -\fIfbi\ file1.gif\ file2.jpg\ file3.jpg >\ fileimagelist.lst\fP -.in -.P -.in +4n -some \fBRETURN\fP and \fBSPACE\fP... -.P -.in +4n -\fIfbi\ -l\ fileimagelist.lst\fP -.in -.SS Zoom -.TP -\fBa\fP -Autozoom. -.TP -\fB+\fP -In. -.TP -\fB-\fP -Out. -.TP -\fIi\fP\fBs\fP -Set zoom to \fIi\fP%. -.SS Other -.TP -\fBESQ\fP, \fBq\fP -Quit. -.TP -\fBv\fP -Toggle status line. -.TP -\fBh\fP -Display textbox with brief help. -.TP -\fBi\fP -Display textbox with some \fIEXIF\fP info. -.TP -\fBp\fP -Pause the slideshow (if started with \fB-t\fP, toggle). -.SS Edit mode -.BR Fbi -also provides some very basic image editing facilities. You have to -start -.BR fbi -with the \fI-e\fP switch to use them. -.TP -\fBD\fP, \fBShift+d\fP -Delete image. -.TP -\fBr\fP -Rotate 90 degrees clockwise. -.TP -\fBl\fP -Rotate 90 degrees counter-clock wise. -.TP -\fBx\fP -Mirror image vertically (top / bottom). -.TP -\fBy\fP -Mirror image horizontally (left to right). -.P -The delete function actually wants a capital letter \fBD\fP, thus you have to type -\fBShift+d\fP. This is done to avoid deleting images by mistake because there -are no safety bells: If you ask -.BR fbi -to delete the image, it will be deleted without questions asked. -.P -The rotate function actually works for \fIJPEG\fP images only. It does a -lossless transformation of the image. -\# -\# -.SH BUGS -.BR Fbi -needs rw access to the framebuffer devices (\fI/dev/fbN\fP), i.e you (our your -admin) have to make sure -.BR fbi -can open the devices in rw mode. The IMHO most elegant way is to use -.BR PAM (7) -to chown the devices to the user logged in on the console. Another way is to -create some group, chown the special files to that group and put the users which -are allowed to use the framebuffer device into the group. You can also make the -special files world writable, but be aware of the security implications this -has. On a private box it might be fine to handle it this way though. -.P -.BR Fbi -also needs access to the linux console (\fI/dev/ttyN\fP) for sane console switch -handling. That is obviously no problem for console logins, but any kind of a -pseudo tty (xterm, ssh, screen, ...) will \fBnot\fP work. -\# -\# -.SH "SEE ALSO" -.BR convert (1), -.BR fbset (1), -.BR fc-list (1), -.BR imagemagick (1), -.BR wrjpgcom (1), -.BR fonts-conf (5), -.BR PAM (7) -\# -\# -.SH AUTHOR -Gerd Hoffmann -.BR -\# -\# -.SH COPYRIGHT -Copyright (c) 1999-2012 Gerd Hoffmann -.P -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software -Foundation; either version 2 of the License, or (at your option) any later -version. -.P -This program is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A -PARTICULAR PURPOSE. See the GNU General Public License for more details. -.P -You should have received a copy of the GNU General Public License along with -this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. diff --git a/fbi.man.fr b/fbi.man.fr deleted file mode 100644 index 15a7f8b..0000000 --- a/fbi.man.fr +++ /dev/null @@ -1,302 +0,0 @@ -.TH FBI 1 "(c) 1999-2012 Gerd Hoffmann" "FBI 2.09" "Visionneuse d'image pour le framebuffer Linux" -\# -\# -.SH NOM -\# -\# -fbi - Visionneuse d'image pour le framebuffer Linux -.SH SYNOPSIS -\fBfbi\fP [\fIoptions\fP] \fIfichier …\fP -\# -\# -.SH DESCRIPTION -.BR Fbi -affiche les fichiers indiqués dans une console linux en utilisant le -framebuffer. Les formats \fIPhotoCD\fP, \fIjpeg\fP, \fIppm\fP, \fIgif\fP, -\fItiff\fP, \fIxpm\fP, \fIxwd\fP, \fIbmp\fP, \fIpng\fP and \fIwebp\fP sont pris en charge -nativement. Pour les autres, -.BR fbi -essaye d'utiliser l'utilitaire -.BR "convert" "(1)" -.BR "" "d'" "ImageMagick" "(1)." -\# -\# -.SH OPTIONS -.TP -.B -h, --help -Afficher le résumé des commandes -.TP -.B -V, --version -Afficher le numéro de version de \fBfbi\fP. -.TP -.B --store -Sauvegader les arguments de la ligne de commande dans le fichier de -configuration \fI~/.fbirc\fP. -.TP -.BI "-l" "\ fichier" ", --list" "\ fichier" -Lit une liste de fichiers image depuis un \fIfichier\fP. -.TP -.B -P, --text -Activer le mode de rendu de texte. Dans ce mode -.BR fbi -affichera les images de grande taille sans marge vertical (par défaut l'image -est centrée). La commande \fBESPACE\fP essayera d'abord de faire défiler -l'écran vers le bas et ira à l'image suivante seulement s'il est déjà en -bas de la page. Très utile pour visualiser des images qui sont des pages de -texte, tout ce dont vous avez besoin pour lire la suite du texte est de presser -espace… -.TP -.B -a, --autozoom -Activer le zoom autommatique. -.BR Fbi -choisira automatiquement le facteur de zoom le plus adapté lors du argement -chd'une nouvelle image. -.TP -.B --(no)autoup -Comme autozoom, mais n'accepte que l'agrandissement. -.TP -.B --(no)autodown -Comme autozoom, mais n'accepte que la réduction. -.TP -.B --(no)fitwidth -Utiliser seulement la largeur pour la mise à l'échelle automatique. -.TP -.B -v, --(no)verbose -Être loquace : activer la barre d'état en bas de l'écran (activé par défaut). -.TP -.B -u, --(no)random -Mélanger l'ordre des noms de fichier. -.TP -.B --(no)comments -Afficher les balises de commentaire (s'il en existe) au lieu du nom de fichier. -Probablement utile si vous avez ajouté des commentaires raisonnables par -vous-même (en utilisant -.BR "wrjpgcom" "(1)" -par exemple), autrement \fIa priori\fP vous verrez seulement les noms des -logiciels qui ont servi à créer l'image. -.TP -.B -e, --(no)edit -Activer les commandes d'édition. -.TP -.B --(no)backup -Créer une sauvegarde des fichiers (lors de la modification des images). -.TP -.B -p, --(no)preserve -Conserver l'horodatage (lors de la modification des images). -.TP -.B --(no)readahead -Mettre en cache les entêtes des images. -.TP -.BI "--cachemem" "\ taille" -\fITaille\fP du cache des images en mégaoctets (256 par défaut) -.TP -.BI "--blend" "\ durée" -\fIDurée\fP de mélange des images en millisecondes. -.TP -.BI "-T" "\ n" ", --vt" "\ n" -Démarrer dans la console virtuelle \fIn\fP. -.TP -.BI "-s" "\ n" ", --scroll" "\ n" -Définir un pas de défilement de \fIn\fP pixels (50 par défaut). -.TP -.BI "-t" "\ n" ", --timeout" "\ n" -Démarre un diaporama perpétuel dont chaque image est chargée avec un -intervalle de \fIn\fP secondes sans presser aucune touche. -.TP -.B -1, --(no)once -Ne pas boucler (utiliser seulement avec \fB-t\fP). -.TP -.BI "-r" "\ n" ", --resolution" "\ n" -Sélectionner la résolution, \fIn = 1..5\fP (3 par défaut, seulement pour \fIPhotoCD\fP). -.TP -.BI "-g" "\ n" ", --gamma" "\ n" -Correction gamma. Nécessite un visuel en \fIPseudocolor\fP ou \fIDirectcolor\fP, -ne fonctionne pas en \fITruecolor\fP (1 par défaut). -.TP -.BI "-f" "\ " ", --font" "\ " -Sélectionner une police. \fI\fP peut prendre n'importe quelle valeur -acceptée par fontconfig (voir -.BR "fonts\-conf" "(5))." -Essayez -.BR "fc\-list" "(1)" -pour obtenir une liste des polices connues du système. Le fichier de -configuration de fontconfig est évalué autant que possible, de sorte que -toutes les définitions génériques (tel que mono, sans) fonctionneront -parfaitement. Il est recommandé d'utiliser des polices à espacement fixe, les -zones de texte (aide, données exif) n'en seront que plus agréables à lire. -.TP -.BI "-d" "\ /dev/fbN" ", --device" "\ /dev/fbN" -Utiliser le framebuffer \fI/dev/fbN\fP. Par défaut, celui sur lequel la console -virtuelle est attachée. -.TP -.BI "-m" "\ videomode" ", --mode" "\ videomode" -Nom du mode vidéo à utiliser (le mode vidéo doit être présent dans -\fI/etc/fb.modes\fP). Par défaut le mode vidéo reste inchangé. -\# -\# -.SH ENVIRONMENT -.BR Fbi -utilise les variables d'environnement suivantes : -.TP -.BR FBGAMMA -Cette variable peut être utilisée pour définir une correction gamma par -défaut. -\# -\# -.SH "USAGE DES COMMANDES" -Les commandes prennent effet immédiatement ; il n'est pas nécessaire de taper -entrée. -.PP -Pour les commandes suivantes, \fIi\fP est un argument numérique. -.SS Défilement -.TP -\fBFLÈCHE_GAUCHE\fP, \fBFLÈCHE_DROITE\fP, \fBFLÈCHE_HAUT\fP, \fBFLÈCHE_BAS\fP -Faire défiler les grandes images. -.TP -\fBÉCRAN_PRÉCÉDENT\fP, \fBk\fP -Image précédente. -.TP -\fBÉCRAN_SUIVANT\fP, \fBSPACE\fP, \fBj\fP -Image suivante. -.TP -\fIi\fP\fBg\fP -Atteindre l'image n°\fIi\fP. -.TP -\fBENTRÉE\fP -Écrire le nom du fichier de l'image courante vers -.BR "stdout" "(3)," -puis aller à l'image suivante. -.P -Les touches \fBENTRÉE\fP et \fBESPACE\fP peuvent être utilisées pour créer -une liste de fichiers pendant la visualisation des images et utiliser plus tard -cette liste pour un traitement par lot : -.P -.in +4n -\fIfbi\ fichier1.gif\ fichier2.jpg\ fichier3.jpg >\ listefichierimage.lst\fP -.in -.P -.in +4n -quelques \fBENTRÉE\fP et \fBESPACE\fP… -.P -.in +4n -\fIfbi\ -l\ listefichierimage.lst\fP -.in -.SS Zoom -.TP -\fBa\fP -Zoom autommatique. -.TP -\fB+\fP -Avant. -.TP -\fB-\fP -Arrière. -.TP -\fIi\fP\fBs\fP -Positionner le facteur de zoom à \fIi\fP%. -.SS Autres -.TP -\fBESQ\fP, \fBq\fP -Quitter. -.TP -\fBv\fP -Basculer l'affichage de la barre d'état. -.TP -\fBh\fP -Afficher une zone de texte contenant un bref message d'aide. -.TP -\fBi\fP -Afficher une zone de texte avec quelques informations \fIEXIF\fP. -.TP -\fBp\fP -Mettre en pause le diaporama (si démarré avec \fB-t\fP, basculer). -.SS Mode Édition -.BR Fbi -offre aussi quelques fonctionnalités très basiques de modification d'image. -Vous devez lancer -.BR fbi -avec l'option \fI-e\fP pour pouvoir les utiliser. -.TP -\fBD\fP, \fBShift+d\fP -Supprimer l'image. -.TP -\fBr\fP -Rotation de 90 degrés dans le sens des aiguilles d'une montre. -.TP -\fBl\fP -Rotation de 90 degrés dans le sens contraire des aiguilles d'une montre. -.TP -\fBx\fP -Rotation d'axe horizontal (haut / bas). -.TP -\fBy\fP -Rotation d'axe vertical (gauche / droite). -.P -La fonction de suppression actuelle nécessite une lettre \fBD\fP en capitale, ainsi -vous devez taper \fBShift+d\fP. Ceci évite de supprimer des images par erreur -en l'absence d'un système d'alerte correcte : Si vous demander à -.BR fbi -de supprimer une image, il la supprimera sans confirmation. -.P -La fonction de rotation actuelle marche pour les images \fIJPEG\fP uniquement. -Elle effectue une transformation sans perte de données de l'image. -\# -\# -.SH BOGUES -.BR Fbi -nécessite un accès en lecture/écriture aux framebuffers (\fI/dev/fbN\fP), -c-à-d que vous devez vous assurer que -.BR fbi -peut ouvrir les périphériques en mode lecture/écriture. À mon humble avis, -la manière la plus élégante consiste à utiliser -.BR PAM (7) -pour affecter la propriété des périphériques à l'utilisateur connecté sur -la console. Une alternative est de créer un groupe, affecter la propriété -des fichiers spéciaux de ce groupe et ajouter les utilisateurs autorisés -à utiliser le framebuffer dans ce groupe. Vous pouvez également rendre -les fichiers spéciaux accessibles en écriture au monde entier, mais soyez -conscient des implications pour la sécurité. Toutefois, sur un ordinateur -personnel, c'est peut-être la meilleure solution. -.P -.BR Fbi -doit également pouvoir accéder à la console linux (\fI/dev/ttyN\fP) pour -manipuler correctement les commutateurs de console. Ce n'est évidemment pas un -problème pour les consoles de connexion, mais il \fBne\fP fonctionnera avec -aucun des pseudo-terminaux (xterm, ssh, screen, …). -\# -\# -.SH "VOIR AUSSI" -.BR convert (1), -.BR fbset (1), -.BR fc-list (1), -.BR imagemagick (1), -.BR wrjpgcom (1), -.BR fonts-conf (5), -.BR PAM (7) -\# -\# -.SH TRADUCTEUR -Stéphane Aulery -.BR -\# -\# -.SH AUTEUR -Gerd Hoffmann -.BR -\# -\# -.SH COPYRIGHT -Copyright (c) 1999-2012 Gerd Hoffmann -.P -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software -Foundation; either version 2 of the License, or (at your option) any later -version. -.P -This program is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A -PARTICULAR PURPOSE. See the GNU General Public License for more details. -.P -You should have received a copy of the GNU General Public License along with -this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. diff --git a/ida.man b/ida.man deleted file mode 100644 index 613a34d..0000000 --- a/ida.man +++ /dev/null @@ -1,143 +0,0 @@ -.TH IDA 1 "(c) 2001-2012 Gerd Hoffmann" "IDA 2.09" "Image viewing and editing program" -\# -\# -.SH NAME -ida - image viewing and editing program -\# -\# -.SH SYNOPSIS -\fBida\fP [\fIoptions\fP] \fIfile ...\fP -\# -\# -.SH DESCRIPTION -.BR Ida -is a small and fast application for viewing images. Some basic editing functions -are available too. -.P -You can specify any number of image files as arguments on the command line. Or -you can read a single image from stdin by specifying "-" as only argument ("\fIxwd -| ida -\fP" works nice for screenshots). -\# -\# -.SH OPTIONS -.BR Ida -understands the usual toolkit options (-geometry + friends). Additional options -are: -.TP -.B -help -print a short help text -.TP -.BI "-pcd" "\ n" -Pick size for PhotoCD images (\fIn = 1 .. 5\fP, default 3). -.TP -.B -debug -Enable debug messages. Also has the side effect that error messages are -displayed on stderr only and \fBnot\fP as message box. -\# -\# -.SH "GETTING STARTED" -.SS Mouse functions -.P -With the left mouse button you can creates and edit a selection rectangle. The -middle button is used to start drag'n'drop operations. The right button brings -up the control window with menus, toolbar and file list. -.SS Keyboard Shortcuts -.P -Many keyboard shortcuts used by -.BR xv -are available in -.BR ida -too. If you are familiar -with -.BR xv -if should be easy for you to get started with -.BR "ida" "." -.P -All available keyboard shortcuts are also listed in the menus of the control -window. The most important ones are listed below: -.TP -\fBSPACE\fP -Next file. -.TP -\fBBACKSPACE\fP -Previous file. -.TP -\fBLEFT_ARROW\fP, \fBRIGHT_ARROW\fP, \fBUP_ARROW\fP, \fBDOWN_ARROW\fP -Scrolling (hold \fBCtrl\fP key for big steps). -.TP -\fB+/-\fP -Zoom in/out. -.TP -\fBq\fP -Quit. -.SS Supported image formats -.TP -.B Read: -\fIBMP\fP (uncompressed), \fIPhotoCD\fP, \fIPPM\fP, \fIXBM\fP, \fIXPM\fP, -\fIXWD\fP, \fIGIF\fP, \fIJPEG\fP, \fIPNG\fP, \fITIFF\fP. The last four are -supported using the usual libraries, i.e. you need to have them installed at -compile time. -.TP -.B Write: -\fIJPEG\fP, \fIPNG\fP, \fIPostScript\fP, \fIPPM\fP, \fITIFF\fP. -.SS Using drag'n'drop -.B Ida -is a motif application and thus supports the motif drag'n'drop protocol in both -directions. The \fBxdnd\fP protocol is supported too, but only in one direction -(receive drops). -.P -.BR Ida -uses the middle mouse button to start a drag'n'drop operation (as the motif -style guide suggests). This works for the main window and the file buttons -within the file browser. -.P -.B Motif applications -should have absolutely no problems to deal with -.BR "ida" "'s" -drag'n'drop support. You can drop images into some netscape 4.x window -- it -imply works. Mozilla accepts motif drops too. -.P -Interoperation with -.B gnome / gtk -is good. I can drag files from -.BR ida -to -.BR eeyes -and visa versa without problems. File drops from -.BR gmc -into -.BR ida -work just fine too. -.P -Interoperation with -.B KDE -is bad. cut+paste works most of the time, drag'n'drop often doesn't. The X11 -selection handling of the Qt toolkit has a few design bugs and sucks. Basically -the troll guys didn't understand what the TARGETS target is good for and violate -the ICCCM specs by ignoring it. -\# -\# -.SH "SEE ALSO" -.BR xwd (1) -\# -\# -.SH AUTHOR -Gerd Hoffmann -.BR -\# -\# -.SH COPYRIGHT -Copyright (c) 2002-2012 Gerd Hoffmann -.P -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software -Foundation; either version 2 of the License, or (at your option) any later -version. -.P -This program is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A -PARTICULAR PURPOSE. See the GNU General Public License for more details. -.P -You should have received a copy of the GNU General Public License along with -this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. diff --git a/ida.man.fr b/ida.man.fr deleted file mode 100644 index 55c5526..0000000 --- a/ida.man.fr +++ /dev/null @@ -1,152 +0,0 @@ -.TH IDA 1 "(c) 2001-2012 Gerd Hoffmann" "IDA 2.09" "Programme de visualisation et de modification d'image" -\# -\# -.SH NOM -ida - programme de visualisation et de modification d'image -\# -\# -.SH SYNOPSIS -\fBida\fP [\fIoptions\fP] \fIfichier …\fP -\# -\# -.SH DESCRIPTION -.BR Ida -est une application petit et rapide pour visualiser des images. Quelques -fonctions rudimentaires d'édition sont aussi disponibles. -.P -Vous pouvez spécifier un nombre quelconque de fichiers image en argument sur la -ligne de commande. Ou vous pouvez lire un unique fichier image depuis l'entrée -standard en spécifiant "-" comme seul argument ("\fIxwd | ida -\fP" fonctionne -bien pour les copies d'écran). -\# -\# -.SH OPTIONS -.BR Ida -comprend les options habituelles (-geometry et autres). Les options -supplémentaires sont : -.TP -.B -help -Afficher un court message d'aide. -.TP -.BI "-pcd" "\ n" -Définir la taille pour les images PhotoCD (\fIn = 1 .. 5\fP, par défaut 3). -.TP -.B -debug -Activer les messages d'erreur. Avec pour effet indésirable d'afficher les -messages d'erreur seulement sur la sortie d'erreur standard et \fBnon\fP dans -une boîte de dialogue. -\# -\# -.SH "POUR DÉMARRER" -.SS Fonctions de la souris -.P -Avec le bouton gauche de la souris vous pouvez créer et modifier un rectangle -de sélection Le bouton du milieu est utilisé pour démarrer les opérations de -glisser-déposer. Le bouton droit fait apparaître la fenêtre de contrôle avec -les menus, la barre d'outils et la liste de fichier. -.SS Racourcis clavier -.P -De nombreux racourcis clavier utilisés par -.BR xv -sont aussi disponibles dans -.BR "ida" "." -Si vous êtes familier avec -.BR xv -il devrait être facile pour vous de démarrer avec -.BR "ida" "." -.P -Tous les racourcis clavier disponibles sont aussi listés dans les menus de la -fanêtre de contrôle. Les plus importants sont listés ci-dessous : -.TP -\fBESPACE\fP -Fichier suivant. -.TP -\fBRETOUR_ARRIÈRE\fP -Fichier précédent. -.TP -\fBFLÉCHE_GAUCHE\fP, \fBFLÉCHE_DROITE\fP, \fBFLÉCHE_HAUT\fP, \fBFLÉCHE_BAS\fP -Défilement (maintenir enfoncée la touche \fBCtrl\fP pour un grand pas). -.TP -\fB+/-\fP -Zoomer en avant / arrière. -.TP -\fBq\fP -Quitter. -.SS Formats d'image pris en charge -.TP -.B Lecture: -\fIBMP\fP (sans compression), \fIPhotoCD\fP, \fIPPM\fP, \fIXBM\fP, \fIXPM\fP, -\fIXWD\fP, \fIGIF\fP, \fIJPEG\fP, \fIPNG\fP, \fITIFF\fP. Les quatre derniers -sont pris en charge en utilisant les bibliothèques courantes, c-à-d que vous -devez les avoir installées au moment de la compilation. -.TP -.B Écriture: -\fIJPEG\fP, \fIPNG\fP, \fIPostScript\fP, \fIPPM\fP, \fITIFF\fP. -.SS Utilisation du glisser-déposer -.B Ida -est une application motif et elle prend donc en charge le protocole de -glisser-déposer de motif dans les deux directions. Le protocole \fBxdnd\fP est -aussi pris en charge, mais seulement dans une direction (reception du déposer). -.P -.BR Ida -utilise le bouton du milieu de la souris pour démarrer une opération de -glisser-déposer (tel que le guide de motif le suggère). Ceci fonctionne pour -la fenêtre principale et les boutons de l'écran de l'explorateur de fichier. -.P -Les -.B applications Motif -ne devraient avoir aucune difficulté à dialoguer avec le glisser-déposer -.BR "" "d'" "ida" "." -Votre pouvez déposer des images dans une fenêtre netscape 4.x -- Ceci implique -un certain travail. Mozilla accepte aussi les glisser-déposer. -.P -L'interopérabilité avec -.B gnome / gtk -est bonne. Je peux déplacer des fichiers -.BR "" "d'" "ida" -vers -.BR eeyes -et vice versa sans problème. Les déplacement depuis -.BR gmc -vers -.BR ida -fonctionnent aussi très bien. -.P -L'interopérabilité avec -.B KDE -est mauvaise. Le copier-coller marche la plupart du temps, mais pas souvent le -glisser-déposer. La fonction de sélection X11 du Qt toolkit a une conception -légérement boguée et peu économe. Fondamentalement, les trolleurs ne -comprennent pas le but de la cible TARGETS et violent les spécifications ICCCM -en l'ignorant. -\# -\# -.SH "VOIR AUSSI" -.BR xwd (1) -\# -\# -.SH TRADUCTEUR -Stéphane Aulery -.BR -\# -\# -.SH AUTEUR -Gerd Hoffmann -.BR -\# -\# -.SH COPYRIGHT -Copyright (c) 2002-2012 Gerd Hoffmann -.P -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software -Foundation; either version 2 of the License, or (at your option) any later -version. -.P -This program is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A -PARTICULAR PURPOSE. See the GNU General Public License for more details. -.P -You should have received a copy of the GNU General Public License along with -this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. diff --git a/man/exiftran.1 b/man/exiftran.1 new file mode 100644 index 0000000..c67400f --- /dev/null +++ b/man/exiftran.1 @@ -0,0 +1,145 @@ +.TH EXIFTRAN 1 "(c) 2002-2012 Gerd Hoffmann" "EXIFTRAN 2.09" "Transform digital camera jpeg images" +\# +\# +.SH NAME +exiftran - transform digital camera jpeg images +\# +\# +.SH SYNOPSIS +.TP +\fBexiftran\fP [\fIoptions\fP] \fIfile1 file2 ... fileN\fP +.TP +\fBexiftran\fP -i [\fItransform options\fP] [\fIothers options\fP] \fIfile1 file2 ... fileN\fP +.TP +\fBexiftran\fP -o \fIoutputfile\fP [\fItransform options\fP] [\fIother options\fP] \fIinputfile\fP +.TP +\fBexiftran\fP -d \fIfile1 file2 ... fileN\fP > \fIexifinfo\fP +\# +\# +.SH DESCRIPTION +.BR Exiftran +is a command line utility to transform digital camera \fIjpeg\fP images. It can do lossless +rotations like +.BR "jpegtran" "(1)," +but unlike +.BR "jpegtran" "(1)" +it cares about the \fIEXIF\fP data: It can rotate images automatically by +checking the exif orientation tag; it updates the exif informations if needed +(image dimension, orientation); it also rotates the exif thumbnail. It can +process multiple images at once. +\# +\# +.SH "TRANSFORM OPTIONS" +.TP +.B -a +Automatic (using exif orientation tag). +.TP +.B -9 +Rotate by 90 degrees clockwise. +.TP +.B -1 +Rotate by 180 degrees clockwise. +.TP +.B -2 +Rotate by 270 degrees clockwise. +.TP +.B -f +Mirror image vertically (top / bottom). +.TP +.B -F +Mirror image horizontally (left to right). +.TP +.B -t +Transpose (across UL-to-LR corner). +.TP +.B -T +Transverse (across UR-to-LL corner). +.TP +.B -nt +Don't transform exif thumbnail. +.TP +.B -ni +Don't transform jpeg image. You might need this or the \fB-nt\fP option to fixup +things in case you transformed the image with some utility which ignores the +exif thumbnail. Just generating a new thumbnail with \fB-g\fP is another way to +fix it. +.TP +.B -no +Don't update the orientation tag. By default +.BR exiftran +sets the orientation to "1" (no transformation needed) to avoid other exif-aware +applications try to rotate the already-rotated image again. +.TP +.B -np +Don't pare lost edges. By default +.BR exiftran +don't preserve image size of the images that do not meet a +multiple of 8 pixels. He prefers to cut a strip of a few pixels rather than +offering a damaged image. Use this option if you want them all the same. +\# +\# +.SH "OTHER OPTIONS" +.TP +.B -h +Print a short help text. +.TP +.B -d +Dump exif data for the file(s). +.TP +.BI "-c" "\ text" +Set jpeg comment tag to \fItext\fP. +.TP +.B -g +(re)generate exif thumbnail. +.TP +.BI "-o" "\ file" +Specify output \fIfile\fP. Only one input file is allowed in this mode. +.TP +.B -i +Enable in-place editing of the images. +.BR Exiftran +allows multiple input files then. You must specify either this option or a +output file with \fB-o\fP for all operations which modify the image (i.e. +everything but \fB-d\fP right now). +.TP +.B -b +Create a backup file when doing in-place editing (imply \fB-i\fP). +.TP +.B -p +Preserve timestamps (atime + mtime) when doing in-place editing (imply \fB-i\fP). +\# +\# +.SH EXAMPLES +Autorotate all jpeg files in the current directory: +.P +.in +4n + \fIexiftran\ -ai\ *.jpeg\fP +.in +\# +\# +.SH "SEE ALSO" +.BR exif (1), +.BR exiftags (1), +.BR jpegtran (1) +\# +\# +.SH AUTHOR +Gerd Hoffmann +.BR +\# +\# +.SH COPYRIGHT +Copyright (c) 2002-2012 Gerd Hoffmann +.P +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation; either version 2 of the License, or (at your option) any later +version. +.P +This program is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the GNU General Public License for more details. +.P +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, +Cambridge, MA 02139, USA. diff --git a/man/fbgs.1 b/man/fbgs.1 new file mode 100644 index 0000000..15b22b5 --- /dev/null +++ b/man/fbgs.1 @@ -0,0 +1,92 @@ +.TH FBGS 1 "(c) 1999\-2012 Gerd Hoffmann" "FBGS 2.09" "PostScript/pdf viewer for the linux framebuffer console" +\# +\# +.SH NAME +fbgs \- Poor man's PostScript/pdf viewer for the linux framebuffer console. +\# +\# +.SH SYNOPSIS +\fBfbgs\fP\ + [\fB\-l\fP|\fB\-xl\fP|\fB\-xxl\fP|\fB\-r\fP \fIn\fP]\ + [\fB\-c\fP]\ + [\fB\-b\fP]\ + [\fB\-p\fP\ \fIpassword\fP]\ + [\fB\--fp\fP\ \fInumber\fP]\ + [\fB\--lp\fP\ \fInumber\fP]\ + [\fIfbi\ options\fP]\ + \fIfile\fP +\# +\# +.SH DESCRIPTION +.BR Fbgs +is a simple wrapper script which takes a \fIPostScript\fP (PS) or \fIPortable +Document Format\fP (PDF) file as input, renders the pages using +.BR gs (1) +\- GhostScript \- into a temporary directory and finally calls +.BR fbi (1) +to display them. +.SH OPTIONS +.BR Fbgs +understands all +.BR fbi (1) +options (they are passed through), except: store, list, text, (no)comments, e, +(no)edit, (no)backup, (no)preserve, (no)readahead, cachemem, blend. +.P +Additionally you can specify: +.TP +.B -h, --help +Print usage info (overwrites fbi option). +.TP +.B -b, --bell +Emit a beep when the document is ready. +.TP +.B -c, --color +To render the pages in color (default is N&B). +.TP +.B -l +To get the pages rendered with 100 dpi (default is 75). +.TP +.B -xl +To get the pages rendered with 120 dpi. +.TP +.B -xxl +To get the pages rendered with 150 dpi. +.TP +.BI "-r" "\ n" ", --resolution" "\ n" +To get the pages rendered with \fIn\fP dpi (overwrites fbi option). +.TP +.BI "-fp" "\ number" ", --firstpage" "\ number" +Begins interpreting on the designated page of the document. +.TP +.BI "-lp" "\ number" ", --lastpage" "\ number" +Stops interpreting after the designated page of the document. +.TP +.BI "-p" "\ password" ", --password" "\ password" +You can use this option if your PDF file requires a \fIpassword\fP. +\# +\# +.SH "SEE ALSO" +.BR fbi (1), +.BR gs (1) +\# +\# +.SH AUTHOR +Gerd Hoffmann +.BR +\# +\# +.SH COPYRIGHT +Copyright (c) 1999-2012 Gerd Hoffmann +.P +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation; either version 2 of the License, or (at your option) any later +version. +.P +This program is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the GNU General Public License for more details. +.P +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, +Cambridge, MA 02139, USA. diff --git a/man/fbi.1 b/man/fbi.1 new file mode 100644 index 0000000..9a67ed8 --- /dev/null +++ b/man/fbi.1 @@ -0,0 +1,289 @@ +.TH FBI 1 "(c) 1998-2012 Gerd Hoffmann" "FBI 2.09" "Linux framebuffer imageviewer" +\# +\# +.SH NAME +fbi - Linux framebuffer imageviewer +\# +\# +.SH SYNOPSIS +\fBfbi\fP [\fIoptions\fP] \fIfile ...\fP +\# +\# +.SH DESCRIPTION +.BR Fbi +displays the specified file(s) on the linux console using the framebuffer +device. \fIPhotoCD\fP, \fIjpeg\fP, \fIppm\fP, \fIgif\fP, \fItiff\fP, \fIxpm\fP, \fIxwd\fP, +\fIbmp\fP, \fIpng\fP and \fIwebp\fP formats are supported natively. For other +.BR fbi +tries to use +.BR "ImageMagick" "(1)\'s" +.BR "convert" "(1)." +\# +\# +.SH OPTIONS +.TP +.B -h, --help +Print usage info. +.TP +.B -V, --version +Print \fBfbi\fP version number. +.TP +.B --store +Write command line arguments to config file \fI~/.fbirc\fP. +.TP +.BI "-l" "\ file" ", --list" "\ file" +Read image filelist from \fIfile\fP. +.TP +.B -P, --text +Enable textreading mode. In this mode +.BR fbi +will display large images without vertical offset (default is to center the +images). The \fBSPACE\fP command will first try to scroll down and go to the +next image only if it is already on the bottom of the page. Useful if the images +you are watching are text pages, all you have to do to get the next piece of +text is to press space... +.TP +.B -a, --autozoom +Enable autozoom. +.BR Fbi +will automagically pick a reasonable zoom factor when loading a new image. +.TP +.B --(no)autoup +Like autozoom, but scale up only. +.TP +.B --(no)autodown +Like autozoom, but scale down only. +.TP +.B --(no)fitwidth +Use width only for autoscaling. +.TP +.B -v, --(no)verbose +Be verbose: enable status line on the bottom of the screen (enabled by +default). +.TP +.B -u, --(no)random +Randomize the order of the filenames. +.TP +.B --(no)comments +Display comment tags (if present) instead of the filename. Probably only useful +if you added reasonable comments yourself (using +.BR "wrjpgcom" "(1)" +for example), otherwise you likely just find texts pointing to the software +which created the image. +.TP +.B -e, --(no)edit +Enable editing commands. +.TP +.B --(no)backup +Create backup files (when editing images). +.TP +.B -p, --(no)preserve +Preserve timestamps (when editing images). +.TP +.B --(no)readahead +Read ahead images into cache. +.TP +.BI "--cachemem" "\ size" +Image cache \fIsize\fP in megabytes (default is 256). +.TP +.BI "--blend" "\ time" +Image blend \fItime\fP in miliseconds. +.TP +.BI "-T" "\ n" ", --vt" "\ n" +Start on virtual console \fIn\fP. +.TP +.BI "-s" "\ steps" ", --scroll" "\ steps" +Set scroll \fIsteps\fP in pixels (default is 50). +.TP +.BI "-t" "\ sec" ", --timeout" "\ sec" +Start a continuous slideshow where each image is loaded at \fIsec\fP second +intervals without any keypress. +.TP +.B -1, --(no)once +Don't loop (only use with \fB-t\fP). +.TP +.BI "-r" "\ n" ", --resolution" "\ n" +Select resolution, \fIn = 1..5\fP (default is 3, only \fIPhotoCD\fP). +.TP +.BI "-g" "\ n" ", --gamma" "\ n" +Gamma correction. Requires \fIPseudocolor\fP or \fIDirectcolor\fP visual, +doesn't work for \fITruecolor\fP (default is 1). +.TP +.BI "-f" "\ " ", --font" "\ " +Set font. This \fI\fP can be anything fontconfig accepts (see +.BR "fonts\-conf" "(5))." +Try +.BR "fc\-list" "(1)" +for a list of known fonts on your system. The fontconfig config file is +evaluated as well, so any generic stuff defined there (such as mono, sans) will +work as well. It is recommended to use monospaced fonts, the textboxes (help +text, exif info) look better then. +.TP +.BI "-d" "\ /dev/fbN" ", --device" "\ /dev/fbN" +Use \fI/dev/fbN\fP device framebuffer. Default is the one your virtual console +is mapped to. +.TP +.BI "-m" "\ videomode" ", --mode" "\ videomode" +Name of the video mode to use (video mode must be listed in +\fI/etc/fb.modes\fP). Default is not to change the video mode. +.TP +.B --(no)interactive +Allow interactively controlling the program from the keyboard. This requires +that \fIstdin\fP is a TTY. Default is to allow interactive control. +\# +\# +.SH ENVIRONMENT +.BR Fbi +uses the following environment variables: +.TP +.BR FBGAMMA +This variable may be used to specify a default gamma correction. +\# +\# +.SH "COMMAND USAGE" +The commands take effect immediately; it is not necessary to type a carriage +return. +.PP +In the following commands, \fIi\fP is a numerical argument. +.SS Scrolling +.TP +\fBLEFT_ARROW\fP, \fBRIGHT_ARROW\fP, \fBUP_ARROW\fP, \fBDOWN_ARROW\fP +Scroll large images. +.TP +\fBPREV_SCREEN\fP, \fBk\fP +Previous image. +.TP +\fBNEXT_SCREEN\fP, \fBSPACE\fP, \fBj\fP +Next image. +.TP +\fIi\fP\fBg\fP +Jump to image #\fIi\fP. +.TP +\fBRETURN\fP +Write the filename of the current image to +.BR "stdout" "(3)," +then go to the next image. +.P +The \fBRETURN\fP vs. \fBSPACE\fP key thing can be used to create a file list +while reviewing the images and use the list for batch processing later on: +.P +.in +4n +\fIfbi\ file1.gif\ file2.jpg\ file3.jpg >\ fileimagelist.lst\fP +.in +.P +.in +4n +some \fBRETURN\fP and \fBSPACE\fP... +.P +.in +4n +\fIfbi\ -l\ fileimagelist.lst\fP +.in +.SS Zoom +.TP +\fBa\fP +Autozoom. +.TP +\fB+\fP +In. +.TP +\fB-\fP +Out. +.TP +\fIi\fP\fBs\fP +Set zoom to \fIi\fP%. +.SS Other +.TP +\fBESQ\fP, \fBq\fP +Quit. +.TP +\fBv\fP +Toggle status line. +.TP +\fBh\fP +Display textbox with brief help. +.TP +\fBi\fP +Display textbox with some \fIEXIF\fP info. +.TP +\fBp\fP +Pause the slideshow (if started with \fB-t\fP, toggle). +.SS Edit mode +.BR Fbi +also provides some very basic image editing facilities. You have to +start +.BR fbi +with the \fI-e\fP switch to use them. +.TP +\fBD\fP, \fBShift+d\fP +Delete image. +.TP +\fBr\fP +Rotate 90 degrees clockwise. +.TP +\fBl\fP +Rotate 90 degrees counter-clock wise. +.TP +\fBx\fP +Mirror image vertically (top / bottom). +.TP +\fBy\fP +Mirror image horizontally (left to right). +.P +The delete function actually wants a capital letter \fBD\fP, thus you have to type +\fBShift+d\fP. This is done to avoid deleting images by mistake because there +are no safety bells: If you ask +.BR fbi +to delete the image, it will be deleted without questions asked. +.P +The rotate function actually works for \fIJPEG\fP images only. It does a +lossless transformation of the image. +\# +\# +.SH BUGS +.BR Fbi +needs rw access to the framebuffer devices (\fI/dev/fbN\fP), i.e you (our your +admin) have to make sure +.BR fbi +can open the devices in rw mode. The IMHO most elegant way is to use +.BR PAM (7) +to chown the devices to the user logged in on the console. Another way is to +create some group, chown the special files to that group and put the users which +are allowed to use the framebuffer device into the group. You can also make the +special files world writable, but be aware of the security implications this +has. On a private box it might be fine to handle it this way though. +.P +.BR Fbi +also needs access to the linux console (\fI/dev/ttyN\fP) for sane console switch +handling. That is obviously no problem for console logins, but any kind of a +pseudo tty (xterm, ssh, screen, ...) will \fBnot\fP work. +\# +\# +.SH "SEE ALSO" +.BR convert (1), +.BR fbset (1), +.BR fc-list (1), +.BR imagemagick (1), +.BR wrjpgcom (1), +.BR fonts-conf (5), +.BR PAM (7) +\# +\# +.SH AUTHOR +Gerd Hoffmann +.BR +\# +\# +.SH COPYRIGHT +Copyright (c) 1999-2012 Gerd Hoffmann +.P +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation; either version 2 of the License, or (at your option) any later +version. +.P +This program is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the GNU General Public License for more details. +.P +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, +Cambridge, MA 02139, USA. diff --git a/man/fr/exiftran.1 b/man/fr/exiftran.1 new file mode 100644 index 0000000..523fece --- /dev/null +++ b/man/fr/exiftran.1 @@ -0,0 +1,153 @@ +.TH EXIFTRAN 1 "(c) 2002-2012 Gerd Hoffmann" "EXIFTRAN 2.09" "Transformation d'images jpeg d'appareil photo numérique" +\# +\# +.SH NOM +exiftran - transformation d'images jpeg d'appareil photo numérique +\# +\# +.SH SYNOPSIS +.TP +\fBexiftran\fP [\fIoptions\fP] \fIfile1 file2 ... fileN\fP +.TP +\fBexiftran\fP -i [\fItransformation options\fP] [\fIautres options\fP] \fIfile1 file2 ... fileN\fP +.TP +\fBexiftran\fP -o \fIfichiersortie\fP [\fItransformation options\fP] [\fIautres options\fP] \fIfichierentree\fP +.TP +\fBexiftran\fP -d \fIfile1 file2 ... fileN\fP > \fIexifinfo\fP +\# +\# +.SH DESCRIPTION +.BR Exiftran +est un utilitaire en ligne de commande pour transformer des images \fIjpeg\fP +d'appareil photo numérique. Il peut faire des rotations sans perte de données +comme +.BR "jpegtran" "(1)," +mais au contraire de +.BR "jpegtran" "(1)" +il tient compte des données \fIEXIF\fP : il peut pivoter les images +automatiquement en vérifiant la propriété exif d'orientation ; il met à jour +les informations exif si nécessaire (dimension de l'image, orientation) ; il +pivote aussi la miniature exif. Il peut traiter plusieurs images en une seule +opération. +\# +\# +.SH "OPTIONS DE TRANSFORMATION" +.TP +.B -a +Automatique (utilise la propriété d'orientation exif). +.TP +.B -9 +Rotation de 90 degrés dans le sens des aiguilles d'une montre. +.TP +.B -1 +Rotation de 180 degrés dans le sens des aiguilles d'une montre. +.TP +.B -2 +Rotation de 270 degrés dans le sens des aiguilles d'une montre. +.TP +.B -f +Rotation d'axe horizontal (haut / bas). +.TP +.B -F +Rotation d'axe vertical (gauche / droite). +.TP +.B -t +Rotation d'axe oblique (sommets HG et BD). +.TP +.B -T +Rotation d'axe oblique (sommets HD et BG). +.TP +.B -nt +Ne pas transformer la miniature exif. +.TP +.B -ni +Ne pas transformer l'image jpeg. Vous pourriez avoir besoin de ceci ou de +l'option \fB-nt\fP pour faire des corrections dans le cas où vous avez +transformé une image avec des utilitaires qui ignorent la miniature exif. +Mettre à jour la miniature seule avec \fB-g\fP est une autre solution. +.TP +.B -no +Ne pas mettre à jour la propriété d'orientation. Par défaut +.BR exiftran +positionne l'orientation à "1" (aucune transformation nécessaire) pour +empêcher d'autres logiciels de manipulation des données exif d'essayer de +pivoter l'image qui l'est déjà. +.TP +.B -np +Ne pas couper les bordures perdus. Par défaut +.BR exiftran +ne préserve pas la dimension des images qui ne respectent pas un multiple de 8 +pixels. Il préfère couper une bande de quelques pixels plutôt que d'offrir une +image détériorée. Utilisez cette options si vous les voulez tout de même. +\# +\# +.SH "AUTRES OPTIONS" +.TP +.B -h +Afficher un court message d'aide. +.TP +.B -d +Extraire les données exif du ou des fichiers. +.TP +.BI "-c" "\ texte" +Enregistrer un \fItexte\fP dans la propriété commentaire. +.TP +.B -g +Refabriquer la miniature exif. +.TP +.BI "-o" "\ fichier" +Indiquer le \fIfichier\fP de sortie. Ce mode n'autorise qu'un seul fichier en entrée. +.TP +.B -i +Activer la modification directe des images. +.BR Exiftran +accepte plusieurs fichiers en entrée. Vous devez indiquer cette option ou +un fichier de sortie avec \fB-o\fP pour toutes les opérations qui modifient +l'image (c-à-d toutes sauf \fB-d\fP évidemment). +.TP +.B -b +Créer un fichier de sauvegarde lors des modifications directes (implique \fB-i\fP). +.TP +.B -p +Préserver l'horodatage (atime + mtime) lors des modifications directes (implique \fB-i\fP). +\# +\# +.SH EXEMPLES +Rotation automatique de tous les fichiers jpeg du répertoire courant : +.P +.in +4n + \fIexiftran\ -ai\ *.jpeg\fP +.in +\# +\# +.SH "VOIR AUSSI" +.BR exif (1), +.BR exiftags (1), +.BR jpegtran (1) +\# +\# +.SH TRADUCTEUR +Stéphane Aulery +.BR +\# +\# +.SH AUTEUR +Gerd Hoffmann +.BR +\# +\# +.SH COPYRIGHT +Copyright (c) 2002-2012 Gerd Hoffmann +.P +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation; either version 2 of the License, or (at your option) any later +version. +.P +This program is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the GNU General Public License for more details. +.P +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, +Cambridge, MA 02139, USA. diff --git a/man/fr/fbgs.1 b/man/fr/fbgs.1 new file mode 100644 index 0000000..f95ddb2 --- /dev/null +++ b/man/fr/fbgs.1 @@ -0,0 +1,98 @@ +.TH FBGS 1 "(c) 1999\-2012 Gerd Hoffmann" "FBGS 2.09" "Visionneuse PostScript/pdf pour la console framebuffer de Linux" +\# +\# +.SH NOM +fbgs \- Visionneuse PostScript/pdf du pauvre pour la console framebuffer de Linux. +\# +\# +.SH SYNOPSIS +\fBfbgs\fP\ + [\fB\-l\fP|\fB\-xl\fP|\fB\-xxl\fP|\fB\-r\fP \fIn\fP]\ + [\fB\-c\fP]\ + [\fB\-b\fP]\ + [\fB\-p\fP\ \fImotdepasse\fP]\ + [\fB\--fp\fP\ \fInuméro\fP]\ + [\fB\--lp\fP\ \fInuméro\fP]\ + [\fIfbi\ options\fP]\ + \fIfichier\fP +\# +\# +.SH DESCRIPTION +.BR Fbgs +est un simple script qui prend un fichier \fIPostScript\fP (PS) ou +\fIPortable Document Format\fP (PDF) en entrée, +rend les pages en utilisant +.BR gs (1) +\- GhostScript \- dans un répertoire temporaire et enfin appelle +.BR fbi (1) +pour les afficher. +.SH OPTIONS +.BR Fbgs +accepte toutes les options de +.BR fbi (1) +(qu'il lui passe), à l'exception de : store, list, text, (no)comments, e, +(no)edit, (no)backup, (no)preserve, (no)readahead, cachemem, blend. +.P +En plus vous pouvez spécifier : +.TP +.B -h, --help +Afficher le résumé des commandes (remplace l'option fbi). +.TP +.B -b, --bell +Émettre un bip lorsque le document est prêt. +.TP +.B -c, --color +Pour rendre les pages en couleur (Noir et blanc par défaut). +.TP +.B -l +Pour rendre les pages avec une résolution de 100 dpi (75 par défaut). +.TP +.B -xl +Pour rendre les pages avec une résolution de 120 dpi. +.TP +.B -xxl +Pour rendre les pages avec une résolution de 150 dpi. +.TP +.BI "-r" "\ n" ", --resolution" "\ n" +Pour rendre les pages avec une résolution de \fIn\fP dpi (remplace l'option fbi). +.TP +.BI "-fp" "\ numéro" ", --firstpage" "\ numéro" +Commencer à interpréter après la page du document désigné par le \fInuméro\fP. +.TP +.BI "-lp" "\ numéro" ", --lastpage" "\ numéro" +Arrêter d'interpréter après la page du document désigné par le \fInuméro\fP. +.TP +.BI "-p" "\ motdepasse" ", --password" "\ motdepasse" +Vous pouvez utiliser cette option si votre fichier PDF nécessite un \fImotdepasse\fP. +\# +\# +.SH "VOIR AUSSI" +.BR fbi (1), +.BR gs (1) +\# +\# +.SH TRADUCTEUR +Stéphane Aulery +.BR +\# +\# +.SH AUTEUR +Gerd Hoffmann +.BR +\# +\# +.SH COPYRIGHT +Copyright (c) 1999-2012 Gerd Hoffmann +.P +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation; either version 2 of the License, or (at your option) any later +version. +.P +This program is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the GNU General Public License for more details. +.P +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, +Cambridge, MA 02139, USA. diff --git a/man/fr/fbi.1 b/man/fr/fbi.1 new file mode 100644 index 0000000..15a7f8b --- /dev/null +++ b/man/fr/fbi.1 @@ -0,0 +1,302 @@ +.TH FBI 1 "(c) 1999-2012 Gerd Hoffmann" "FBI 2.09" "Visionneuse d'image pour le framebuffer Linux" +\# +\# +.SH NOM +\# +\# +fbi - Visionneuse d'image pour le framebuffer Linux +.SH SYNOPSIS +\fBfbi\fP [\fIoptions\fP] \fIfichier …\fP +\# +\# +.SH DESCRIPTION +.BR Fbi +affiche les fichiers indiqués dans une console linux en utilisant le +framebuffer. Les formats \fIPhotoCD\fP, \fIjpeg\fP, \fIppm\fP, \fIgif\fP, +\fItiff\fP, \fIxpm\fP, \fIxwd\fP, \fIbmp\fP, \fIpng\fP and \fIwebp\fP sont pris en charge +nativement. Pour les autres, +.BR fbi +essaye d'utiliser l'utilitaire +.BR "convert" "(1)" +.BR "" "d'" "ImageMagick" "(1)." +\# +\# +.SH OPTIONS +.TP +.B -h, --help +Afficher le résumé des commandes +.TP +.B -V, --version +Afficher le numéro de version de \fBfbi\fP. +.TP +.B --store +Sauvegader les arguments de la ligne de commande dans le fichier de +configuration \fI~/.fbirc\fP. +.TP +.BI "-l" "\ fichier" ", --list" "\ fichier" +Lit une liste de fichiers image depuis un \fIfichier\fP. +.TP +.B -P, --text +Activer le mode de rendu de texte. Dans ce mode +.BR fbi +affichera les images de grande taille sans marge vertical (par défaut l'image +est centrée). La commande \fBESPACE\fP essayera d'abord de faire défiler +l'écran vers le bas et ira à l'image suivante seulement s'il est déjà en +bas de la page. Très utile pour visualiser des images qui sont des pages de +texte, tout ce dont vous avez besoin pour lire la suite du texte est de presser +espace… +.TP +.B -a, --autozoom +Activer le zoom autommatique. +.BR Fbi +choisira automatiquement le facteur de zoom le plus adapté lors du argement +chd'une nouvelle image. +.TP +.B --(no)autoup +Comme autozoom, mais n'accepte que l'agrandissement. +.TP +.B --(no)autodown +Comme autozoom, mais n'accepte que la réduction. +.TP +.B --(no)fitwidth +Utiliser seulement la largeur pour la mise à l'échelle automatique. +.TP +.B -v, --(no)verbose +Être loquace : activer la barre d'état en bas de l'écran (activé par défaut). +.TP +.B -u, --(no)random +Mélanger l'ordre des noms de fichier. +.TP +.B --(no)comments +Afficher les balises de commentaire (s'il en existe) au lieu du nom de fichier. +Probablement utile si vous avez ajouté des commentaires raisonnables par +vous-même (en utilisant +.BR "wrjpgcom" "(1)" +par exemple), autrement \fIa priori\fP vous verrez seulement les noms des +logiciels qui ont servi à créer l'image. +.TP +.B -e, --(no)edit +Activer les commandes d'édition. +.TP +.B --(no)backup +Créer une sauvegarde des fichiers (lors de la modification des images). +.TP +.B -p, --(no)preserve +Conserver l'horodatage (lors de la modification des images). +.TP +.B --(no)readahead +Mettre en cache les entêtes des images. +.TP +.BI "--cachemem" "\ taille" +\fITaille\fP du cache des images en mégaoctets (256 par défaut) +.TP +.BI "--blend" "\ durée" +\fIDurée\fP de mélange des images en millisecondes. +.TP +.BI "-T" "\ n" ", --vt" "\ n" +Démarrer dans la console virtuelle \fIn\fP. +.TP +.BI "-s" "\ n" ", --scroll" "\ n" +Définir un pas de défilement de \fIn\fP pixels (50 par défaut). +.TP +.BI "-t" "\ n" ", --timeout" "\ n" +Démarre un diaporama perpétuel dont chaque image est chargée avec un +intervalle de \fIn\fP secondes sans presser aucune touche. +.TP +.B -1, --(no)once +Ne pas boucler (utiliser seulement avec \fB-t\fP). +.TP +.BI "-r" "\ n" ", --resolution" "\ n" +Sélectionner la résolution, \fIn = 1..5\fP (3 par défaut, seulement pour \fIPhotoCD\fP). +.TP +.BI "-g" "\ n" ", --gamma" "\ n" +Correction gamma. Nécessite un visuel en \fIPseudocolor\fP ou \fIDirectcolor\fP, +ne fonctionne pas en \fITruecolor\fP (1 par défaut). +.TP +.BI "-f" "\ " ", --font" "\ " +Sélectionner une police. \fI\fP peut prendre n'importe quelle valeur +acceptée par fontconfig (voir +.BR "fonts\-conf" "(5))." +Essayez +.BR "fc\-list" "(1)" +pour obtenir une liste des polices connues du système. Le fichier de +configuration de fontconfig est évalué autant que possible, de sorte que +toutes les définitions génériques (tel que mono, sans) fonctionneront +parfaitement. Il est recommandé d'utiliser des polices à espacement fixe, les +zones de texte (aide, données exif) n'en seront que plus agréables à lire. +.TP +.BI "-d" "\ /dev/fbN" ", --device" "\ /dev/fbN" +Utiliser le framebuffer \fI/dev/fbN\fP. Par défaut, celui sur lequel la console +virtuelle est attachée. +.TP +.BI "-m" "\ videomode" ", --mode" "\ videomode" +Nom du mode vidéo à utiliser (le mode vidéo doit être présent dans +\fI/etc/fb.modes\fP). Par défaut le mode vidéo reste inchangé. +\# +\# +.SH ENVIRONMENT +.BR Fbi +utilise les variables d'environnement suivantes : +.TP +.BR FBGAMMA +Cette variable peut être utilisée pour définir une correction gamma par +défaut. +\# +\# +.SH "USAGE DES COMMANDES" +Les commandes prennent effet immédiatement ; il n'est pas nécessaire de taper +entrée. +.PP +Pour les commandes suivantes, \fIi\fP est un argument numérique. +.SS Défilement +.TP +\fBFLÈCHE_GAUCHE\fP, \fBFLÈCHE_DROITE\fP, \fBFLÈCHE_HAUT\fP, \fBFLÈCHE_BAS\fP +Faire défiler les grandes images. +.TP +\fBÉCRAN_PRÉCÉDENT\fP, \fBk\fP +Image précédente. +.TP +\fBÉCRAN_SUIVANT\fP, \fBSPACE\fP, \fBj\fP +Image suivante. +.TP +\fIi\fP\fBg\fP +Atteindre l'image n°\fIi\fP. +.TP +\fBENTRÉE\fP +Écrire le nom du fichier de l'image courante vers +.BR "stdout" "(3)," +puis aller à l'image suivante. +.P +Les touches \fBENTRÉE\fP et \fBESPACE\fP peuvent être utilisées pour créer +une liste de fichiers pendant la visualisation des images et utiliser plus tard +cette liste pour un traitement par lot : +.P +.in +4n +\fIfbi\ fichier1.gif\ fichier2.jpg\ fichier3.jpg >\ listefichierimage.lst\fP +.in +.P +.in +4n +quelques \fBENTRÉE\fP et \fBESPACE\fP… +.P +.in +4n +\fIfbi\ -l\ listefichierimage.lst\fP +.in +.SS Zoom +.TP +\fBa\fP +Zoom autommatique. +.TP +\fB+\fP +Avant. +.TP +\fB-\fP +Arrière. +.TP +\fIi\fP\fBs\fP +Positionner le facteur de zoom à \fIi\fP%. +.SS Autres +.TP +\fBESQ\fP, \fBq\fP +Quitter. +.TP +\fBv\fP +Basculer l'affichage de la barre d'état. +.TP +\fBh\fP +Afficher une zone de texte contenant un bref message d'aide. +.TP +\fBi\fP +Afficher une zone de texte avec quelques informations \fIEXIF\fP. +.TP +\fBp\fP +Mettre en pause le diaporama (si démarré avec \fB-t\fP, basculer). +.SS Mode Édition +.BR Fbi +offre aussi quelques fonctionnalités très basiques de modification d'image. +Vous devez lancer +.BR fbi +avec l'option \fI-e\fP pour pouvoir les utiliser. +.TP +\fBD\fP, \fBShift+d\fP +Supprimer l'image. +.TP +\fBr\fP +Rotation de 90 degrés dans le sens des aiguilles d'une montre. +.TP +\fBl\fP +Rotation de 90 degrés dans le sens contraire des aiguilles d'une montre. +.TP +\fBx\fP +Rotation d'axe horizontal (haut / bas). +.TP +\fBy\fP +Rotation d'axe vertical (gauche / droite). +.P +La fonction de suppression actuelle nécessite une lettre \fBD\fP en capitale, ainsi +vous devez taper \fBShift+d\fP. Ceci évite de supprimer des images par erreur +en l'absence d'un système d'alerte correcte : Si vous demander à +.BR fbi +de supprimer une image, il la supprimera sans confirmation. +.P +La fonction de rotation actuelle marche pour les images \fIJPEG\fP uniquement. +Elle effectue une transformation sans perte de données de l'image. +\# +\# +.SH BOGUES +.BR Fbi +nécessite un accès en lecture/écriture aux framebuffers (\fI/dev/fbN\fP), +c-à-d que vous devez vous assurer que +.BR fbi +peut ouvrir les périphériques en mode lecture/écriture. À mon humble avis, +la manière la plus élégante consiste à utiliser +.BR PAM (7) +pour affecter la propriété des périphériques à l'utilisateur connecté sur +la console. Une alternative est de créer un groupe, affecter la propriété +des fichiers spéciaux de ce groupe et ajouter les utilisateurs autorisés +à utiliser le framebuffer dans ce groupe. Vous pouvez également rendre +les fichiers spéciaux accessibles en écriture au monde entier, mais soyez +conscient des implications pour la sécurité. Toutefois, sur un ordinateur +personnel, c'est peut-être la meilleure solution. +.P +.BR Fbi +doit également pouvoir accéder à la console linux (\fI/dev/ttyN\fP) pour +manipuler correctement les commutateurs de console. Ce n'est évidemment pas un +problème pour les consoles de connexion, mais il \fBne\fP fonctionnera avec +aucun des pseudo-terminaux (xterm, ssh, screen, …). +\# +\# +.SH "VOIR AUSSI" +.BR convert (1), +.BR fbset (1), +.BR fc-list (1), +.BR imagemagick (1), +.BR wrjpgcom (1), +.BR fonts-conf (5), +.BR PAM (7) +\# +\# +.SH TRADUCTEUR +Stéphane Aulery +.BR +\# +\# +.SH AUTEUR +Gerd Hoffmann +.BR +\# +\# +.SH COPYRIGHT +Copyright (c) 1999-2012 Gerd Hoffmann +.P +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation; either version 2 of the License, or (at your option) any later +version. +.P +This program is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the GNU General Public License for more details. +.P +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, +Cambridge, MA 02139, USA. diff --git a/man/fr/ida.1 b/man/fr/ida.1 new file mode 100644 index 0000000..55c5526 --- /dev/null +++ b/man/fr/ida.1 @@ -0,0 +1,152 @@ +.TH IDA 1 "(c) 2001-2012 Gerd Hoffmann" "IDA 2.09" "Programme de visualisation et de modification d'image" +\# +\# +.SH NOM +ida - programme de visualisation et de modification d'image +\# +\# +.SH SYNOPSIS +\fBida\fP [\fIoptions\fP] \fIfichier …\fP +\# +\# +.SH DESCRIPTION +.BR Ida +est une application petit et rapide pour visualiser des images. Quelques +fonctions rudimentaires d'édition sont aussi disponibles. +.P +Vous pouvez spécifier un nombre quelconque de fichiers image en argument sur la +ligne de commande. Ou vous pouvez lire un unique fichier image depuis l'entrée +standard en spécifiant "-" comme seul argument ("\fIxwd | ida -\fP" fonctionne +bien pour les copies d'écran). +\# +\# +.SH OPTIONS +.BR Ida +comprend les options habituelles (-geometry et autres). Les options +supplémentaires sont : +.TP +.B -help +Afficher un court message d'aide. +.TP +.BI "-pcd" "\ n" +Définir la taille pour les images PhotoCD (\fIn = 1 .. 5\fP, par défaut 3). +.TP +.B -debug +Activer les messages d'erreur. Avec pour effet indésirable d'afficher les +messages d'erreur seulement sur la sortie d'erreur standard et \fBnon\fP dans +une boîte de dialogue. +\# +\# +.SH "POUR DÉMARRER" +.SS Fonctions de la souris +.P +Avec le bouton gauche de la souris vous pouvez créer et modifier un rectangle +de sélection Le bouton du milieu est utilisé pour démarrer les opérations de +glisser-déposer. Le bouton droit fait apparaître la fenêtre de contrôle avec +les menus, la barre d'outils et la liste de fichier. +.SS Racourcis clavier +.P +De nombreux racourcis clavier utilisés par +.BR xv +sont aussi disponibles dans +.BR "ida" "." +Si vous êtes familier avec +.BR xv +il devrait être facile pour vous de démarrer avec +.BR "ida" "." +.P +Tous les racourcis clavier disponibles sont aussi listés dans les menus de la +fanêtre de contrôle. Les plus importants sont listés ci-dessous : +.TP +\fBESPACE\fP +Fichier suivant. +.TP +\fBRETOUR_ARRIÈRE\fP +Fichier précédent. +.TP +\fBFLÉCHE_GAUCHE\fP, \fBFLÉCHE_DROITE\fP, \fBFLÉCHE_HAUT\fP, \fBFLÉCHE_BAS\fP +Défilement (maintenir enfoncée la touche \fBCtrl\fP pour un grand pas). +.TP +\fB+/-\fP +Zoomer en avant / arrière. +.TP +\fBq\fP +Quitter. +.SS Formats d'image pris en charge +.TP +.B Lecture: +\fIBMP\fP (sans compression), \fIPhotoCD\fP, \fIPPM\fP, \fIXBM\fP, \fIXPM\fP, +\fIXWD\fP, \fIGIF\fP, \fIJPEG\fP, \fIPNG\fP, \fITIFF\fP. Les quatre derniers +sont pris en charge en utilisant les bibliothèques courantes, c-à-d que vous +devez les avoir installées au moment de la compilation. +.TP +.B Écriture: +\fIJPEG\fP, \fIPNG\fP, \fIPostScript\fP, \fIPPM\fP, \fITIFF\fP. +.SS Utilisation du glisser-déposer +.B Ida +est une application motif et elle prend donc en charge le protocole de +glisser-déposer de motif dans les deux directions. Le protocole \fBxdnd\fP est +aussi pris en charge, mais seulement dans une direction (reception du déposer). +.P +.BR Ida +utilise le bouton du milieu de la souris pour démarrer une opération de +glisser-déposer (tel que le guide de motif le suggère). Ceci fonctionne pour +la fenêtre principale et les boutons de l'écran de l'explorateur de fichier. +.P +Les +.B applications Motif +ne devraient avoir aucune difficulté à dialoguer avec le glisser-déposer +.BR "" "d'" "ida" "." +Votre pouvez déposer des images dans une fenêtre netscape 4.x -- Ceci implique +un certain travail. Mozilla accepte aussi les glisser-déposer. +.P +L'interopérabilité avec +.B gnome / gtk +est bonne. Je peux déplacer des fichiers +.BR "" "d'" "ida" +vers +.BR eeyes +et vice versa sans problème. Les déplacement depuis +.BR gmc +vers +.BR ida +fonctionnent aussi très bien. +.P +L'interopérabilité avec +.B KDE +est mauvaise. Le copier-coller marche la plupart du temps, mais pas souvent le +glisser-déposer. La fonction de sélection X11 du Qt toolkit a une conception +légérement boguée et peu économe. Fondamentalement, les trolleurs ne +comprennent pas le but de la cible TARGETS et violent les spécifications ICCCM +en l'ignorant. +\# +\# +.SH "VOIR AUSSI" +.BR xwd (1) +\# +\# +.SH TRADUCTEUR +Stéphane Aulery +.BR +\# +\# +.SH AUTEUR +Gerd Hoffmann +.BR +\# +\# +.SH COPYRIGHT +Copyright (c) 2002-2012 Gerd Hoffmann +.P +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation; either version 2 of the License, or (at your option) any later +version. +.P +This program is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the GNU General Public License for more details. +.P +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, +Cambridge, MA 02139, USA. diff --git a/man/ida.1 b/man/ida.1 new file mode 100644 index 0000000..613a34d --- /dev/null +++ b/man/ida.1 @@ -0,0 +1,143 @@ +.TH IDA 1 "(c) 2001-2012 Gerd Hoffmann" "IDA 2.09" "Image viewing and editing program" +\# +\# +.SH NAME +ida - image viewing and editing program +\# +\# +.SH SYNOPSIS +\fBida\fP [\fIoptions\fP] \fIfile ...\fP +\# +\# +.SH DESCRIPTION +.BR Ida +is a small and fast application for viewing images. Some basic editing functions +are available too. +.P +You can specify any number of image files as arguments on the command line. Or +you can read a single image from stdin by specifying "-" as only argument ("\fIxwd +| ida -\fP" works nice for screenshots). +\# +\# +.SH OPTIONS +.BR Ida +understands the usual toolkit options (-geometry + friends). Additional options +are: +.TP +.B -help +print a short help text +.TP +.BI "-pcd" "\ n" +Pick size for PhotoCD images (\fIn = 1 .. 5\fP, default 3). +.TP +.B -debug +Enable debug messages. Also has the side effect that error messages are +displayed on stderr only and \fBnot\fP as message box. +\# +\# +.SH "GETTING STARTED" +.SS Mouse functions +.P +With the left mouse button you can creates and edit a selection rectangle. The +middle button is used to start drag'n'drop operations. The right button brings +up the control window with menus, toolbar and file list. +.SS Keyboard Shortcuts +.P +Many keyboard shortcuts used by +.BR xv +are available in +.BR ida +too. If you are familiar +with +.BR xv +if should be easy for you to get started with +.BR "ida" "." +.P +All available keyboard shortcuts are also listed in the menus of the control +window. The most important ones are listed below: +.TP +\fBSPACE\fP +Next file. +.TP +\fBBACKSPACE\fP +Previous file. +.TP +\fBLEFT_ARROW\fP, \fBRIGHT_ARROW\fP, \fBUP_ARROW\fP, \fBDOWN_ARROW\fP +Scrolling (hold \fBCtrl\fP key for big steps). +.TP +\fB+/-\fP +Zoom in/out. +.TP +\fBq\fP +Quit. +.SS Supported image formats +.TP +.B Read: +\fIBMP\fP (uncompressed), \fIPhotoCD\fP, \fIPPM\fP, \fIXBM\fP, \fIXPM\fP, +\fIXWD\fP, \fIGIF\fP, \fIJPEG\fP, \fIPNG\fP, \fITIFF\fP. The last four are +supported using the usual libraries, i.e. you need to have them installed at +compile time. +.TP +.B Write: +\fIJPEG\fP, \fIPNG\fP, \fIPostScript\fP, \fIPPM\fP, \fITIFF\fP. +.SS Using drag'n'drop +.B Ida +is a motif application and thus supports the motif drag'n'drop protocol in both +directions. The \fBxdnd\fP protocol is supported too, but only in one direction +(receive drops). +.P +.BR Ida +uses the middle mouse button to start a drag'n'drop operation (as the motif +style guide suggests). This works for the main window and the file buttons +within the file browser. +.P +.B Motif applications +should have absolutely no problems to deal with +.BR "ida" "'s" +drag'n'drop support. You can drop images into some netscape 4.x window -- it +imply works. Mozilla accepts motif drops too. +.P +Interoperation with +.B gnome / gtk +is good. I can drag files from +.BR ida +to +.BR eeyes +and visa versa without problems. File drops from +.BR gmc +into +.BR ida +work just fine too. +.P +Interoperation with +.B KDE +is bad. cut+paste works most of the time, drag'n'drop often doesn't. The X11 +selection handling of the Qt toolkit has a few design bugs and sucks. Basically +the troll guys didn't understand what the TARGETS target is good for and violate +the ICCCM specs by ignoring it. +\# +\# +.SH "SEE ALSO" +.BR xwd (1) +\# +\# +.SH AUTHOR +Gerd Hoffmann +.BR +\# +\# +.SH COPYRIGHT +Copyright (c) 2002-2012 Gerd Hoffmann +.P +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation; either version 2 of the License, or (at your option) any later +version. +.P +This program is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the GNU General Public License for more details. +.P +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, +Cambridge, MA 02139, USA. -- cgit