1TUXPAINT-IMPORT(1) Tux Paint Import TUXPAINT-IMPORT(1)
2
3
4
6 tuxpaint-import -- Import image files into Tux Paint(1)
7
8
10 tuxpaint-import [--help]
11
12 tuxpaint-import filename(s)
13
14
16 tuxpaint-import is a simple shell script which uses some NetPBM
17 (pnm(5)) tools (anytopnm, pnmscale and pnmtopng) along with date(1) to
18 convert an arbitrary image file (e.g., a JPEG, GIF, etc.) into a PNG(5)
19 file which can be used by the drawing program Tux Paint (tuxpaint(1))
20 and places it in the user's Tux Paint saved-files directory
21 ($HOME/.tuxpaint/saved/).
22
23
25 tuxpaint-import picture.jpg photo.png cartoon.gif
26
27
29 $HOME to determine where the files should go so that they can be
30 access within Tux Paint using its Open command.
31
32
34 $HOME/.tuxpaint/saved
35 where new image files are stored, after being resized and con‐
36 verted into PNG format.
37
38
39 $HOME/.tuxpaint/saved/.thumbs
40 where thumbnail images are stored.
41
42
44 Bill Kendrick. <bill@newbreedsoftware.com>
45
46
47
49 tuxpaint(1), pnm(5), png(5), anytopnm(1), pnmscale(1), pnmtopng(1),
50 date(1),
51
52 And documentation within /usr/[local/]share/doc/tuxpaint/.
53
54
55
56
572003.06.17 17 Jun 2003 TUXPAINT-IMPORT(1)