Linux Commands Examples

A great documentation place for Linux commands

tuxpaint-import

Import image files into Tux Paint(1)


see also : tuxpaint - anytopnm - pnmscale - pnmtopng - date


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

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 Tux Paint (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 Tux Paint 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.

synopsys

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


see also

tuxpaint , pnm, png, anytopnm , pnmscale , pnmtopng , date ,

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


author

Bill Kendrick. <bill[:at:]newbreedsoftware[:dot:]com>

How can this site be more helpful to YOU ?


give  feedback