Updated docs for new PostScript printing support.
This commit is contained in:
parent
2b4c654840
commit
77ce7d5df9
5 changed files with 45 additions and 30 deletions
|
|
@ -97,9 +97,9 @@ http://www.newbreedsoftware.com/tuxpaint/
|
|||
* Now uses "AUDIO_S16SYS" when initializing audio system
|
||||
(on Linux/Mac/BeOS); helps sound under Linux on Mac hardware.
|
||||
Albert Cahalan <albert@users.sourceforge.net>
|
||||
|
||||
* Other improvements:
|
||||
-------------------
|
||||
|
||||
* Interface improvements:
|
||||
-----------------------
|
||||
* Thumbnail of selected image now shown on "Erase this image?"
|
||||
confirmation pop-up.
|
||||
|
||||
|
|
@ -110,6 +110,20 @@ http://www.newbreedsoftware.com/tuxpaint/
|
|||
* Improved 'rubber band line' and stamp outline colors ("XOR" code)
|
||||
to make such lines easier to see on certain colors.
|
||||
|
||||
* The "noquit" option now prevents the [Escape] key from quitting
|
||||
Tux Paint. ([Alt]+[F4] and the window close button still work.)
|
||||
|
||||
* Tux Paint can now be quit with [Shift]+[Control]+[Escape], as well.
|
||||
(Useful for when "noquit" and "fullscreen" are set, and the
|
||||
[Alt]+[F4] combination is not possible.)
|
||||
|
||||
* Other improvements:
|
||||
-------------------
|
||||
* Now printing directly via Postscript.
|
||||
(So print command can change from "pngtopnm | pnmtops | lpr" to
|
||||
simply "lpr").
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Added beige and tan colors. Changed "Lime" to "Neon Green."
|
||||
Renamed "Fuschia" to "Magenta." Tweaked some color values.
|
||||
Moved grey/silver next to black/white.
|
||||
|
|
@ -129,13 +143,6 @@ http://www.newbreedsoftware.com/tuxpaint/
|
|||
256 to 512.
|
||||
Albert Cahalan <albert@users.sourceforge.net>
|
||||
|
||||
* The "noquit" option now prevents the [Escape] key from quitting
|
||||
Tux Paint. ([Alt]+[F4] and the window close button still work.)
|
||||
|
||||
* Tux Paint can now be quit with [Shift]+[Control]+[Escape], as well.
|
||||
(Useful for when "noquit" and "fullscreen" are set, and the
|
||||
[Alt]+[F4] combination is not possible.)
|
||||
|
||||
* Bug fixes:
|
||||
-------------------
|
||||
* Lockfile now cleared upon exit, allowing Tux Paint to be re-launched
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
January 8, 2005
|
||||
January 9, 2005
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -108,14 +108,17 @@ Windows Users
|
|||
|
||||
(Linux and Unix only)
|
||||
|
||||
Use the command COMMAND to print a PNG file. If not set, the
|
||||
default command is:
|
||||
Use the command COMMAND to print a PostScript format file. If
|
||||
not set, the default command is:
|
||||
|
||||
pngtopnm | pnmtops | lpr
|
||||
lpr
|
||||
|
||||
Which converts the PNG to a NetPBM 'portable anymap', then
|
||||
converts that to a PostScript file, and finally sends that to
|
||||
the printer, using the "lpr" command.
|
||||
Note: Versions of Tux Paint prior to 0.9.15 sent PNG format data
|
||||
to the print command (which defaulted to
|
||||
"pngtopnm | pnmtops | lpr").
|
||||
|
||||
If you set an alternative printcommand in the configuration file
|
||||
prior to version 0.9.15, you will need to change it.
|
||||
|
||||
printcfg=yes
|
||||
|
||||
|
|
|
|||
|
|
@ -551,11 +551,12 @@ Available Tools
|
|||
|
||||
(Linux and Unix only)
|
||||
|
||||
The command used to print is actually a set of
|
||||
commands that convert a PNG to a PostScript and
|
||||
send it to the printer:
|
||||
Tux Paint prints by generating a PostScript
|
||||
representation of the drawing and sending it to
|
||||
an external program. By default, the program
|
||||
is:
|
||||
|
||||
pngtopnm | pnmtops | lpr
|
||||
lpr
|
||||
|
||||
This command can be changed by setting the
|
||||
"printcommand" value in Tux Paint's
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ New Breed Software</p>
|
|||
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
||||
<a href="http://www.newbreedsoftware.com/tuxpaint/">http://www.newbreedsoftware.com/tuxpaint/</a></p>
|
||||
|
||||
<p>January 8, 2005</p>
|
||||
<p>January 9, 2005</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -149,16 +149,19 @@ New Breed Software</p>
|
|||
<dd>
|
||||
<p><i>(Linux and Unix only)</i></p>
|
||||
|
||||
<p>Use the command <i>COMMAND</i> to print a PNG file.
|
||||
<p>Use the command <i>COMMAND</i> to print a PostScript format file.
|
||||
If not set, the default command is:</p>
|
||||
|
||||
<blockquote>
|
||||
<code>pngtopnm | pnmtops | lpr</code>
|
||||
<code>lpr</code>
|
||||
</blockquote>
|
||||
|
||||
<p>Which converts the PNG to a NetPBM 'portable anymap',
|
||||
then converts that to a PostScript file, and finally
|
||||
sends that to the printer, using the "<code>lpr</code>" command.</p>
|
||||
<p><b>Note:</b> Versions of <i>Tux Paint</i> prior to 0.9.15
|
||||
sent PNG format data to the print command (which defaulted to
|
||||
"<code>pngtopnm | pnmtops | lpr</code>").</p>
|
||||
|
||||
<p>If you set an alternative <code><b>printcommand</b></code> in the
|
||||
configuration file prior to version 0.9.15, you will need to change it.</p>
|
||||
</dd>
|
||||
|
||||
<dt><code><b>printcfg=yes</b></code></dt>
|
||||
|
|
|
|||
|
|
@ -747,11 +747,12 @@ New Breed Software</p>
|
|||
<dd>
|
||||
<p><i>(Linux and Unix only)</i></p>
|
||||
|
||||
<p>The command used to print is actually a set of commands that
|
||||
convert a PNG to a PostScript and send it to the printer:</p>
|
||||
<p><i>Tux Paint</i> prints by generating a PostScript
|
||||
representation of the drawing and sending it to an external
|
||||
program. By default, the program is:</p>
|
||||
|
||||
<blockquote><code>
|
||||
pngtopnm | pnmtops | lpr
|
||||
lpr
|
||||
</code></blockquote>
|
||||
|
||||
<p>This command can be changed by setting the "printcommand" value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue