logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tuxpaint-import -- Import image files into Tux Paint(1)

Author

       Bill Kendrick.  <bill@newbreedsoftware.com>

Description

tuxpaint-import  is  a  simple shell script which uses some NetPBM (pnm(5)) tools (anytopnm, pnmscale and
       pnmtopng) along with date(1) to convert an arbitrary image file (e.g., a JPEG, GIF, etc.) into  a  PNG(5)
       file  which  can  be  used by the drawing program TuxPaint (tuxpaint(1)) and places it in the user's Tux
       Paint saved-files directory ($HOME/.tuxpaint/saved/).

Environment

$HOME   to determine where the files should go so that they can be access within TuxPaint using its Open
               command.

Example

       tuxpaint-import picture.jpg photo.png cartoon.gif

Files

$HOME/.tuxpaint/saved
               where new image files are stored, after being resized and converted into PNG format.

       $HOME/.tuxpaint/saved/.thumbs
               where thumbnail images are stored.

Name

       tuxpaint-import -- Import image files into Tux Paint(1)

See Also

tuxpaint(1), pnm(5), png(5), anytopnm(1), pnmscale(1), pnmtopng(1), date(1),

       And documentation within /usr/[local/]share/doc/tuxpaint/.

2003.06.17                                         17 Jun 2003                                TUXPAINT-IMPORT(1)

Synopsys

tuxpaint-import[--help]tuxpaint-importfilename(s)

See Also