-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocolav.1.gz
34 lines (34 loc) · 999 Bytes
/
docolav.1.gz
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH DOCOLAV "1" "janvier 2016" "docolav 0.3.3" "Commandes"
.SH NOM
docolav \- couleur moyenne dominante d'une image
.SH SYNOPSIS
.B docolav
\fI\,FORMAT FICHIER\/\fR
.SH DESCRIPTION
docolav détermine la couleur moyenne dominante d'une image.
.PP
FORMAT est une chaîne de caractères passée à printf().
3 arguments sont valables, dans l'ordre : R, G puis B.
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
affiche ce message
.TP
\fB\-v\fR, \fB\-\-version\fR
affiche les versions du programme et de CImg
.SH EXEMPLES
$ docolav 'R=%d G=%d B=%d' image.jpg
R=25 G=52 B=77
.PP
$ docolav 'HEX(%02X,%02X,%02X)' image.png
HEX(19,34,4D)
.IP
CImg 1.6.9
.SH AUTEUR
Écrit par Mickaël S. <[email protected]>.
.SH COPYRIGHT
Copyright \(co 2012\-2016 by Mickaël S.
docolav comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under
certain conditions. See the GNU General Public Licence for details.