File: jiuawt.1

package info (click to toggle)
java-imaging-utilities 0.14.3-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,500 kB
  • ctags: 3,737
  • sloc: java: 31,233; python: 71; xml: 30; makefile: 27; sh: 5
file content (41 lines) | stat: -rw-r--r-- 1,031 bytes parent folder | download | duplicates (5)
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
35
36
37
38
39
40
41
.TH JIUAWT 1 "July 5, 2007"

.SH NAME
jiuawt \- simple Java image manipulation program

.SH SYNOPSIS
.B jiuawt
.RI [ options ] " file"
.SH DESCRIPTION
The Java Imaging Utilities is a Java library for display and manipulation
of images within the AWT Java toolkit. The 
.B jiuawt
application is provided with this library as an example program but
it provides a useful image manipulation utility.
.PP

.SH OPTIONS
If specified, 
.I file
is opened after jiuawt start-up.
.TP
\fB \-\-dir\fR DIRECTORY
Set the initial working directory to DIRECTORY
.TP
\fB \-\-lang\fR LANGCODE
Set the language to LANGCODE (de=German, en=English, es=Spanish)
.TP
\fB \-\-system\fR
Show some details of the operating system and Java Virtual Machine and then exit.
.TP
\fB \-\-version\fR
Show version of program and exit.
.TP
\fB \-\-help\fR
Print a short help message and exit.

.SH AUTHOR
jiuawt was written by Marco Schmidt.
.PP
This manual page was written by Stuart Prescott <stuart@debian.org>,
for the Debian project (but may be used by others).