aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ida.man183
-rw-r--r--ida.man.fr152
2 files changed, 264 insertions, 71 deletions
diff --git a/ida.man b/ida.man
index 8ddc67c..6430ef5 100644
--- a/ida.man
+++ b/ida.man
@@ -1,102 +1,143 @@
-.TH ida 1 "(c) 2001,02 Gerd Knorr"
+.TH IDA 1 "(c) 2001-2012 Gerd Knorr" "IDA 2.08" "Image viewing and editing program"
+\#
+\#
.SH NAME
ida - image viewing and editing program
+\#
+\#
.SH SYNOPSIS
-.B ida [ options ] files
+\fBida\fP [\fIoptions\fP] \fIfile ...\fP
+\#
+\#
.SH DESCRIPTION
-.B ida
-is a small and fast application for viewing images. Some basic
-editing functions are available too.
+.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 ("xwd | ida -" works nice for screenshots).
+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
-.B ida
-understands the usual toolkit options (-geometry + friends).
-Additional options are:
+.BR Ida
+understands the usual toolkit options (-geometry + friends). Additional options
+are:
.TP
.B -help
print a short help text
.TP
-.B -pcd n
-Pick size for PhotoCD images (1 .. 5, default 3).
+.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 \fInot\fP as message box.
-.SH GETTING STARTED
+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
-With the left mouse button you can creates and edit a selection
-rectangle. The middle mouse button is used to start drag'n'drop
-operations. The right mouse button brings up the control window with
-menus, toolbar and file list.
-.br
+.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
-Many keyboard shortcuts used by xv are available in ida too. If you
-are familiar with xv if should be easy for you to get started with
-ida.
.P
-All available keyboard shortcuts are also listed in the menus of the
-control window. The most important ones are listed below:
+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
-.nf
-space next file
-backspace previous file
-cursor keys scrolling (hold ctrl key for big steps).
-plus / minus zoom in/out
-Q quit
-.fi
+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
-.B read:
-PPM, xwd, PhotoCD, xpm, xbm, bmp (uncompressed), JPEG, TIFF, PNG, GIF.
-The last four are supported using the usual libraries, i.e. you need
-to have them installed at compile time.
-.br
-.B write:
-PPM, PostScript, JPEG, TIFF, PNG.
+.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 xdnd protocol is supported too, but
-only in one direction (receive drops).
+.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
-.B 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.
+.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 ida's drag'n'drop
-support. You can drop images into some netscape 4.x window -- it
-simply works. Mozilla accepts motif drops too.
+.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 ida to eeyes and visa versa without
-problems. File drops from gmc into ida work just fine too.
+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.
+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 Knorr <kraxel@bytesex.org>
+Gerd Knorr
+.BR <kraxel@bytesex.org>
+\#
+\#
.SH COPYRIGHT
-Copyright (C) 2002 Gerd Knorr <kraxel@bytesex.org>
+Copyright (c) 2002-2012 Gerd Knorr <kraxel@bytesex.org>
.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.
+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.
+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.
+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
new file mode 100644
index 0000000..5e9f578
--- /dev/null
+++ b/ida.man.fr
@@ -0,0 +1,152 @@
+.TH IDA 1 "(c) 2001-2012 Gerd Knorr" "IDA 2.08" "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 <lkppo@free.fr>
+\#
+\#
+.SH AUTEUR
+Gerd Knorr
+.BR <kraxel@bytesex.org>
+\#
+\#
+.SH COPYRIGHT
+Copyright (c) 2002-2012 Gerd Knorr <kraxel@bytesex.org>
+.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.