Merge work in autoscroll from 'master' into sdl2.0
This commit is contained in:
commit
bf73b3679b
75 changed files with 34464 additions and 43544 deletions
3
data/brushes/dog.dat
Normal file
3
data/brushes/dog.dat
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
frames=2
|
||||
directional
|
||||
spacing=48
|
||||
BIN
data/brushes/dog.png
Normal file
BIN
data/brushes/dog.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
|
|
@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
|
|||
http://www.tuxpaint.org/
|
||||
|
||||
|
||||
2022.March.17 (0.9.28)
|
||||
2022.April.14 (0.9.28)
|
||||
* Improvements to "Paint" and "Lines" tools:
|
||||
------------------------------------------
|
||||
* Brush spacing may now be altered within Tux Paint.
|
||||
|
|
@ -128,6 +128,20 @@ http://www.tuxpaint.org/
|
|||
you scale down (similar to "Panels", but with non-integer scaling).
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
* New Brushes:
|
||||
------------
|
||||
* "Dog" animated directional brush.
|
||||
(Modified version of art from the "oneko" package by Tatsuya Kato.
|
||||
https://github.com/tie/oneko)
|
||||
Brushified by Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
* Other Improvements:
|
||||
-------------------
|
||||
* The up & down scroll buttons now auto-repeat if you click/tap and
|
||||
hold them in the "Tools" section, and "Open", "New", and "Slideshow"
|
||||
dialogs. (For https://sourceforge.net/p/tuxpaint/feature-requests/173/)
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
* Localization Updates:
|
||||
---------------------
|
||||
* Albanian translation
|
||||
|
|
@ -196,6 +210,12 @@ http://www.tuxpaint.org/
|
|||
saved drawing. (Affected Windows only.)
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
* Avoid crashes when coming across unexpected Label data stored within
|
||||
a saved PNG image.
|
||||
(h/t Donny Sianipar for the report & sample image)
|
||||
Bill Kendrick <bill@newbreedsoftware.com> and
|
||||
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
|
||||
|
||||
* Ports & Building:
|
||||
-----------------
|
||||
* Windows
|
||||
|
|
@ -238,7 +258,8 @@ http://www.tuxpaint.org/
|
|||
* Documentation updates:
|
||||
---------------------
|
||||
* Added some styling, use of HTML semantic tags, call-outs for notes,
|
||||
improved printed output, and other improvements to the README docs.
|
||||
improved printed output, and other improvements to the README and
|
||||
OPTIONS docs.
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
* macOS Apple Silicon and Universal Binary build instructions
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
1194
docs/en/INSTALL.txt
1194
docs/en/INSTALL.txt
File diff suppressed because it is too large
Load diff
2966
docs/en/OPTIONS.txt
2966
docs/en/OPTIONS.txt
File diff suppressed because it is too large
Load diff
|
|
@ -5,11 +5,9 @@
|
|||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
January 20, 2022
|
||||
March 31, 2022
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
About PNGs
|
||||
About PNGs
|
||||
|
||||
PNG is the Portable Network Graphic format. It is an open standard, not
|
||||
burdened by patents (like GIFs). It is a highly compressed format (though
|
||||
|
|
@ -33,50 +31,58 @@ How To Make PNGs
|
|||
The following is a very brief list of ways to create PNGs or convert
|
||||
existing images into PNGs.
|
||||
|
||||
GIMP & Krita
|
||||
GIMP & Krita
|
||||
|
||||
Excellent tools with which to create PNG images for use in Tux Paint are
|
||||
GIMP and Krita, both high-quality Open Source interactive drawing and
|
||||
photo editing programs.
|
||||
Excellent tools with which to create PNG images for use in Tux
|
||||
Paint are GIMP and Krita, both high-quality Open Source
|
||||
interactive drawing and photo editing programs.
|
||||
|
||||
It is likely that one or both are already installed on your system. If
|
||||
not, they should be readily available from your Linux distribution's
|
||||
software repository. If not, or to learn more, visit http://www.gimp.org/
|
||||
and http://www.krita.org/, respectively.
|
||||
It is likely that one or both are already installed on your
|
||||
system. If not, they should be readily available from your Linux
|
||||
distribution's software repository. If not, or to learn more,
|
||||
visit http://www.gimp.org/ and http://www.krita.org/,
|
||||
respectively.
|
||||
|
||||
Command-line Tools
|
||||
Command-line Tools
|
||||
|
||||
NetPBM
|
||||
NetPBM
|
||||
|
||||
The Portable Bitmap tools (collectively known as "NetPBM") is a collection
|
||||
of Open Source command-line tools which convert to and from various
|
||||
formats, including GIF, TIFF, BMP, PNG, and many more.
|
||||
The Portable Bitmap tools (collectively known as
|
||||
"NetPBM") is a collection of Open Source command-line
|
||||
tools which convert to and from various formats,
|
||||
including GIF, TIFF, BMP, PNG, and many more.
|
||||
|
||||
It is possible that it's already installed on your system. If not, they it
|
||||
be readily available from your Linux distribution's software repository.
|
||||
If not, or to learn more, visit http://netpbm.sourceforge.net/.
|
||||
It is possible that it's already installed on your
|
||||
system. If not, they it be readily available from
|
||||
your Linux distribution's software repository. If
|
||||
not, or to learn more, visit
|
||||
http://netpbm.sourceforge.net/.
|
||||
|
||||
cjpeg/djpeg
|
||||
cjpeg/djpeg
|
||||
|
||||
The "cjpeg" and "djpeg" command-line programs convert between the NetPBM
|
||||
Portable Any Map (PNM) format and JPEGs. It is possible that it's already
|
||||
installed on your system. If not, they it be readily available from your
|
||||
Linux distribution's software repository. If not, or to learn more, visit
|
||||
https://jpegclub.org/.
|
||||
The "cjpeg" and "djpeg" command-line programs convert
|
||||
between the NetPBM Portable Any Map (PNM) format and
|
||||
JPEGs. It is possible that it's already installed on
|
||||
your system. If not, they it be readily available
|
||||
from your Linux distribution's software repository.
|
||||
If not, or to learn more, visit
|
||||
https://jpegclub.org/.
|
||||
|
||||
Windows Users
|
||||
Proprietary Software for Windows
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* Illustrator (Adobe) —
|
||||
http://www.adobe.com/products/illustrator.html
|
||||
* Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
* Photoshop (Adobe) —
|
||||
http://www.adobe.com/products/photoshop.html
|
||||
* PIXresizer (Bluefive software) —
|
||||
http://bluefive.pair.com/pixresizer.htm
|
||||
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
* Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
* PIXresizer (Bluefive software) —
|
||||
http://bluefive.pair.com/pixresizer.htm
|
||||
|
||||
Macintosh Users
|
||||
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* GraphicConverter (Lemke Software) —
|
||||
https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
|
||||
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
Macintosh Users
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* GraphicConverter (Lemke Software) —
|
||||
https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
|
||||
* Illustrator (Adobe) —
|
||||
http://www.adobe.com/products/illustrator.html
|
||||
* Photoshop (Adobe) —
|
||||
http://www.adobe.com/products/photoshop.html
|
||||
|
|
|
|||
|
|
@ -6,8 +6,9 @@
|
|||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
@TuxPaintTweets on Twitter
|
||||
Tux Paint on Tumblr
|
||||
|
||||
March 1, 2022
|
||||
March 18, 2022
|
||||
|
||||
+----------------------------------------------------+
|
||||
|Table of Contents |
|
||||
|
|
@ -1089,3 +1090,4 @@ Importing Pictures Manually
|
|||
* "Microsoft" and "Windows" are registered trademarks of Microsoft Corp.
|
||||
* "Apple" and "macOS" are registered trademarks of Apple Inc.
|
||||
* "Twitter" is a registered trademark of Twitter, Inc.
|
||||
* "Tumblr" is a registered trademark of Tumblr, Inc.
|
||||
|
|
|
|||
|
|
@ -5,9 +5,7 @@
|
|||
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
January 20, 2022
|
||||
|
||||
----------------------------------------------------------------------
|
||||
March 31, 2022
|
||||
|
||||
Tux Paint responds to the following signals (which can be sent to the
|
||||
program's process via `kill` or `killall`, for example).
|
||||
|
|
@ -27,13 +25,13 @@
|
|||
respectively), whether or not to overwrite the existing drawing,
|
||||
or save to a new file.
|
||||
|
||||
Note: From other parts of the interface, the signal is currently
|
||||
Example: killall tuxpaint
|
||||
|
||||
💡 Note: From other parts of the interface, the signal is currently
|
||||
interpreted as a request to go back (e.g., from the "New" dialog
|
||||
back to the main interface), as if a "Back" button in Tux Paint
|
||||
were clicked, or the [Esc] was key pressed.
|
||||
|
||||
Example: killall tuxpaint
|
||||
|
||||
SIGUSR1 & SIGUSR2
|
||||
|
||||
Tux Paint responds by setting its auto-save option (as if it had
|
||||
|
|
@ -47,9 +45,9 @@
|
|||
So, from the main interface, Tux Paint should quit almost
|
||||
immediately, with no questions asked.
|
||||
|
||||
Note: From other parts of the interface, unfortunately, Tux Paint
|
||||
will go back one level in the interface. Therefore, at this time,
|
||||
it may be necessary to send this signal to Tux Paint a few times,
|
||||
for it to quit completely.
|
||||
|
||||
Example: killall -s SIGUSR1 tuxpaint
|
||||
|
||||
💡 Note: From other parts of the interface, unfortunately, Tux
|
||||
Paint will go back one level in the interface. Therefore, at this
|
||||
time, it may be necessary to send this signal to Tux Paint a few
|
||||
times, for it to quit completely.
|
||||
|
|
|
|||
|
|
@ -7,9 +7,7 @@
|
|||
|
||||
January 20, 2022
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
About SVGs
|
||||
About SVGs
|
||||
|
||||
SVG (Scalable Vector Graphics) is an open standard used to describe
|
||||
two-dimensional vector graphics. It is great for diagrams and shapes,
|
||||
|
|
@ -19,16 +17,20 @@ About SVGs
|
|||
|
||||
For more information, visit: https://www.w3.org/Graphics/SVG/
|
||||
|
||||
How to make SVGs
|
||||
How to make SVGs
|
||||
|
||||
An excellent tool with which to create SVG images for use in Tux Paint is
|
||||
Inkscape, a high-quality Open Source interactive drawing program.
|
||||
Inkscape, a high-quality Open Source interactive drawing program available
|
||||
for Windows, macOS, and Linux. There are also other applications that can
|
||||
produce SVGs, both free/open source, and commerical/proprietary.
|
||||
|
||||
It is likely that is already installed on your system. If not, it should
|
||||
be readily available from your Linux distribution's software repository.
|
||||
If not, or to learn more, visit http://www.inkscape.org/, respectively.
|
||||
Open Source
|
||||
* Inkscape — http://www.inkscape.org/
|
||||
* Karbon — https://calligra.org/karbon/
|
||||
|
||||
Mac and Windows users
|
||||
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
Proprietary
|
||||
* CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
* Illustrator (Adobe) —
|
||||
http://www.adobe.com/products/illustrator.html
|
||||
* Boxy SVG — https://boxy-svg.com/
|
||||
* Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -5,113 +5,206 @@
|
|||
Tux Paint PNG Documentation </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
<style>
|
||||
body { font-size: large; }
|
||||
table { font-size: large; }
|
||||
div.screenshot-center {
|
||||
text-align: center;
|
||||
}
|
||||
div.screenshot-right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
div.screenshot-right-after {
|
||||
clear: both;
|
||||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
font-family: sans;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
dd, blockquote {
|
||||
border-left: 1px solid #888;
|
||||
padding-left: 1em;
|
||||
border-radius: 0 0 0 1em;
|
||||
}
|
||||
p.note {
|
||||
border: 1px solid #000;
|
||||
background-color: #eee;
|
||||
border-radius: 0.5em;
|
||||
padding: 0.5em;
|
||||
display: inline-block;
|
||||
margin-right: 3em;
|
||||
}
|
||||
section.outer {
|
||||
padding-bottom: 1em;
|
||||
border-bottom: 2px solid #000;
|
||||
}
|
||||
section.indent p,dl {
|
||||
margin-left: 2em;
|
||||
}
|
||||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF"
|
||||
text="#000000"
|
||||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
PNG Documentation </h1>
|
||||
<section class="outer">
|
||||
<header>
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
PNG Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
March 31, 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h1>About PNGs</h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
January 20, 2022 </p>
|
||||
</center>
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>About PNGs</h2>
|
||||
|
||||
<p>
|
||||
PNG is the Portable Network Graphic format. It is an open standard, not burdened by patents (like GIFs). It is a highly compressed format (though not "lossy" like JPEGs - lossiness allows files to be much smaller, but introduces 'mistakes' in the image when saved), and supports 24-bit color (16.7 million colors) as well as a full "alpha channel" - that is, each pixel can have a varying degree of transparency. </p>
|
||||
|
||||
<p>
|
||||
For more information, visit: <a href="http://www.libpng.org/">http://www.libpng.org/</a> </p>
|
||||
|
||||
<p>
|
||||
These features (openness, losslessness, compression, transparency/alpha) make it the best choice for Tux Paint. (Tux Paint's support for the PNG format comes from the Open Source SDL_Image library, which in turn gets it from the libPNG library.) </p>
|
||||
|
||||
<p>
|
||||
Support for many colors allows photo-quality "rubber stamp" images to be used in Tux Paint, and alpha transparency allows for high-quality brushes. </p>
|
||||
|
||||
<h2>How To Make PNGs</h2>
|
||||
PNG is the Portable Network Graphic format. It is an open standard, not burdened by patents (like GIFs). It is a highly compressed format (though not "lossy" like JPEGs - lossiness allows files to be much smaller, but introduces 'mistakes' in the image when saved), and supports 24-bit color (16.7 million colors) as well as a full "alpha channel" - that is, each pixel can have a varying degree of transparency. </p>
|
||||
|
||||
<p>The following is a very <em>brief</em> list of ways to create PNGs or convert existing images into PNGs.
|
||||
<h3>GIMP & Krita</h3>
|
||||
<p>
|
||||
Excellent tools with which to create PNG images for use in Tux Paint are GIMP and Krita, both high-quality Open Source interactive drawing and photo editing programs. </p>
|
||||
<p>
|
||||
For more information, visit: <a href="http://www.libpng.org/">http://www.libpng.org/</a> </p>
|
||||
|
||||
<p>
|
||||
These features (openness, losslessness, compression, transparency/alpha) make it the best choice for Tux Paint. (Tux Paint's support for the PNG format comes from the Open Source SDL_Image library, which in turn gets it from the libPNG library.) </p>
|
||||
|
||||
<p>
|
||||
Support for many colors allows photo-quality "rubber stamp" images to be used in Tux Paint, and alpha transparency allows for high-quality brushes. </p>
|
||||
</section>
|
||||
|
||||
<p>
|
||||
It is likely that one or both are already installed on your system. If not, they should be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="http://www.gimp.org/">http://www.gimp.org/</a> and <a href="http://www.krita.org/">http://www.krita.org/</a>, respectively. </p>
|
||||
|
||||
<h3>Command-line Tools</h3>
|
||||
|
||||
<h4>NetPBM</h4>
|
||||
<p>
|
||||
The Portable Bitmap tools (collectively known as "NetPBM") is a collection of Open Source command-line tools which convert to and from various formats, including GIF, TIFF, BMP, PNG, and many more. </p>
|
||||
|
||||
<p>
|
||||
It is possible that it's already installed on your system. If not, they it be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="http://netpbm.sourceforge.net/">http://netpbm.sourceforge.net/</a>. </p>
|
||||
|
||||
<h4>cjpeg/djpeg</h4>
|
||||
<p>
|
||||
The "cjpeg" and "djpeg" command-line programs convert between the NetPBM Portable Any Map (PNM) format and JPEGs.
|
||||
It is possible that it's already installed on your system. If not, they it be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="https://jpegclub.org/">https://jpegclub.org/</a>. </p>
|
||||
|
||||
<h3>Windows Users</h3>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h2>How To Make PNGs</h2>
|
||||
</header>
|
||||
|
||||
<p>The following is a very <em>brief</em> list of ways to create PNGs or convert existing images into PNGs.
|
||||
<dl>
|
||||
<dt>GIMP & Krita</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Excellent tools with which to create PNG images for use in Tux Paint are GIMP and Krita, both high-quality Open Source interactive drawing and photo editing programs. </p>
|
||||
|
||||
<p>
|
||||
It is likely that one or both are already installed on your system. If not, they should be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="http://www.gimp.org/">http://www.gimp.org/</a> and <a href="http://www.krita.org/">http://www.krita.org/</a>, respectively. </p>
|
||||
</dd>
|
||||
|
||||
<dt>Command-line Tools</dt>
|
||||
<dd>
|
||||
<dl>
|
||||
<dt>NetPBM</dt>
|
||||
<dd>
|
||||
<p>
|
||||
The Portable Bitmap tools (collectively known as "NetPBM") is a collection of Open Source command-line tools which convert to and from various formats, including GIF, TIFF, BMP, PNG, and many more. </p>
|
||||
|
||||
<p>
|
||||
It is possible that it's already installed on your system. If not, they it be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="http://netpbm.sourceforge.net/">http://netpbm.sourceforge.net/</a>. </p>
|
||||
</dd>
|
||||
|
||||
<dt>cjpeg/djpeg</dt>
|
||||
<dd>
|
||||
<p>
|
||||
The "cjpeg" and "djpeg" command-line programs convert between the NetPBM Portable Any Map (PNM) format and JPEGs.
|
||||
It is possible that it's already installed on your system. If not, they it be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="https://jpegclub.org/">https://jpegclub.org/</a>. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</dd>
|
||||
|
||||
<dt>Proprietary Software for Windows</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="http://www.corel.com/">http://www.corel.com/</a>
|
||||
<li> <cite>Illustrator</cite>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/illustrator.html">http://www.adobe.com/products/illustrator.html</a>
|
||||
<li> <cite>Paint Shop Pro</cite>
|
||||
<li> <cite>Paint Shop Pro</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="https://www.paintshoppro.com/">https://www.paintshoppro.com/</a>
|
||||
<li> <cite>Photoshop</cite>
|
||||
<li> <cite>Photoshop</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a>
|
||||
<li> <cite>PIXresizer</cite>
|
||||
<li> <cite>PIXresizer</cite>
|
||||
(Bluefive software)
|
||||
—
|
||||
<a href="http://bluefive.pair.com/pixresizer.htm">http://bluefive.pair.com/pixresizer.htm</a>
|
||||
</ul>
|
||||
|
||||
<h3>Macintosh Users</h3>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>Macintosh Users</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="http://www.corel.com/">http://www.corel.com/</a>
|
||||
<li> <cite>GraphicConverter</cite>
|
||||
<li> <cite>GraphicConverter</cite>
|
||||
(Lemke Software)
|
||||
—
|
||||
<a href="https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/">https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/</a>
|
||||
<li> <cite>Illustrator</cite>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/illustrator.html">http://www.adobe.com/products/illustrator.html</a>
|
||||
<li> <cite>Photoshop</cite>
|
||||
<li> <cite>Photoshop</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a>
|
||||
</ul>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,15 +21,17 @@
|
|||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4 { font-family: sans; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
|
|
@ -60,6 +62,9 @@
|
|||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
|
|
@ -92,11 +97,12 @@
|
|||
<p>
|
||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br/>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a><br/>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a><br/>
|
||||
<a href="https://tuxpaint.tumblr.com/">Tux Paint on Tumblr</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
March 1, 2022 </p>
|
||||
March 18, 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -113,7 +119,7 @@
|
|||
<tr>
|
||||
<td>
|
||||
<ul>
|
||||
<li><a href="#about">About Tux Paint</a></li> <li><a href="#using">Using Tux Paint</a> <ul>
|
||||
<li><a href="#about">About Tux Paint</a></li> <li><a href="#using">Using Tux Paint</a> <ul>
|
||||
<li><a href="#using_loading">Launching Tux Paint</a></li> <li><a href="#using_title">Title Screen</a></li> <li><a href="#using_main">Main Screen</a></li> <li><a href="#using_tools">Available Tools</a> <ul>
|
||||
<li><a href="#using_tools_drawing">Drawing Tools</a> <ul>
|
||||
<li><a href="#using_tools_drawing_paint">"Paint" Tool (Brush)</a></li> <li><a href="#using_tools_drawing_stamp">"Stamp" Tool (Rubber Stamps)</a></li> <li><a href="#using_tools_drawing_lines">"Lines" Tool</a></li> <li><a href="#using_tools_drawing_shapes">"Shapes" Tool</a></li> <li><a href="#using_tools_drawing_text_and_label">"Text" and "Label" Tools</a></li> <li><a href="#using_tools_drawing_fill">"Fill" Tool</a></li> <li><a href="#using_tools_drawing_magic">"Magic" Tool (Special Effects)</a></li> <li><a href="#using_tools_drawing_eraser">"Eraser" Tool</a></li> </ul>
|
||||
|
|
@ -1602,6 +1608,7 @@
|
|||
<li>"Microsoft" and "Windows" are registered trademarks of Microsoft Corp.</li>
|
||||
<li>"Apple" and "macOS" are registered trademarks of Apple Inc.</li>
|
||||
<li>"Twitter" is a registered trademark of Twitter, Inc.</li>
|
||||
<li>"Tumblr" is a registered trademark of Tumblr, Inc.</li>
|
||||
</ul>
|
||||
</section>
|
||||
</footer>
|
||||
|
|
|
|||
|
|
@ -5,71 +5,143 @@
|
|||
Tux Paint Signals Documentation </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
<style>
|
||||
body { font-size: large; }
|
||||
table { font-size: large; }
|
||||
div.screenshot-center {
|
||||
text-align: center;
|
||||
}
|
||||
div.screenshot-right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
div.screenshot-right-after {
|
||||
clear: both;
|
||||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
font-family: sans;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
dd, blockquote {
|
||||
border-left: 1px solid #888;
|
||||
padding-left: 1em;
|
||||
border-radius: 0 0 0 1em;
|
||||
}
|
||||
p.note {
|
||||
border: 1px solid #000;
|
||||
background-color: #eee;
|
||||
border-radius: 0.5em;
|
||||
padding: 0.5em;
|
||||
display: inline-block;
|
||||
margin-right: 3em;
|
||||
}
|
||||
section.outer {
|
||||
padding-bottom: 1em;
|
||||
border-bottom: 2px solid #000;
|
||||
}
|
||||
section.indent p,dl {
|
||||
margin-left: 2em;
|
||||
}
|
||||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF"
|
||||
text="#000000"
|
||||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
Signals Documentation </h1>
|
||||
<section class="outer">
|
||||
<center>
|
||||
<header>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
Signals Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2019-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
March 31, 2022 </p>
|
||||
</header>
|
||||
</center>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<p>
|
||||
Copyright © 2019-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
January 20, 2022 </p>
|
||||
</center>
|
||||
|
||||
<hr>
|
||||
|
||||
<p>
|
||||
Tux Paint responds to the following signals (which can be sent to the program's process via `<code>kill</code>` or `<code>killall</code>`, for example). </p>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>SIGTERM</code>
|
||||
(also, <b><code>[Ctrl]</code></b> + <b><code>[C]</code></b> from a terminal running `<code>tuxpaint</code>`) </dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint responds as if the "Quit" button were pressed, or the desktop environment was told to close Tux Paint (e.g., by clicking a window close button, or pressing <b><code>[Alt]</code></b> + <b><code>[F4]</code></b> on most systems). </p>
|
||||
|
||||
<p>
|
||||
From the main interface, Tux Paint will prompt whether or not you wish to quit, and (unless overridden by the auto-save option, e.g. "<code>--autosave</code>") if you'd like to save the current drawing (if unsaved), and if so, and it's a modified version of an existing drawing (unless overridden by the options to save over old images, or always save new images; e.g. "<code>--saveover</code>" and "<code>--saveovernew</code>", respectively), whether or not to overwrite the existing drawing, or save to a new file. </p>
|
||||
|
||||
<p>
|
||||
<b>Note:</b> From other parts of the interface, the signal is currently interpreted as a request to go back (e.g., from the "New" dialog back to the main interface), as if a "Back" button in Tux Paint were clicked, or the <b><code>[Esc]</code></b> was key pressed. </p>
|
||||
|
||||
<p>
|
||||
Example: <code>killall tuxpaint</code> </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code>SIGUSR1</code> & <code>SIGUSR2</code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint responds by setting its auto-save option (as if it had been launched with "<code>--autosave</code>"), as well as either the option to always save new images (as if launched with "<code>--saveovernew</code>") in the case of receiving a <code>SIGUSR1</code> signal, or to always save over the existing image (as if launched with "<code>--saveover</code>") in the case of receiving <code>SIGUSR2</code>. Then Tux Paint sends itself a <code>SIGTERM</code> signal, in an attempt to quit. (See above.) </p>
|
||||
|
||||
<p>
|
||||
So, from the main interface, Tux Paint should quit almost immediately, with no questions asked. </p>
|
||||
|
||||
<p>
|
||||
<b>Note:</b> From other parts of the interface, unfortunately, Tux Paint will go back one level in the interface. Therefore, at this time, it may be necessary to send this signal to Tux Paint a few times, for it to quit completely. </p>
|
||||
|
||||
<p>
|
||||
Example: <code>killall -s SIGUSR1 tuxpaint</code> </p>
|
||||
</dd>
|
||||
</dl>
|
||||
Tux Paint responds to the following signals (which can be sent to the program's process via `<code>kill</code>` or `<code>killall</code>`, for example). </p>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>SIGTERM</code>
|
||||
(also, <b><code>[Ctrl]</code></b> + <b><code>[C]</code></b> from a terminal running `<code>tuxpaint</code>`) </dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint responds as if the "Quit" button were pressed, or the desktop environment was told to close Tux Paint (e.g., by clicking a window close button, or pressing <b><code>[Alt]</code></b> + <b><code>[F4]</code></b> on most systems). </p>
|
||||
|
||||
<p>
|
||||
From the main interface, Tux Paint will prompt whether or not you wish to quit, and (unless overridden by the auto-save option, e.g. "<code>--autosave</code>") if you'd like to save the current drawing (if unsaved), and if so, and it's a modified version of an existing drawing (unless overridden by the options to save over old images, or always save new images; e.g. "<code>--saveover</code>" and "<code>--saveovernew</code>", respectively), whether or not to overwrite the existing drawing, or save to a new file. </p>
|
||||
|
||||
<p>
|
||||
Example: <code>killall tuxpaint</code> </p>
|
||||
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> <strong>Note:</strong> From other parts of the interface, the signal is currently interpreted as a request to go back (e.g., from the "New" dialog back to the main interface), as if a "Back" button in Tux Paint were clicked, or the <b><code>[Esc]</code></b> was key pressed. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code>SIGUSR1</code> & <code>SIGUSR2</code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint responds by setting its auto-save option (as if it had been launched with "<code>--autosave</code>"), as well as either the option to always save new images (as if launched with "<code>--saveovernew</code>") in the case of receiving a <code>SIGUSR1</code> signal, or to always save over the existing image (as if launched with "<code>--saveover</code>") in the case of receiving <code>SIGUSR2</code>. Then Tux Paint sends itself a <code>SIGTERM</code> signal, in an attempt to quit. (See above.) </p>
|
||||
|
||||
<p>
|
||||
So, from the main interface, Tux Paint should quit almost immediately, with no questions asked. </p>
|
||||
|
||||
<p>
|
||||
Example: <code>killall -s SIGUSR1 tuxpaint</code> </p>
|
||||
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> <strong>Note:</strong> From other parts of the interface, unfortunately, Tux Paint will go back one level in the interface. Therefore, at this time, it may be necessary to send this signal to Tux Paint a few times, for it to quit completely. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -5,59 +5,163 @@
|
|||
Tux Paint SVG Documentation </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
<style>
|
||||
body { font-size: large; }
|
||||
table { font-size: large; }
|
||||
div.screenshot-center {
|
||||
text-align: center;
|
||||
}
|
||||
div.screenshot-right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
div.screenshot-right-after {
|
||||
clear: both;
|
||||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
font-family: sans;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
dd, blockquote {
|
||||
border-left: 1px solid #888;
|
||||
padding-left: 1em;
|
||||
border-radius: 0 0 0 1em;
|
||||
}
|
||||
p.note {
|
||||
border: 1px solid #000;
|
||||
background-color: #eee;
|
||||
border-radius: 0.5em;
|
||||
padding: 0.5em;
|
||||
display: inline-block;
|
||||
margin-right: 3em;
|
||||
}
|
||||
section.outer {
|
||||
padding-bottom: 1em;
|
||||
border-bottom: 2px solid #000;
|
||||
}
|
||||
section.indent p,dl {
|
||||
margin-left: 2em;
|
||||
}
|
||||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF"
|
||||
text="#000000"
|
||||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
SVG Documentation </h1>
|
||||
|
||||
<!-- Title -->
|
||||
<section class="outer">
|
||||
<header>
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
SVG Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
January 20, 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h1>About SVGs</h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
SVG (Scalable Vector Graphics) is an open standard used to describe two-dimensional vector graphics. It is great for diagrams and shapes, while PNGs are better for photographs. SVG files are a bit like instructions on how to make an image. This means that they can be resized without looking pixelated or blocky. </p>
|
||||
|
||||
<p>
|
||||
For more information, visit: <a href="https://www.w3.org/Graphics/SVG/">https://www.w3.org/Graphics/SVG/</a> </p>
|
||||
</section>
|
||||
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h1>How to make SVGs</h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
January 20, 2022 </p>
|
||||
</center>
|
||||
An excellent tool with which to create SVG images for use in Tux Paint is Inkscape, a high-quality Open Source interactive drawing program available for Windows, macOS, and Linux. There are also other applications that can produce SVGs, both free/open source, and commerical/proprietary. </p>
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>About SVGs</h2>
|
||||
|
||||
<p>
|
||||
SVG (Scalable Vector Graphics) is an open standard used to describe two-dimensional vector graphics. It is great for diagrams and shapes, while PNGs are better for photographs. SVG files are a bit like instructions on how to make an image. This means that they can be resized without looking pixelated or blocky. </p>
|
||||
|
||||
<p>
|
||||
For more information, visit: <a href="https://www.w3.org/Graphics/SVG/">https://www.w3.org/Graphics/SVG/</a> </p>
|
||||
|
||||
<h2>How to make SVGs</h2>
|
||||
|
||||
<p>
|
||||
An excellent tool with which to create SVG images for use in Tux Paint is Inkscape, a high-quality Open Source interactive drawing program. </p>
|
||||
|
||||
<p>
|
||||
It is likely that is already installed on your system. If not, it should be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="http://www.inkscape.org/">http://www.inkscape.org/</a>, respectively. </p>
|
||||
|
||||
<h2>Mac and Windows users</h2>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="http://www.corel.com/">http://www.corel.com/</a>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<dl>
|
||||
<dt><strong>Open Source</strong></dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>Inkscape</cite>
|
||||
—
|
||||
<a href="http://www.inkscape.org/">http://www.inkscape.org/</a>
|
||||
</li>
|
||||
<li> <cite>Karbon</cite>
|
||||
—
|
||||
<a href="https://calligra.org/karbon/">https://calligra.org/karbon/</a>
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
<dt><strong>Proprietary</strong></dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="https://www.coreldraw.com/en/">https://www.coreldraw.com/en/</a>
|
||||
</li>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/illustrator.html">http://www.adobe.com/products/illustrator.html</a>
|
||||
</ul>
|
||||
</li>
|
||||
<li> <cite>Boxy SVG</cite>
|
||||
—
|
||||
<a href="https://boxy-svg.com/">https://boxy-svg.com/</a>
|
||||
</li>
|
||||
<li> <cite>Sketch</cite>
|
||||
(Sketch B.V.)
|
||||
—
|
||||
<a href="https://boxy-svg.com/">https://boxy-svg.com/</a>
|
||||
</li>
|
||||
</ul>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -5,11 +5,9 @@
|
|||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
enero 20, 2022
|
||||
marzo 31, 2022
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
About PNGs
|
||||
About PNGs
|
||||
|
||||
PNG is the Portable Network Graphic format. It is an open standard, not
|
||||
burdened by patents (like GIFs). It is a highly compressed format (though
|
||||
|
|
@ -33,50 +31,58 @@ How To Make PNGs
|
|||
The following is a very brief list of ways to create PNGs or convert
|
||||
existing images into PNGs.
|
||||
|
||||
GIMP & Krita
|
||||
GIMP & Krita
|
||||
|
||||
Excellent tools with which to create PNG images for use in Tux Paint are
|
||||
GIMP and Krita, both high-quality Open Source interactive drawing and
|
||||
photo editing programs.
|
||||
Excellent tools with which to create PNG images for use in Tux
|
||||
Paint are GIMP and Krita, both high-quality Open Source
|
||||
interactive drawing and photo editing programs.
|
||||
|
||||
It is likely that one or both are already installed on your system. If
|
||||
not, they should be readily available from your Linux distribution's
|
||||
software repository. If not, or to learn more, visit http://www.gimp.org/
|
||||
and http://www.krita.org/, respectively.
|
||||
It is likely that one or both are already installed on your
|
||||
system. If not, they should be readily available from your Linux
|
||||
distribution's software repository. If not, or to learn more,
|
||||
visit http://www.gimp.org/ and http://www.krita.org/,
|
||||
respectively.
|
||||
|
||||
Command-line Tools
|
||||
Command-line Tools
|
||||
|
||||
NetPBM
|
||||
NetPBM
|
||||
|
||||
The Portable Bitmap tools (collectively known as "NetPBM") is a collection
|
||||
of Open Source command-line tools which convert to and from various
|
||||
formats, including GIF, TIFF, BMP, PNG, and many more.
|
||||
The Portable Bitmap tools (collectively known as
|
||||
"NetPBM") is a collection of Open Source command-line
|
||||
tools which convert to and from various formats,
|
||||
including GIF, TIFF, BMP, PNG, and many more.
|
||||
|
||||
It is possible that it's already installed on your system. If not, they it
|
||||
be readily available from your Linux distribution's software repository.
|
||||
If not, or to learn more, visit http://netpbm.sourceforge.net/.
|
||||
It is possible that it's already installed on your
|
||||
system. If not, they it be readily available from
|
||||
your Linux distribution's software repository. If
|
||||
not, or to learn more, visit
|
||||
http://netpbm.sourceforge.net/.
|
||||
|
||||
cjpeg/djpeg
|
||||
cjpeg/djpeg
|
||||
|
||||
The "cjpeg" and "djpeg" command-line programs convert between the NetPBM
|
||||
Portable Any Map (PNM) format and JPEGs. It is possible that it's already
|
||||
installed on your system. If not, they it be readily available from your
|
||||
Linux distribution's software repository. If not, or to learn more, visit
|
||||
https://jpegclub.org/.
|
||||
The "cjpeg" and "djpeg" command-line programs convert
|
||||
between the NetPBM Portable Any Map (PNM) format and
|
||||
JPEGs. It is possible that it's already installed on
|
||||
your system. If not, they it be readily available
|
||||
from your Linux distribution's software repository.
|
||||
If not, or to learn more, visit
|
||||
https://jpegclub.org/.
|
||||
|
||||
Windows Users
|
||||
Proprietary Software for Windows
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* Illustrator (Adobe) —
|
||||
http://www.adobe.com/products/illustrator.html
|
||||
* Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
* Photoshop (Adobe) —
|
||||
http://www.adobe.com/products/photoshop.html
|
||||
* PIXresizer (Bluefive software) —
|
||||
http://bluefive.pair.com/pixresizer.htm
|
||||
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
* Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
* PIXresizer (Bluefive software) —
|
||||
http://bluefive.pair.com/pixresizer.htm
|
||||
|
||||
Macintosh Users
|
||||
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* GraphicConverter (Lemke Software) —
|
||||
https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
|
||||
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
Macintosh Users
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* GraphicConverter (Lemke Software) —
|
||||
https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
|
||||
* Illustrator (Adobe) —
|
||||
http://www.adobe.com/products/illustrator.html
|
||||
* Photoshop (Adobe) —
|
||||
http://www.adobe.com/products/photoshop.html
|
||||
|
|
|
|||
|
|
@ -6,8 +6,9 @@
|
|||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
@TuxPaintTweets on Twitter
|
||||
Tux Paint on Tumblr
|
||||
|
||||
marzo 1, 2022
|
||||
marzo 18, 2022
|
||||
|
||||
+----------------------------------------------------+
|
||||
|Table of Contents |
|
||||
|
|
@ -1089,3 +1090,4 @@ Importing Pictures Manually
|
|||
* "Microsoft" and "Windows" are registered trademarks of Microsoft Corp.
|
||||
* "Apple" and "macOS" are registered trademarks of Apple Inc.
|
||||
* "Twitter" is a registered trademark of Twitter, Inc.
|
||||
* "Tumblr" is a registered trademark of Tumblr, Inc.
|
||||
|
|
|
|||
|
|
@ -5,9 +5,7 @@
|
|||
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
enero 20, 2022
|
||||
|
||||
----------------------------------------------------------------------
|
||||
marzo 31, 2022
|
||||
|
||||
Tux Paint responds to the following signals (which can be sent to the
|
||||
program's process via `kill` or `killall`, for example).
|
||||
|
|
@ -27,13 +25,13 @@
|
|||
respectively), whether or not to overwrite the existing drawing,
|
||||
or save to a new file.
|
||||
|
||||
Note: From other parts of the interface, the signal is currently
|
||||
Example: killall tuxpaint
|
||||
|
||||
💡 Note: From other parts of the interface, the signal is currently
|
||||
interpreted as a request to go back (e.g., from the "New" dialog
|
||||
back to the main interface), as if a "Back" button in Tux Paint
|
||||
were clicked, or the [Esc] was key pressed.
|
||||
|
||||
Example: killall tuxpaint
|
||||
|
||||
SIGUSR1 & SIGUSR2
|
||||
|
||||
Tux Paint responds by setting its auto-save option (as if it had
|
||||
|
|
@ -47,9 +45,9 @@
|
|||
So, from the main interface, Tux Paint should quit almost
|
||||
immediately, with no questions asked.
|
||||
|
||||
Note: From other parts of the interface, unfortunately, Tux Paint
|
||||
will go back one level in the interface. Therefore, at this time,
|
||||
it may be necessary to send this signal to Tux Paint a few times,
|
||||
for it to quit completely.
|
||||
|
||||
Example: killall -s SIGUSR1 tuxpaint
|
||||
|
||||
💡 Note: From other parts of the interface, unfortunately, Tux
|
||||
Paint will go back one level in the interface. Therefore, at this
|
||||
time, it may be necessary to send this signal to Tux Paint a few
|
||||
times, for it to quit completely.
|
||||
|
|
|
|||
|
|
@ -7,9 +7,7 @@
|
|||
|
||||
enero 20, 2022
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
About SVGs
|
||||
About SVGs
|
||||
|
||||
SVG (Scalable Vector Graphics) is an open standard used to describe
|
||||
two-dimensional vector graphics. It is great for diagrams and shapes,
|
||||
|
|
@ -19,16 +17,20 @@ About SVGs
|
|||
|
||||
For more information, visit: https://www.w3.org/Graphics/SVG/
|
||||
|
||||
How to make SVGs
|
||||
How to make SVGs
|
||||
|
||||
An excellent tool with which to create SVG images for use in Tux Paint is
|
||||
Inkscape, a high-quality Open Source interactive drawing program.
|
||||
Inkscape, a high-quality Open Source interactive drawing program available
|
||||
for Windows, macOS, and Linux. There are also other applications that can
|
||||
produce SVGs, both free/open source, and commerical/proprietary.
|
||||
|
||||
It is likely that is already installed on your system. If not, it should
|
||||
be readily available from your Linux distribution's software repository.
|
||||
If not, or to learn more, visit http://www.inkscape.org/, respectively.
|
||||
Open Source
|
||||
* Inkscape — http://www.inkscape.org/
|
||||
* Karbon — https://calligra.org/karbon/
|
||||
|
||||
Mac and Windows users
|
||||
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
Proprietary
|
||||
* CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
* Illustrator (Adobe) —
|
||||
http://www.adobe.com/products/illustrator.html
|
||||
* Boxy SVG — https://boxy-svg.com/
|
||||
* Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -5,113 +5,206 @@
|
|||
Tux Paint PNG Documentation </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
<style>
|
||||
body { font-size: large; }
|
||||
table { font-size: large; }
|
||||
div.screenshot-center {
|
||||
text-align: center;
|
||||
}
|
||||
div.screenshot-right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
div.screenshot-right-after {
|
||||
clear: both;
|
||||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
font-family: sans;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
dd, blockquote {
|
||||
border-left: 1px solid #888;
|
||||
padding-left: 1em;
|
||||
border-radius: 0 0 0 1em;
|
||||
}
|
||||
p.note {
|
||||
border: 1px solid #000;
|
||||
background-color: #eee;
|
||||
border-radius: 0.5em;
|
||||
padding: 0.5em;
|
||||
display: inline-block;
|
||||
margin-right: 3em;
|
||||
}
|
||||
section.outer {
|
||||
padding-bottom: 1em;
|
||||
border-bottom: 2px solid #000;
|
||||
}
|
||||
section.indent p,dl {
|
||||
margin-left: 2em;
|
||||
}
|
||||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF"
|
||||
text="#000000"
|
||||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
PNG Documentation </h1>
|
||||
<section class="outer">
|
||||
<header>
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
PNG Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
marzo 31, 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h1>About PNGs</h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
enero 20, 2022 </p>
|
||||
</center>
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>About PNGs</h2>
|
||||
|
||||
<p>
|
||||
PNG is the Portable Network Graphic format. It is an open standard, not burdened by patents (like GIFs). It is a highly compressed format (though not "lossy" like JPEGs - lossiness allows files to be much smaller, but introduces 'mistakes' in the image when saved), and supports 24-bit color (16.7 million colors) as well as a full "alpha channel" - that is, each pixel can have a varying degree of transparency. </p>
|
||||
|
||||
<p>
|
||||
For more information, visit: <a href="http://www.libpng.org/">http://www.libpng.org/</a> </p>
|
||||
|
||||
<p>
|
||||
These features (openness, losslessness, compression, transparency/alpha) make it the best choice for Tux Paint. (Tux Paint's support for the PNG format comes from the Open Source SDL_Image library, which in turn gets it from the libPNG library.) </p>
|
||||
|
||||
<p>
|
||||
Support for many colors allows photo-quality "rubber stamp" images to be used in Tux Paint, and alpha transparency allows for high-quality brushes. </p>
|
||||
|
||||
<h2>How To Make PNGs</h2>
|
||||
PNG is the Portable Network Graphic format. It is an open standard, not burdened by patents (like GIFs). It is a highly compressed format (though not "lossy" like JPEGs - lossiness allows files to be much smaller, but introduces 'mistakes' in the image when saved), and supports 24-bit color (16.7 million colors) as well as a full "alpha channel" - that is, each pixel can have a varying degree of transparency. </p>
|
||||
|
||||
<p>The following is a very <em>brief</em> list of ways to create PNGs or convert existing images into PNGs.
|
||||
<h3>GIMP & Krita</h3>
|
||||
<p>
|
||||
Excellent tools with which to create PNG images for use in Tux Paint are GIMP and Krita, both high-quality Open Source interactive drawing and photo editing programs. </p>
|
||||
<p>
|
||||
For more information, visit: <a href="http://www.libpng.org/">http://www.libpng.org/</a> </p>
|
||||
|
||||
<p>
|
||||
These features (openness, losslessness, compression, transparency/alpha) make it the best choice for Tux Paint. (Tux Paint's support for the PNG format comes from the Open Source SDL_Image library, which in turn gets it from the libPNG library.) </p>
|
||||
|
||||
<p>
|
||||
Support for many colors allows photo-quality "rubber stamp" images to be used in Tux Paint, and alpha transparency allows for high-quality brushes. </p>
|
||||
</section>
|
||||
|
||||
<p>
|
||||
It is likely that one or both are already installed on your system. If not, they should be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="http://www.gimp.org/">http://www.gimp.org/</a> and <a href="http://www.krita.org/">http://www.krita.org/</a>, respectively. </p>
|
||||
|
||||
<h3>Command-line Tools</h3>
|
||||
|
||||
<h4>NetPBM</h4>
|
||||
<p>
|
||||
The Portable Bitmap tools (collectively known as "NetPBM") is a collection of Open Source command-line tools which convert to and from various formats, including GIF, TIFF, BMP, PNG, and many more. </p>
|
||||
|
||||
<p>
|
||||
It is possible that it's already installed on your system. If not, they it be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="http://netpbm.sourceforge.net/">http://netpbm.sourceforge.net/</a>. </p>
|
||||
|
||||
<h4>cjpeg/djpeg</h4>
|
||||
<p>
|
||||
The "cjpeg" and "djpeg" command-line programs convert between the NetPBM Portable Any Map (PNM) format and JPEGs.
|
||||
It is possible that it's already installed on your system. If not, they it be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="https://jpegclub.org/">https://jpegclub.org/</a>. </p>
|
||||
|
||||
<h3>Windows Users</h3>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h2>How To Make PNGs</h2>
|
||||
</header>
|
||||
|
||||
<p>The following is a very <em>brief</em> list of ways to create PNGs or convert existing images into PNGs.
|
||||
<dl>
|
||||
<dt>GIMP & Krita</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Excellent tools with which to create PNG images for use in Tux Paint are GIMP and Krita, both high-quality Open Source interactive drawing and photo editing programs. </p>
|
||||
|
||||
<p>
|
||||
It is likely that one or both are already installed on your system. If not, they should be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="http://www.gimp.org/">http://www.gimp.org/</a> and <a href="http://www.krita.org/">http://www.krita.org/</a>, respectively. </p>
|
||||
</dd>
|
||||
|
||||
<dt>Command-line Tools</dt>
|
||||
<dd>
|
||||
<dl>
|
||||
<dt>NetPBM</dt>
|
||||
<dd>
|
||||
<p>
|
||||
The Portable Bitmap tools (collectively known as "NetPBM") is a collection of Open Source command-line tools which convert to and from various formats, including GIF, TIFF, BMP, PNG, and many more. </p>
|
||||
|
||||
<p>
|
||||
It is possible that it's already installed on your system. If not, they it be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="http://netpbm.sourceforge.net/">http://netpbm.sourceforge.net/</a>. </p>
|
||||
</dd>
|
||||
|
||||
<dt>cjpeg/djpeg</dt>
|
||||
<dd>
|
||||
<p>
|
||||
The "cjpeg" and "djpeg" command-line programs convert between the NetPBM Portable Any Map (PNM) format and JPEGs.
|
||||
It is possible that it's already installed on your system. If not, they it be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="https://jpegclub.org/">https://jpegclub.org/</a>. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</dd>
|
||||
|
||||
<dt>Proprietary Software for Windows</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="http://www.corel.com/">http://www.corel.com/</a>
|
||||
<li> <cite>Illustrator</cite>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/illustrator.html">http://www.adobe.com/products/illustrator.html</a>
|
||||
<li> <cite>Paint Shop Pro</cite>
|
||||
<li> <cite>Paint Shop Pro</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="https://www.paintshoppro.com/">https://www.paintshoppro.com/</a>
|
||||
<li> <cite>Photoshop</cite>
|
||||
<li> <cite>Photoshop</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a>
|
||||
<li> <cite>PIXresizer</cite>
|
||||
<li> <cite>PIXresizer</cite>
|
||||
(Bluefive software)
|
||||
—
|
||||
<a href="http://bluefive.pair.com/pixresizer.htm">http://bluefive.pair.com/pixresizer.htm</a>
|
||||
</ul>
|
||||
|
||||
<h3>Macintosh Users</h3>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>Macintosh Users</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="http://www.corel.com/">http://www.corel.com/</a>
|
||||
<li> <cite>GraphicConverter</cite>
|
||||
<li> <cite>GraphicConverter</cite>
|
||||
(Lemke Software)
|
||||
—
|
||||
<a href="https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/">https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/</a>
|
||||
<li> <cite>Illustrator</cite>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/illustrator.html">http://www.adobe.com/products/illustrator.html</a>
|
||||
<li> <cite>Photoshop</cite>
|
||||
<li> <cite>Photoshop</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a>
|
||||
</ul>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,15 +21,17 @@
|
|||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4 { font-family: sans; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
|
|
@ -60,6 +62,9 @@
|
|||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
|
|
@ -92,11 +97,12 @@
|
|||
<p>
|
||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br/>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a><br/>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a><br/>
|
||||
<a href="https://tuxpaint.tumblr.com/">Tux Paint on Tumblr</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
marzo 1, 2022 </p>
|
||||
marzo 18, 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -113,7 +119,7 @@
|
|||
<tr>
|
||||
<td>
|
||||
<ul>
|
||||
<li><a href="#about">About Tux Paint</a></li> <li><a href="#using">Using Tux Paint</a> <ul>
|
||||
<li><a href="#about">About Tux Paint</a></li> <li><a href="#using">Using Tux Paint</a> <ul>
|
||||
<li><a href="#using_loading">Launching Tux Paint</a></li> <li><a href="#using_title">Title Screen</a></li> <li><a href="#using_main">Main Screen</a></li> <li><a href="#using_tools">Available Tools</a> <ul>
|
||||
<li><a href="#using_tools_drawing">Drawing Tools</a> <ul>
|
||||
<li><a href="#using_tools_drawing_paint">"Paint" Tool (Brush)</a></li> <li><a href="#using_tools_drawing_stamp">"Stamp" Tool (Rubber Stamps)</a></li> <li><a href="#using_tools_drawing_lines">"Lines" Tool</a></li> <li><a href="#using_tools_drawing_shapes">"Shapes" Tool</a></li> <li><a href="#using_tools_drawing_text_and_label">"Text" and "Label" Tools</a></li> <li><a href="#using_tools_drawing_fill">"Fill" Tool</a></li> <li><a href="#using_tools_drawing_magic">"Magic" Tool (Special Effects)</a></li> <li><a href="#using_tools_drawing_eraser">"Eraser" Tool</a></li> </ul>
|
||||
|
|
@ -1602,6 +1608,7 @@
|
|||
<li>"Microsoft" and "Windows" are registered trademarks of Microsoft Corp.</li>
|
||||
<li>"Apple" and "macOS" are registered trademarks of Apple Inc.</li>
|
||||
<li>"Twitter" is a registered trademark of Twitter, Inc.</li>
|
||||
<li>"Tumblr" is a registered trademark of Tumblr, Inc.</li>
|
||||
</ul>
|
||||
</section>
|
||||
</footer>
|
||||
|
|
|
|||
|
|
@ -5,71 +5,143 @@
|
|||
Tux Paint Signals Documentation </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
<style>
|
||||
body { font-size: large; }
|
||||
table { font-size: large; }
|
||||
div.screenshot-center {
|
||||
text-align: center;
|
||||
}
|
||||
div.screenshot-right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
div.screenshot-right-after {
|
||||
clear: both;
|
||||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
font-family: sans;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
dd, blockquote {
|
||||
border-left: 1px solid #888;
|
||||
padding-left: 1em;
|
||||
border-radius: 0 0 0 1em;
|
||||
}
|
||||
p.note {
|
||||
border: 1px solid #000;
|
||||
background-color: #eee;
|
||||
border-radius: 0.5em;
|
||||
padding: 0.5em;
|
||||
display: inline-block;
|
||||
margin-right: 3em;
|
||||
}
|
||||
section.outer {
|
||||
padding-bottom: 1em;
|
||||
border-bottom: 2px solid #000;
|
||||
}
|
||||
section.indent p,dl {
|
||||
margin-left: 2em;
|
||||
}
|
||||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF"
|
||||
text="#000000"
|
||||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
Signals Documentation </h1>
|
||||
<section class="outer">
|
||||
<center>
|
||||
<header>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
Signals Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2019-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
marzo 31, 2022 </p>
|
||||
</header>
|
||||
</center>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<p>
|
||||
Copyright © 2019-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
enero 20, 2022 </p>
|
||||
</center>
|
||||
|
||||
<hr>
|
||||
|
||||
<p>
|
||||
Tux Paint responds to the following signals (which can be sent to the program's process via `<code>kill</code>` or `<code>killall</code>`, for example). </p>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>SIGTERM</code>
|
||||
(also, <b><code>[Ctrl]</code></b> + <b><code>[C]</code></b> from a terminal running `<code>tuxpaint</code>`) </dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint responds as if the "Quit" button were pressed, or the desktop environment was told to close Tux Paint (e.g., by clicking a window close button, or pressing <b><code>[Alt]</code></b> + <b><code>[F4]</code></b> on most systems). </p>
|
||||
|
||||
<p>
|
||||
From the main interface, Tux Paint will prompt whether or not you wish to quit, and (unless overridden by the auto-save option, e.g. "<code>--autosave</code>") if you'd like to save the current drawing (if unsaved), and if so, and it's a modified version of an existing drawing (unless overridden by the options to save over old images, or always save new images; e.g. "<code>--saveover</code>" and "<code>--saveovernew</code>", respectively), whether or not to overwrite the existing drawing, or save to a new file. </p>
|
||||
|
||||
<p>
|
||||
<b>Note:</b> From other parts of the interface, the signal is currently interpreted as a request to go back (e.g., from the "New" dialog back to the main interface), as if a "Back" button in Tux Paint were clicked, or the <b><code>[Esc]</code></b> was key pressed. </p>
|
||||
|
||||
<p>
|
||||
Example: <code>killall tuxpaint</code> </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code>SIGUSR1</code> & <code>SIGUSR2</code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint responds by setting its auto-save option (as if it had been launched with "<code>--autosave</code>"), as well as either the option to always save new images (as if launched with "<code>--saveovernew</code>") in the case of receiving a <code>SIGUSR1</code> signal, or to always save over the existing image (as if launched with "<code>--saveover</code>") in the case of receiving <code>SIGUSR2</code>. Then Tux Paint sends itself a <code>SIGTERM</code> signal, in an attempt to quit. (See above.) </p>
|
||||
|
||||
<p>
|
||||
So, from the main interface, Tux Paint should quit almost immediately, with no questions asked. </p>
|
||||
|
||||
<p>
|
||||
<b>Note:</b> From other parts of the interface, unfortunately, Tux Paint will go back one level in the interface. Therefore, at this time, it may be necessary to send this signal to Tux Paint a few times, for it to quit completely. </p>
|
||||
|
||||
<p>
|
||||
Example: <code>killall -s SIGUSR1 tuxpaint</code> </p>
|
||||
</dd>
|
||||
</dl>
|
||||
Tux Paint responds to the following signals (which can be sent to the program's process via `<code>kill</code>` or `<code>killall</code>`, for example). </p>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>SIGTERM</code>
|
||||
(also, <b><code>[Ctrl]</code></b> + <b><code>[C]</code></b> from a terminal running `<code>tuxpaint</code>`) </dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint responds as if the "Quit" button were pressed, or the desktop environment was told to close Tux Paint (e.g., by clicking a window close button, or pressing <b><code>[Alt]</code></b> + <b><code>[F4]</code></b> on most systems). </p>
|
||||
|
||||
<p>
|
||||
From the main interface, Tux Paint will prompt whether or not you wish to quit, and (unless overridden by the auto-save option, e.g. "<code>--autosave</code>") if you'd like to save the current drawing (if unsaved), and if so, and it's a modified version of an existing drawing (unless overridden by the options to save over old images, or always save new images; e.g. "<code>--saveover</code>" and "<code>--saveovernew</code>", respectively), whether or not to overwrite the existing drawing, or save to a new file. </p>
|
||||
|
||||
<p>
|
||||
Example: <code>killall tuxpaint</code> </p>
|
||||
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> <strong>Note:</strong> From other parts of the interface, the signal is currently interpreted as a request to go back (e.g., from the "New" dialog back to the main interface), as if a "Back" button in Tux Paint were clicked, or the <b><code>[Esc]</code></b> was key pressed. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code>SIGUSR1</code> & <code>SIGUSR2</code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint responds by setting its auto-save option (as if it had been launched with "<code>--autosave</code>"), as well as either the option to always save new images (as if launched with "<code>--saveovernew</code>") in the case of receiving a <code>SIGUSR1</code> signal, or to always save over the existing image (as if launched with "<code>--saveover</code>") in the case of receiving <code>SIGUSR2</code>. Then Tux Paint sends itself a <code>SIGTERM</code> signal, in an attempt to quit. (See above.) </p>
|
||||
|
||||
<p>
|
||||
So, from the main interface, Tux Paint should quit almost immediately, with no questions asked. </p>
|
||||
|
||||
<p>
|
||||
Example: <code>killall -s SIGUSR1 tuxpaint</code> </p>
|
||||
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> <strong>Note:</strong> From other parts of the interface, unfortunately, Tux Paint will go back one level in the interface. Therefore, at this time, it may be necessary to send this signal to Tux Paint a few times, for it to quit completely. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -5,59 +5,163 @@
|
|||
Tux Paint SVG Documentation </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
<style>
|
||||
body { font-size: large; }
|
||||
table { font-size: large; }
|
||||
div.screenshot-center {
|
||||
text-align: center;
|
||||
}
|
||||
div.screenshot-right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
div.screenshot-right-after {
|
||||
clear: both;
|
||||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
font-family: sans;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
dd, blockquote {
|
||||
border-left: 1px solid #888;
|
||||
padding-left: 1em;
|
||||
border-radius: 0 0 0 1em;
|
||||
}
|
||||
p.note {
|
||||
border: 1px solid #000;
|
||||
background-color: #eee;
|
||||
border-radius: 0.5em;
|
||||
padding: 0.5em;
|
||||
display: inline-block;
|
||||
margin-right: 3em;
|
||||
}
|
||||
section.outer {
|
||||
padding-bottom: 1em;
|
||||
border-bottom: 2px solid #000;
|
||||
}
|
||||
section.indent p,dl {
|
||||
margin-left: 2em;
|
||||
}
|
||||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF"
|
||||
text="#000000"
|
||||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
SVG Documentation </h1>
|
||||
|
||||
<!-- Title -->
|
||||
<section class="outer">
|
||||
<header>
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
SVG Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
enero 20, 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h1>About SVGs</h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
SVG (Scalable Vector Graphics) is an open standard used to describe two-dimensional vector graphics. It is great for diagrams and shapes, while PNGs are better for photographs. SVG files are a bit like instructions on how to make an image. This means that they can be resized without looking pixelated or blocky. </p>
|
||||
|
||||
<p>
|
||||
For more information, visit: <a href="https://www.w3.org/Graphics/SVG/">https://www.w3.org/Graphics/SVG/</a> </p>
|
||||
</section>
|
||||
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h1>How to make SVGs</h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
enero 20, 2022 </p>
|
||||
</center>
|
||||
An excellent tool with which to create SVG images for use in Tux Paint is Inkscape, a high-quality Open Source interactive drawing program available for Windows, macOS, and Linux. There are also other applications that can produce SVGs, both free/open source, and commerical/proprietary. </p>
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>About SVGs</h2>
|
||||
|
||||
<p>
|
||||
SVG (Scalable Vector Graphics) is an open standard used to describe two-dimensional vector graphics. It is great for diagrams and shapes, while PNGs are better for photographs. SVG files are a bit like instructions on how to make an image. This means that they can be resized without looking pixelated or blocky. </p>
|
||||
|
||||
<p>
|
||||
For more information, visit: <a href="https://www.w3.org/Graphics/SVG/">https://www.w3.org/Graphics/SVG/</a> </p>
|
||||
|
||||
<h2>How to make SVGs</h2>
|
||||
|
||||
<p>
|
||||
An excellent tool with which to create SVG images for use in Tux Paint is Inkscape, a high-quality Open Source interactive drawing program. </p>
|
||||
|
||||
<p>
|
||||
It is likely that is already installed on your system. If not, it should be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="http://www.inkscape.org/">http://www.inkscape.org/</a>, respectively. </p>
|
||||
|
||||
<h2>Mac and Windows users</h2>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="http://www.corel.com/">http://www.corel.com/</a>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<dl>
|
||||
<dt><strong>Open Source</strong></dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>Inkscape</cite>
|
||||
—
|
||||
<a href="http://www.inkscape.org/">http://www.inkscape.org/</a>
|
||||
</li>
|
||||
<li> <cite>Karbon</cite>
|
||||
—
|
||||
<a href="https://calligra.org/karbon/">https://calligra.org/karbon/</a>
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
<dt><strong>Proprietary</strong></dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="https://www.coreldraw.com/en/">https://www.coreldraw.com/en/</a>
|
||||
</li>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/illustrator.html">http://www.adobe.com/products/illustrator.html</a>
|
||||
</ul>
|
||||
</li>
|
||||
<li> <cite>Boxy SVG</cite>
|
||||
—
|
||||
<a href="https://boxy-svg.com/">https://boxy-svg.com/</a>
|
||||
</li>
|
||||
<li> <cite>Sketch</cite>
|
||||
(Sketch B.V.)
|
||||
—
|
||||
<a href="https://boxy-svg.com/">https://boxy-svg.com/</a>
|
||||
</li>
|
||||
</ul>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -5,11 +5,9 @@
|
|||
Copyright © 2007-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
janvier 20, 2022
|
||||
mars 31, 2022
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
À propos des PNG
|
||||
À propos des PNG
|
||||
|
||||
PNG veut dire Portable Network Portable (format graphique portable pour
|
||||
réseau). C'est un standard ouvert, qui n'est pas sous le poids des brevets
|
||||
|
|
@ -36,53 +34,60 @@ Comment créer des PNG
|
|||
Ce qui suit est une très brève liste de méthodes pour créer des PNG ou
|
||||
convertir des images existantes en PNG.
|
||||
|
||||
GIMP & Krita
|
||||
GIMP & Krita
|
||||
|
||||
D'excellents outils pour créer des images PNG utilisables dans Tux Paint
|
||||
sont Gimp et Krita, tous deux programmes interactifs de dessin et
|
||||
d'édition de photos Open Source et de grande qualité.
|
||||
D'excellents outils pour créer des images PNG utilisables dans Tux
|
||||
Paint sont Gimp et Krita, tous deux programmes interactifs de
|
||||
dessin et d'édition de photos Open Source et de grande qualité.
|
||||
|
||||
Un des deux, ou les deux, sont probablement déjà installés sur votre
|
||||
système Linux. Sinon, ils sont certainement disponibles depuis le site de
|
||||
téléchargement de votre distribution. Sinon, ou pour en apprendre plus,
|
||||
visitez respectivement http://www.gimp.org/ et http://www.krita.org/.
|
||||
Un des deux, ou les deux, sont probablement déjà installés sur
|
||||
votre système Linux. Sinon, ils sont certainement disponibles
|
||||
depuis le site de téléchargement de votre distribution. Sinon, ou
|
||||
pour en apprendre plus, visitez respectivement
|
||||
http://www.gimp.org/ et http://www.krita.org/.
|
||||
|
||||
Outils en ligne de commande
|
||||
Outils en ligne de commande
|
||||
|
||||
NetPBM
|
||||
NetPBM
|
||||
|
||||
Les outils Bitmap portables (appelés généralement «NetPBM») sont une
|
||||
collection d'outils de ligne de commande Open Source qui convertissent
|
||||
vers et depuis différents formats tels que GIF, TIFF, BMP, PNG et beaucoup
|
||||
d'autres.
|
||||
Les outils Bitmap portables (appelés généralement
|
||||
«NetPBM») sont une collection d'outils de ligne de
|
||||
commande Open Source qui convertissent vers et depuis
|
||||
différents formats tels que GIF, TIFF, BMP, PNG et
|
||||
beaucoup d'autres.
|
||||
|
||||
Ils sont probablement déjà installés sur votre système. Sinon, ils sont
|
||||
certainement disponibles depuis le site de téléchargement de votre
|
||||
distribution Linux. Sinon, ou pour en apprendre plus, visitez
|
||||
http://netpbm.sourceforge.net/.
|
||||
Ils sont probablement déjà installés sur votre
|
||||
système. Sinon, ils sont certainement disponibles
|
||||
depuis le site de téléchargement de votre
|
||||
distribution Linux. Sinon, ou pour en apprendre plus,
|
||||
visitez http://netpbm.sourceforge.net/.
|
||||
|
||||
cjpeg/djpeg
|
||||
cjpeg/djpeg
|
||||
|
||||
Les programmes en ligne de commande "cjpeg" et "djpeg" font la conversion
|
||||
entre le format PNM (Portable Any Map) de NetPBM et les JPEG. Ils sont
|
||||
probablement déjà installés sur votre système. Sinon, ils sont
|
||||
certainement disponibles depuis le site de téléchargement de votre
|
||||
distribution Linux. Sinon, ou pour en apprendre plus, visitez
|
||||
https://jpegclub.org/.
|
||||
Les programmes en ligne de commande "cjpeg" et
|
||||
"djpeg" font la conversion entre le format PNM
|
||||
(Portable Any Map) de NetPBM et les JPEG. Ils sont
|
||||
probablement déjà installés sur votre système. Sinon,
|
||||
ils sont certainement disponibles depuis le site de
|
||||
téléchargement de votre distribution Linux. Sinon, ou
|
||||
pour en apprendre plus, visitez
|
||||
https://jpegclub.org/.
|
||||
|
||||
Utilisateurs de Windows
|
||||
Proprietary Software for Windows
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* Illustrator (Adobe) —
|
||||
http://www.adobe.com/products/illustrator.html
|
||||
* Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
* Photoshop (Adobe) —
|
||||
http://www.adobe.com/products/photoshop.html
|
||||
* PIXresizer (Bluefive software) —
|
||||
http://bluefive.pair.com/pixresizer.htm
|
||||
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
* Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
* PIXresizer (Bluefive software) —
|
||||
http://bluefive.pair.com/pixresizer.htm
|
||||
|
||||
Utilisateurs de Macintosh
|
||||
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* GraphicConverter (Lemke Software) —
|
||||
https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
|
||||
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
Utilisateurs de Macintosh
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* GraphicConverter (Lemke Software) —
|
||||
https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
|
||||
* Illustrator (Adobe) —
|
||||
http://www.adobe.com/products/illustrator.html
|
||||
* Photoshop (Adobe) —
|
||||
http://www.adobe.com/products/photoshop.html
|
||||
|
|
|
|||
|
|
@ -6,8 +6,9 @@
|
|||
Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
@TuxPaintTweets on Twitter
|
||||
Tux Paint on Tumblr
|
||||
|
||||
mars 1, 2022
|
||||
mars 18, 2022
|
||||
|
||||
+----------------------------------------------------------+
|
||||
|Table des matières |
|
||||
|
|
@ -1147,3 +1148,4 @@ Importer des images manuellement
|
|||
* "Microsoft" and "Windows" are registered trademarks of Microsoft Corp.
|
||||
* "Apple" and "macOS" are registered trademarks of Apple Inc.
|
||||
* "Twitter" is a registered trademark of Twitter, Inc.
|
||||
* "Tumblr" is a registered trademark of Tumblr, Inc.
|
||||
|
|
|
|||
|
|
@ -5,9 +5,7 @@
|
|||
Copyright © 2019-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
janvier 20, 2022
|
||||
|
||||
----------------------------------------------------------------------
|
||||
mars 31, 2022
|
||||
|
||||
Tux Paint répond aux signaux suivants (qui peuvent être envoyé au
|
||||
processus du programme via `kill` ou`killall`, par exemple).
|
||||
|
|
@ -28,14 +26,13 @@
|
|||
sauvegarder avec un nouveau nom (par ex. "--saveover" ou
|
||||
"--saveovernew") vers un nouveau fichier.
|
||||
|
||||
Remarque :Sur d'autres parties de l'interface, le signal est en
|
||||
fait interprété comme une demande de retour en arrière (par
|
||||
exemple, de la boîte de dialogue "Nouveau" pour revenir sur
|
||||
l'interface principale), comme si un bouton "Retour" dans Tux
|
||||
Paint a été cliqué, ou la touche [Esc] enfoncée.
|
||||
|
||||
Exemple: killall tuxpaint
|
||||
|
||||
💡 Note: From other parts of the interface, the signal is currently
|
||||
interpreted as a request to go back (e.g., from the "New" dialog
|
||||
back to the main interface), as if a "Back" button in Tux Paint
|
||||
were clicked, or the [Esc] was key pressed.
|
||||
|
||||
SIGUSR1 & SIGUSR2
|
||||
|
||||
Tux Paint répond en définissant son option "autosave" (comme si
|
||||
|
|
@ -50,10 +47,9 @@
|
|||
Ainsi, à partir de l'interface principale, Tux Paint devrait se
|
||||
fermer presque immédiatement, sans poser de questions.
|
||||
|
||||
À partir d'autres parties de l'interface, malheureusement, Tux
|
||||
Paint ne reviendra que d'un niveau dans l'interface. Par
|
||||
conséquent, à ce moment, il peut être nécessaire d'envoyer ce
|
||||
signal à Tux Paint plusieurs fois pour qu'il s'arrête
|
||||
complètement.
|
||||
|
||||
Exemple: killall -s SIGUSR1 tuxpaint
|
||||
|
||||
💡 Note: From other parts of the interface, unfortunately, Tux
|
||||
Paint will go back one level in the interface. Therefore, at this
|
||||
time, it may be necessary to send this signal to Tux Paint a few
|
||||
times, for it to quit completely.
|
||||
|
|
|
|||
|
|
@ -7,9 +7,7 @@
|
|||
|
||||
janvier 20, 2022
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
À propos de SVG
|
||||
À propos de SVG
|
||||
|
||||
SVG (Scalable Vector Graphics) est un standard ouvert utilisé pour décrire
|
||||
des graphiques vectoriels en deux dimensions. C'est parfait pour les
|
||||
|
|
@ -20,18 +18,20 @@
|
|||
|
||||
Pour plus d'informations, voir : https://www.w3.org/Graphics/SVG/
|
||||
|
||||
Comment fabriquer des SVG
|
||||
Comment fabriquer des SVG
|
||||
|
||||
Un excellent outil pouvant servir à créer des images SVG pour Tux Paint
|
||||
est Inkscape, un programme de dessin interactif d'excellente qualité, et
|
||||
Open Source.
|
||||
An excellent tool with which to create SVG images for use in Tux Paint is
|
||||
Inkscape, a high-quality Open Source interactive drawing program available
|
||||
for Windows, macOS, and Linux. There are also other applications that can
|
||||
produce SVGs, both free/open source, and commerical/proprietary.
|
||||
|
||||
Il est probablement déjà installé sur votre système. Sinon, il est
|
||||
certainement disponible depuis le site de téléchargement de votre
|
||||
distribution Linux. Sinon, ou pour en apprendre plus, visitez
|
||||
http://www.inkscape.org/.
|
||||
Open Source
|
||||
* Inkscape — http://www.inkscape.org/
|
||||
* Karbon — https://calligra.org/karbon/
|
||||
|
||||
Utilisateurs de Mac et Windows
|
||||
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
Proprietary
|
||||
* CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
* Illustrator (Adobe) —
|
||||
http://www.adobe.com/products/illustrator.html
|
||||
* Boxy SVG — https://boxy-svg.com/
|
||||
* Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -5,113 +5,206 @@
|
|||
Documentation sur PNG pour Tux Paint </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
<style>
|
||||
body { font-size: large; }
|
||||
table { font-size: large; }
|
||||
div.screenshot-center {
|
||||
text-align: center;
|
||||
}
|
||||
div.screenshot-right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
div.screenshot-right-after {
|
||||
clear: both;
|
||||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
font-family: sans;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
dd, blockquote {
|
||||
border-left: 1px solid #888;
|
||||
padding-left: 1em;
|
||||
border-radius: 0 0 0 1em;
|
||||
}
|
||||
p.note {
|
||||
border: 1px solid #000;
|
||||
background-color: #eee;
|
||||
border-radius: 0.5em;
|
||||
padding: 0.5em;
|
||||
display: inline-block;
|
||||
margin-right: 3em;
|
||||
}
|
||||
section.outer {
|
||||
padding-bottom: 1em;
|
||||
border-bottom: 2px solid #000;
|
||||
}
|
||||
section.indent p,dl {
|
||||
margin-left: 2em;
|
||||
}
|
||||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF"
|
||||
text="#000000"
|
||||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
Documentation sur PNG pour Tux Paint </h1>
|
||||
<section class="outer">
|
||||
<header>
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
Documentation sur PNG pour Tux Paint </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
mars 31, 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h1>À propos des PNG</h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
janvier 20, 2022 </p>
|
||||
</center>
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>À propos des PNG</h2>
|
||||
|
||||
<p>
|
||||
PNG veut dire Portable Network Portable (format graphique portable pour réseau). C'est un standard ouvert, qui n'est pas sous le poids des brevets (comme les GIF). C'est un format hautement compressé (mais pas "avec perte" comme les JPEG - la perte permet aux fichiers d'être plus petit, mais introduit des "erreurs" dans l'image lors de l'enregistrement), et prend en charge la couleur 24 bits (16,7 millions de couleurs) ainsi qu'un "canal alpha", c'est-à-dire que chaque pixel peut avoir un degré variable de transparence. </p>
|
||||
|
||||
<p>
|
||||
Pour plus d'informations, voir : <a href="http://www.libpng.org/">http://www.libpng.org/</a> </p>
|
||||
|
||||
<p>
|
||||
Ces fonctionnalités (format ouvert, pas de perte, compression, transparence/alpha) en font le meileur choix pour Tux Paint (La prise en charge du format PNG par Tux Paint vient de la bibliothèque Open Source SDL_Image, qui à son tour l'a obtenue de la bibliothèque libPNG.) </p>
|
||||
|
||||
<p>
|
||||
La prise en charge de nombreuses couleurs permet aux images "tampons de caoutchouc" de qualité photo d'être utilisable dans Tux Paint, et la transparence alpha permet une haute qualité pour les pinceaux. </p>
|
||||
|
||||
<h2>Comment créer des PNG</h2>
|
||||
PNG veut dire Portable Network Portable (format graphique portable pour réseau). C'est un standard ouvert, qui n'est pas sous le poids des brevets (comme les GIF). C'est un format hautement compressé (mais pas "avec perte" comme les JPEG - la perte permet aux fichiers d'être plus petit, mais introduit des "erreurs" dans l'image lors de l'enregistrement), et prend en charge la couleur 24 bits (16,7 millions de couleurs) ainsi qu'un "canal alpha", c'est-à-dire que chaque pixel peut avoir un degré variable de transparence. </p>
|
||||
|
||||
<p>Ce qui suit est une très <em>brève</em> liste de méthodes pour créer des PNG ou convertir des images existantes en PNG.
|
||||
<h3>GIMP & Krita</h3>
|
||||
<p>
|
||||
D'excellents outils pour créer des images PNG utilisables dans Tux Paint sont Gimp et Krita, tous deux programmes interactifs de dessin et d'édition de photos Open Source et de grande qualité. </p>
|
||||
<p>
|
||||
Pour plus d'informations, voir : <a href="http://www.libpng.org/">http://www.libpng.org/</a> </p>
|
||||
|
||||
<p>
|
||||
Ces fonctionnalités (format ouvert, pas de perte, compression, transparence/alpha) en font le meileur choix pour Tux Paint (La prise en charge du format PNG par Tux Paint vient de la bibliothèque Open Source SDL_Image, qui à son tour l'a obtenue de la bibliothèque libPNG.) </p>
|
||||
|
||||
<p>
|
||||
La prise en charge de nombreuses couleurs permet aux images "tampons de caoutchouc" de qualité photo d'être utilisable dans Tux Paint, et la transparence alpha permet une haute qualité pour les pinceaux. </p>
|
||||
</section>
|
||||
|
||||
<p>
|
||||
Un des deux, ou les deux, sont probablement déjà installés sur votre système Linux. Sinon, ils sont certainement disponibles depuis le site de téléchargement de votre distribution. Sinon, ou pour en apprendre plus, visitez respectivement <a href="http://www.gimp.org/">http://www.gimp.org/</a> et <a href="http://www.krita.org/">http://www.krita.org/</a>. </p>
|
||||
|
||||
<h3>Outils en ligne de commande</h3>
|
||||
|
||||
<h4>NetPBM</h4>
|
||||
<p>
|
||||
Les outils Bitmap portables (appelés généralement «NetPBM») sont une collection d'outils de ligne de commande Open Source qui convertissent vers et depuis différents formats tels que GIF, TIFF, BMP, PNG et beaucoup d'autres. </p>
|
||||
|
||||
<p>
|
||||
Ils sont probablement déjà installés sur votre système. Sinon, ils sont certainement disponibles depuis le site de téléchargement de votre distribution Linux. Sinon, ou pour en apprendre plus, visitez <a href="http://netpbm.sourceforge.net/">http://netpbm.sourceforge.net/</a>. </p>
|
||||
|
||||
<h4>cjpeg/djpeg</h4>
|
||||
<p>
|
||||
Les programmes en ligne de commande "cjpeg" et "djpeg" font la conversion entre le format PNM (Portable Any Map) de NetPBM et les JPEG.
|
||||
Ils sont probablement déjà installés sur votre système. Sinon, ils sont certainement disponibles depuis le site de téléchargement de votre distribution Linux. Sinon, ou pour en apprendre plus, visitez <a href="https://jpegclub.org/">https://jpegclub.org/</a>. </p>
|
||||
|
||||
<h3>Utilisateurs de Windows</h3>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h2>Comment créer des PNG</h2>
|
||||
</header>
|
||||
|
||||
<p>Ce qui suit est une très <em>brève</em> liste de méthodes pour créer des PNG ou convertir des images existantes en PNG.
|
||||
<dl>
|
||||
<dt>GIMP & Krita</dt>
|
||||
<dd>
|
||||
<p>
|
||||
D'excellents outils pour créer des images PNG utilisables dans Tux Paint sont Gimp et Krita, tous deux programmes interactifs de dessin et d'édition de photos Open Source et de grande qualité. </p>
|
||||
|
||||
<p>
|
||||
Un des deux, ou les deux, sont probablement déjà installés sur votre système Linux. Sinon, ils sont certainement disponibles depuis le site de téléchargement de votre distribution. Sinon, ou pour en apprendre plus, visitez respectivement <a href="http://www.gimp.org/">http://www.gimp.org/</a> et <a href="http://www.krita.org/">http://www.krita.org/</a>. </p>
|
||||
</dd>
|
||||
|
||||
<dt>Outils en ligne de commande</dt>
|
||||
<dd>
|
||||
<dl>
|
||||
<dt>NetPBM</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Les outils Bitmap portables (appelés généralement «NetPBM») sont une collection d'outils de ligne de commande Open Source qui convertissent vers et depuis différents formats tels que GIF, TIFF, BMP, PNG et beaucoup d'autres. </p>
|
||||
|
||||
<p>
|
||||
Ils sont probablement déjà installés sur votre système. Sinon, ils sont certainement disponibles depuis le site de téléchargement de votre distribution Linux. Sinon, ou pour en apprendre plus, visitez <a href="http://netpbm.sourceforge.net/">http://netpbm.sourceforge.net/</a>. </p>
|
||||
</dd>
|
||||
|
||||
<dt>cjpeg/djpeg</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Les programmes en ligne de commande "cjpeg" et "djpeg" font la conversion entre le format PNM (Portable Any Map) de NetPBM et les JPEG.
|
||||
Ils sont probablement déjà installés sur votre système. Sinon, ils sont certainement disponibles depuis le site de téléchargement de votre distribution Linux. Sinon, ou pour en apprendre plus, visitez <a href="https://jpegclub.org/">https://jpegclub.org/</a>. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</dd>
|
||||
|
||||
<dt>Proprietary Software for Windows</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="http://www.corel.com/">http://www.corel.com/</a>
|
||||
<li> <cite>Illustrator</cite>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/illustrator.html">http://www.adobe.com/products/illustrator.html</a>
|
||||
<li> <cite>Paint Shop Pro</cite>
|
||||
<li> <cite>Paint Shop Pro</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="https://www.paintshoppro.com/">https://www.paintshoppro.com/</a>
|
||||
<li> <cite>Photoshop</cite>
|
||||
<li> <cite>Photoshop</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a>
|
||||
<li> <cite>PIXresizer</cite>
|
||||
<li> <cite>PIXresizer</cite>
|
||||
(Bluefive software)
|
||||
—
|
||||
<a href="http://bluefive.pair.com/pixresizer.htm">http://bluefive.pair.com/pixresizer.htm</a>
|
||||
</ul>
|
||||
|
||||
<h3>Utilisateurs de Macintosh</h3>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>Utilisateurs de Macintosh</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="http://www.corel.com/">http://www.corel.com/</a>
|
||||
<li> <cite>GraphicConverter</cite>
|
||||
<li> <cite>GraphicConverter</cite>
|
||||
(Lemke Software)
|
||||
—
|
||||
<a href="https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/">https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/</a>
|
||||
<li> <cite>Illustrator</cite>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/illustrator.html">http://www.adobe.com/products/illustrator.html</a>
|
||||
<li> <cite>Photoshop</cite>
|
||||
<li> <cite>Photoshop</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a>
|
||||
</ul>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,15 +21,17 @@
|
|||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4 { font-family: sans; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
|
|
@ -60,6 +62,9 @@
|
|||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
|
|
@ -92,11 +97,12 @@
|
|||
<p>
|
||||
Copyright © 2002-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br/>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a><br/>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a><br/>
|
||||
<a href="https://tuxpaint.tumblr.com/">Tux Paint on Tumblr</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
mars 1, 2022 </p>
|
||||
mars 18, 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -113,7 +119,7 @@
|
|||
<tr>
|
||||
<td>
|
||||
<ul>
|
||||
<li><a href="#about">À propos de Tux Paint</a></li> <li><a href="#using">Utiliser Tux Paint</a> <ul>
|
||||
<li><a href="#about">À propos de Tux Paint</a></li> <li><a href="#using">Utiliser Tux Paint</a> <ul>
|
||||
<li><a href="#using_loading">Lancement de Tux Paint</a></li> <li><a href="#using_title">Écran titre</a></li> <li><a href="#using_main">Écran principal</a></li> <li><a href="#using_tools">Outils disponibles</a> <ul>
|
||||
<li><a href="#using_tools_drawing">Outils de dessin</a> <ul>
|
||||
<li><a href="#using_tools_drawing_paint">Outil "Peinture" (pinceau)</a></li> <li><a href="#using_tools_drawing_stamp">Outil "Tampon" (tampon de caoutchouc)</a></li> <li><a href="#using_tools_drawing_lines">Outil "Lignes"</a></li> <li><a href="#using_tools_drawing_shapes">Outil "Formes"</a></li> <li><a href="#using_tools_drawing_text_and_label">Outils "Texte" et "Étiquette"</a></li> <li><a href="#using_tools_drawing_fill">Outil "Remplir"</a></li> <li><a href="#using_tools_drawing_magic">Outil "Magie" (Effets spéciaux)</a></li> <li><a href="#using_tools_drawing_eraser">Outil "Gomme"</a></li> </ul>
|
||||
|
|
@ -1602,6 +1608,7 @@
|
|||
<li>"Microsoft" and "Windows" are registered trademarks of Microsoft Corp.</li>
|
||||
<li>"Apple" and "macOS" are registered trademarks of Apple Inc.</li>
|
||||
<li>"Twitter" is a registered trademark of Twitter, Inc.</li>
|
||||
<li>"Tumblr" is a registered trademark of Tumblr, Inc.</li>
|
||||
</ul>
|
||||
</section>
|
||||
</footer>
|
||||
|
|
|
|||
|
|
@ -5,71 +5,143 @@
|
|||
Documentation sur les signaux pour Tux Paint </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
<style>
|
||||
body { font-size: large; }
|
||||
table { font-size: large; }
|
||||
div.screenshot-center {
|
||||
text-align: center;
|
||||
}
|
||||
div.screenshot-right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
div.screenshot-right-after {
|
||||
clear: both;
|
||||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
font-family: sans;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
dd, blockquote {
|
||||
border-left: 1px solid #888;
|
||||
padding-left: 1em;
|
||||
border-radius: 0 0 0 1em;
|
||||
}
|
||||
p.note {
|
||||
border: 1px solid #000;
|
||||
background-color: #eee;
|
||||
border-radius: 0.5em;
|
||||
padding: 0.5em;
|
||||
display: inline-block;
|
||||
margin-right: 3em;
|
||||
}
|
||||
section.outer {
|
||||
padding-bottom: 1em;
|
||||
border-bottom: 2px solid #000;
|
||||
}
|
||||
section.indent p,dl {
|
||||
margin-left: 2em;
|
||||
}
|
||||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF"
|
||||
text="#000000"
|
||||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
Documentation sur les signaux </h1>
|
||||
<section class="outer">
|
||||
<center>
|
||||
<header>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
Documentation sur les signaux </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2019-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
mars 31, 2022 </p>
|
||||
</header>
|
||||
</center>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<p>
|
||||
Copyright © 2019-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
janvier 20, 2022 </p>
|
||||
</center>
|
||||
|
||||
<hr>
|
||||
|
||||
<p>
|
||||
Tux Paint répond aux signaux suivants (qui peuvent être envoyé au processus du programme via `<code>kill</code>` ou`<code>killall</code>`, par exemple). </p>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>SIGTERM</code>
|
||||
(également, <b><code>[Ctrl]</code></b> + <b><code>[C]</code></b> depuis un terminal exécutant '<code>tuxpaint</code>') </dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint répond comme si le bouton "Quitter" était enfoncé, ou l'environnement de bureau a été invité à fermer Tux Paint (par exemple, en cliquant sur un bouton de fermeture de fenêtre, ou en appuyant sur <b><code>[Alt]</code></b> + <b><code>[F4]</code></b> sur la plupart des systèmes). </p>
|
||||
|
||||
<p>
|
||||
Depuis l'interface principale, Tux Paint vous demandera si vous souhaitez quitter ou non, et (sauf si remplacé par l'option autosave, par ex. "<code>--autosave</code>") si vous souhaitez enregistrer le dessin courant (s'il n'est pas enregistré), et si c'est le cas, et c'est une version modifiée d'un dessin existant (sauf si remplacé par les options pour écraser les images anciennes, ou bien sauvegarder avec un nouveau nom (par ex. "<code>--saveover</code>" ou "<code>--saveovernew</code>") vers un nouveau fichier. </p>
|
||||
|
||||
<p>
|
||||
<b>Remarque :</b>Sur d'autres parties de l'interface, le signal est en fait interprété comme une demande de retour en arrière (par exemple, de la boîte de dialogue "Nouveau" pour revenir sur l'interface principale), comme si un bouton "Retour" dans Tux Paint a été cliqué, ou la touche <b><code>[Esc]</code></b> enfoncée. </p>
|
||||
|
||||
<p>
|
||||
Exemple: <code>killall tuxpaint</code> </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code>SIGUSR1</code> & <code>SIGUSR2</code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint répond en définissant son option "autosave" (comme si cela avait été lancé avec "<code>--autosave</code>"), aussi bien que l'option pour toujours sauvegarder de nouvelles images (comme si c'était lancé avec "<code>--saveovernew</code>"), dans le cas de la réception d'un signal <code>SIGUSR1</code>, ou bien d'écraser les images existantes (comme si cela avait lancé avec "<code>--saveover</code>") dans le cas où on recevait <code>SIGUSR2</code>. Alors Tux Paint envoie à lui-même le signal <code>SIGTERM</code>, pour une tentative de quitter (Voir ci-dessus.) </p>
|
||||
|
||||
<p>
|
||||
Ainsi, à partir de l'interface principale, Tux Paint devrait se fermer presque immédiatement, sans poser de questions. </p>
|
||||
|
||||
<p>
|
||||
À partir d'autres parties de l'interface, malheureusement, Tux Paint ne reviendra que d'un niveau dans l'interface. Par conséquent, à ce moment, il peut être nécessaire d'envoyer ce signal à Tux Paint plusieurs fois pour qu'il s'arrête complètement. </p>
|
||||
|
||||
<p>
|
||||
Exemple: <code>killall -s SIGUSR1 tuxpaint</code> </p>
|
||||
</dd>
|
||||
</dl>
|
||||
Tux Paint répond aux signaux suivants (qui peuvent être envoyé au processus du programme via `<code>kill</code>` ou`<code>killall</code>`, par exemple). </p>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>SIGTERM</code>
|
||||
(également, <b><code>[Ctrl]</code></b> + <b><code>[C]</code></b> depuis un terminal exécutant '<code>tuxpaint</code>') </dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint répond comme si le bouton "Quitter" était enfoncé, ou l'environnement de bureau a été invité à fermer Tux Paint (par exemple, en cliquant sur un bouton de fermeture de fenêtre, ou en appuyant sur <b><code>[Alt]</code></b> + <b><code>[F4]</code></b> sur la plupart des systèmes). </p>
|
||||
|
||||
<p>
|
||||
Depuis l'interface principale, Tux Paint vous demandera si vous souhaitez quitter ou non, et (sauf si remplacé par l'option autosave, par ex. "<code>--autosave</code>") si vous souhaitez enregistrer le dessin courant (s'il n'est pas enregistré), et si c'est le cas, et c'est une version modifiée d'un dessin existant (sauf si remplacé par les options pour écraser les images anciennes, ou bien sauvegarder avec un nouveau nom (par ex. "<code>--saveover</code>" ou "<code>--saveovernew</code>") vers un nouveau fichier. </p>
|
||||
|
||||
<p>
|
||||
Exemple: <code>killall tuxpaint</code> </p>
|
||||
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> <strong>Note:</strong> From other parts of the interface, the signal is currently interpreted as a request to go back (e.g., from the "New" dialog back to the main interface), as if a "Back" button in Tux Paint were clicked, or the <b><code>[Esc]</code></b> was key pressed. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code>SIGUSR1</code> & <code>SIGUSR2</code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint répond en définissant son option "autosave" (comme si cela avait été lancé avec "<code>--autosave</code>"), aussi bien que l'option pour toujours sauvegarder de nouvelles images (comme si c'était lancé avec "<code>--saveovernew</code>"), dans le cas de la réception d'un signal <code>SIGUSR1</code>, ou bien d'écraser les images existantes (comme si cela avait lancé avec "<code>--saveover</code>") dans le cas où on recevait <code>SIGUSR2</code>. Alors Tux Paint envoie à lui-même le signal <code>SIGTERM</code>, pour une tentative de quitter (Voir ci-dessus.) </p>
|
||||
|
||||
<p>
|
||||
Ainsi, à partir de l'interface principale, Tux Paint devrait se fermer presque immédiatement, sans poser de questions. </p>
|
||||
|
||||
<p>
|
||||
Exemple: <code>killall -s SIGUSR1 tuxpaint</code> </p>
|
||||
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> <strong>Note:</strong> From other parts of the interface, unfortunately, Tux Paint will go back one level in the interface. Therefore, at this time, it may be necessary to send this signal to Tux Paint a few times, for it to quit completely. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -5,59 +5,163 @@
|
|||
Documentation sur SVG pour Tux Paint </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
<style>
|
||||
body { font-size: large; }
|
||||
table { font-size: large; }
|
||||
div.screenshot-center {
|
||||
text-align: center;
|
||||
}
|
||||
div.screenshot-right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
div.screenshot-right-after {
|
||||
clear: both;
|
||||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
font-family: sans;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
dd, blockquote {
|
||||
border-left: 1px solid #888;
|
||||
padding-left: 1em;
|
||||
border-radius: 0 0 0 1em;
|
||||
}
|
||||
p.note {
|
||||
border: 1px solid #000;
|
||||
background-color: #eee;
|
||||
border-radius: 0.5em;
|
||||
padding: 0.5em;
|
||||
display: inline-block;
|
||||
margin-right: 3em;
|
||||
}
|
||||
section.outer {
|
||||
padding-bottom: 1em;
|
||||
border-bottom: 2px solid #000;
|
||||
}
|
||||
section.indent p,dl {
|
||||
margin-left: 2em;
|
||||
}
|
||||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF"
|
||||
text="#000000"
|
||||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
Documentation sur SVG </h1>
|
||||
|
||||
<!-- Title -->
|
||||
<section class="outer">
|
||||
<header>
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
Documentation sur SVG </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
janvier 20, 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h1>À propos de SVG</h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
SVG (Scalable Vector Graphics) est un standard ouvert utilisé pour décrire des graphiques vectoriels en deux dimensions. C'est parfait pour les diagrammes et les formes, tandis que les PNG sont meilleurs pour les photographies. Les fichiers SVG sont un peu comme des instructions sur la façon de créer une image. Cela signifie qu'ils peuvent être redimensionnés sans paraître pixélisés ou avec des blocs. </p>
|
||||
|
||||
<p>
|
||||
Pour plus d'informations, voir : <a href="https://www.w3.org/Graphics/SVG/">https://www.w3.org/Graphics/SVG/</a> </p>
|
||||
</section>
|
||||
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h1>Comment fabriquer des SVG</h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
janvier 20, 2022 </p>
|
||||
</center>
|
||||
An excellent tool with which to create SVG images for use in Tux Paint is Inkscape, a high-quality Open Source interactive drawing program available for Windows, macOS, and Linux. There are also other applications that can produce SVGs, both free/open source, and commerical/proprietary. </p>
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>À propos de SVG</h2>
|
||||
|
||||
<p>
|
||||
SVG (Scalable Vector Graphics) est un standard ouvert utilisé pour décrire des graphiques vectoriels en deux dimensions. C'est parfait pour les diagrammes et les formes, tandis que les PNG sont meilleurs pour les photographies. Les fichiers SVG sont un peu comme des instructions sur la façon de créer une image. Cela signifie qu'ils peuvent être redimensionnés sans paraître pixélisés ou avec des blocs. </p>
|
||||
|
||||
<p>
|
||||
Pour plus d'informations, voir : <a href="https://www.w3.org/Graphics/SVG/">https://www.w3.org/Graphics/SVG/</a> </p>
|
||||
|
||||
<h2>Comment fabriquer des SVG</h2>
|
||||
|
||||
<p>
|
||||
Un excellent outil pouvant servir à créer des images SVG pour Tux Paint est Inkscape, un programme de dessin interactif d'excellente qualité, et Open Source. </p>
|
||||
|
||||
<p>
|
||||
Il est probablement déjà installé sur votre système. Sinon, il est certainement disponible depuis le site de téléchargement de votre distribution Linux. Sinon, ou pour en apprendre plus, visitez <a href="http://www.inkscape.org/">http://www.inkscape.org/</a>. </p>
|
||||
|
||||
<h2>Utilisateurs de Mac et Windows</h2>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="http://www.corel.com/">http://www.corel.com/</a>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<dl>
|
||||
<dt><strong>Open Source</strong></dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>Inkscape</cite>
|
||||
—
|
||||
<a href="http://www.inkscape.org/">http://www.inkscape.org/</a>
|
||||
</li>
|
||||
<li> <cite>Karbon</cite>
|
||||
—
|
||||
<a href="https://calligra.org/karbon/">https://calligra.org/karbon/</a>
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
<dt><strong>Proprietary</strong></dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="https://www.coreldraw.com/en/">https://www.coreldraw.com/en/</a>
|
||||
</li>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/illustrator.html">http://www.adobe.com/products/illustrator.html</a>
|
||||
</ul>
|
||||
</li>
|
||||
<li> <cite>Boxy SVG</cite>
|
||||
—
|
||||
<a href="https://boxy-svg.com/">https://boxy-svg.com/</a>
|
||||
</li>
|
||||
<li> <cite>Sketch</cite>
|
||||
(Sketch B.V.)
|
||||
—
|
||||
<a href="https://boxy-svg.com/">https://boxy-svg.com/</a>
|
||||
</li>
|
||||
</ul>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -5,11 +5,9 @@
|
|||
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
20 de Xaneiro de 2022
|
||||
31 de Marzo de 2022
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Sobre os PNG
|
||||
Sobre os PNG
|
||||
|
||||
PNG é o formato de Gráficos de Rede Portátiles. É un estándar aberto, non
|
||||
lastrado polas patentes (como os GIF). É un formato moi comprimido (aínda
|
||||
|
|
@ -35,51 +33,59 @@ Como facer imaxes PNG
|
|||
A continuación amosarase unha lista moi breve de xeitos de crear PNG ou
|
||||
converter as imaxes existentes a PNG.
|
||||
|
||||
GIMP & Krita
|
||||
GIMP & Krita
|
||||
|
||||
GIMP e Krita son dúas excelentes ferramentas coas que crear imaxes PNG
|
||||
para usar en Tux Paint , ambos son programas de debuxo interactivo e
|
||||
edición de fotos de código aberto de alta calidade.
|
||||
GIMP e Krita son dúas excelentes ferramentas coas que crear imaxes
|
||||
PNG para usar en Tux Paint , ambos son programas de debuxo
|
||||
interactivo e edición de fotos de código aberto de alta calidade.
|
||||
|
||||
É probábel que un ou ambos xa estean instalados no seu sistema. Se non,
|
||||
deberían estar dispoñíbeis no repositorio de software da súa distribución
|
||||
Linux. Se non é así, ou para obter máis información, visite
|
||||
http://www.gimp.org/ e http://www.krita.org/ respectivamente.
|
||||
É probábel que un ou ambos xa estean instalados no seu sistema. Se
|
||||
non, deberían estar dispoñíbeis no repositorio de software da súa
|
||||
distribución Linux. Se non é así, ou para obter máis información,
|
||||
visite http://www.gimp.org/ e http://www.krita.org/
|
||||
respectivamente.
|
||||
|
||||
Ferramentas da liña de ordes
|
||||
Ferramentas da liña de ordes
|
||||
|
||||
NetPBM
|
||||
NetPBM
|
||||
|
||||
As ferramentas de Mapas de bits Portátil –Portable Bitmap– (coñecidas
|
||||
colectivamente como «NetPBM») son unha colección de ferramentas de liña de
|
||||
ordes de código aberto que converten a e dende varios formatos, incluíndo
|
||||
GIF, TIFF, BMP, PNG e moitos máis.
|
||||
As ferramentas de Mapas de bits Portátil –Portable
|
||||
Bitmap– (coñecidas colectivamente como «NetPBM») son
|
||||
unha colección de ferramentas de liña de ordes de
|
||||
código aberto que converten a e dende varios
|
||||
formatos, incluíndo GIF, TIFF, BMP, PNG e moitos
|
||||
máis.
|
||||
|
||||
É posíbel que xa estea instalado no seu sistema. Se non, estarán
|
||||
dispoñíbeis no repositorio de software da súa distribución Linux. Se non é
|
||||
así, ou para saber máis, visite http://netpbm.sourceforge.net/.
|
||||
É posíbel que xa estea instalado no seu sistema. Se
|
||||
non, estarán dispoñíbeis no repositorio de software
|
||||
da súa distribución Linux. Se non é así, ou para
|
||||
saber máis, visite http://netpbm.sourceforge.net/.
|
||||
|
||||
cjpeg/djpeg
|
||||
cjpeg/djpeg
|
||||
|
||||
Os programas de liña de ordes «cjpeg» e «djpeg» converten entre o formato
|
||||
NetPBM Calquera mapa portátil –Portable Any Map– (PNM) e os JPEG. É
|
||||
posíbel que xa estea instalado no seu sistema. Se non, estarán dispoñíbeis
|
||||
no repositorio de software da súa distribución Linux. Se non é así, ou
|
||||
para saber máis, visite https://jpegclub.org/.
|
||||
Os programas de liña de ordes «cjpeg» e «djpeg»
|
||||
converten entre o formato NetPBM Calquera mapa
|
||||
portátil –Portable Any Map– (PNM) e os JPEG. É
|
||||
posíbel que xa estea instalado no seu sistema. Se
|
||||
non, estarán dispoñíbeis no repositorio de software
|
||||
da súa distribución Linux. Se non é así, ou para
|
||||
saber máis, visite https://jpegclub.org/.
|
||||
|
||||
Usuarios de Windows
|
||||
Proprietary Software for Windows
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* Illustrator (Adobe) —
|
||||
http://www.adobe.com/products/illustrator.html
|
||||
* Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
* Photoshop (Adobe) —
|
||||
http://www.adobe.com/products/photoshop.html
|
||||
* PIXresizer (Bluefive software) —
|
||||
http://bluefive.pair.com/pixresizer.htm
|
||||
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
* Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
* PIXresizer (Bluefive software) —
|
||||
http://bluefive.pair.com/pixresizer.htm
|
||||
|
||||
Usuarios de Macintosh
|
||||
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* GraphicConverter (Lemke Software) —
|
||||
https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
|
||||
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
Usuarios de Macintosh
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* GraphicConverter (Lemke Software) —
|
||||
https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
|
||||
* Illustrator (Adobe) —
|
||||
http://www.adobe.com/products/illustrator.html
|
||||
* Photoshop (Adobe) —
|
||||
http://www.adobe.com/products/photoshop.html
|
||||
|
|
|
|||
|
|
@ -6,8 +6,9 @@
|
|||
Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
@TuxPaintTweets on Twitter
|
||||
Tux Paint on Tumblr
|
||||
|
||||
1 de Marzo de 2022
|
||||
18 de Marzo de 2022
|
||||
|
||||
+-----------------------------------------------------------+
|
||||
|Índice |
|
||||
|
|
@ -1113,3 +1114,4 @@ Importar imaxes manualmente
|
|||
* "Microsoft" and "Windows" are registered trademarks of Microsoft Corp.
|
||||
* "Apple" and "macOS" are registered trademarks of Apple Inc.
|
||||
* "Twitter" is a registered trademark of Twitter, Inc.
|
||||
* "Tumblr" is a registered trademark of Tumblr, Inc.
|
||||
|
|
|
|||
|
|
@ -5,9 +5,7 @@
|
|||
Copyright © 2019-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
20 de Xaneiro de 2022
|
||||
|
||||
----------------------------------------------------------------------
|
||||
31 de Marzo de 2022
|
||||
|
||||
Tux Paint responde aos seguintes sinais (que poden enviarse ao proceso do
|
||||
programa a través de «kill» ou «killall», por exemplo).
|
||||
|
|
@ -29,13 +27,13 @@
|
|||
quere ou non sobreescribir o debuxo existente ou gardalo nun novo
|
||||
ficheiro.
|
||||
|
||||
Nota: Dende outras partes da interface, o sinal interprétase
|
||||
actualmente como unha solicitude de retroceso (por exemplo, dende
|
||||
o diálogo «Novo» de volta á interface principal), coma se se
|
||||
premera un botón «Atrás» en Tux Paint ou se premera a tecla [Esc].
|
||||
|
||||
Exemplo: killall tuxpaint
|
||||
|
||||
💡 Note: From other parts of the interface, the signal is currently
|
||||
interpreted as a request to go back (e.g., from the "New" dialog
|
||||
back to the main interface), as if a "Back" button in Tux Paint
|
||||
were clicked, or the [Esc] was key pressed.
|
||||
|
||||
SIGUSR1 & SIGUSR2
|
||||
|
||||
Tux Paint responde axustando a súa opción de gardar
|
||||
|
|
@ -49,9 +47,9 @@
|
|||
Así, dende a interface principal, Tux Paint debería saír case de
|
||||
inmediato, sen facer preguntas.
|
||||
|
||||
Nota: Dende outras partes da interface, por desgraza, Tux Paint
|
||||
retrocederá un nivel na interface. Polo tanto, neste momento pode
|
||||
que sexa necesario enviar este sinal a Tux Paint unhas cantas
|
||||
veces para que saia completamente.
|
||||
|
||||
Exemplo: killall -s SIGUSR1 tuxpaint
|
||||
|
||||
💡 Note: From other parts of the interface, unfortunately, Tux
|
||||
Paint will go back one level in the interface. Therefore, at this
|
||||
time, it may be necessary to send this signal to Tux Paint a few
|
||||
times, for it to quit completely.
|
||||
|
|
|
|||
|
|
@ -7,9 +7,7 @@
|
|||
|
||||
20 de Xaneiro de 2022
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Sobre os SVG
|
||||
Sobre os SVG
|
||||
|
||||
SVG (Scalable Vector Graphics — Gráficos Vectoriais Escalábeis) é un
|
||||
estándar aberto usado para describir gráficos vectoriais bidimensionais. É
|
||||
|
|
@ -20,17 +18,20 @@ Sobre os SVG
|
|||
|
||||
Para obter máis información, visite:https://www.w3.org/Graphics/SVG/
|
||||
|
||||
Como facer imaxes SVG
|
||||
Como facer imaxes SVG
|
||||
|
||||
Unha excelente ferramenta coa que crear imaxes SVG para o seu uso en Tux
|
||||
Paint é Inkscape, un programa de debuxo interactivo de código aberto de
|
||||
alta calidade.
|
||||
An excellent tool with which to create SVG images for use in Tux Paint is
|
||||
Inkscape, a high-quality Open Source interactive drawing program available
|
||||
for Windows, macOS, and Linux. There are also other applications that can
|
||||
produce SVGs, both free/open source, and commerical/proprietary.
|
||||
|
||||
É probable que xa estea instalado no seu sistema. Se non, debería estar
|
||||
dispoñíbel no repositorio de software da súa distribución Linux. Se non,
|
||||
ou para saber máis, visite http://www.inkscape.org/, respectivamente.
|
||||
Open Source
|
||||
* Inkscape — http://www.inkscape.org/
|
||||
* Karbon — https://calligra.org/karbon/
|
||||
|
||||
Usuarios de Mac e Windows
|
||||
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
Proprietary
|
||||
* CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
* Illustrator (Adobe) —
|
||||
http://www.adobe.com/products/illustrator.html
|
||||
* Boxy SVG — https://boxy-svg.com/
|
||||
* Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -5,113 +5,206 @@
|
|||
Documentación PNG de Tux Paint </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
<style>
|
||||
body { font-size: large; }
|
||||
table { font-size: large; }
|
||||
div.screenshot-center {
|
||||
text-align: center;
|
||||
}
|
||||
div.screenshot-right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
div.screenshot-right-after {
|
||||
clear: both;
|
||||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
font-family: sans;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
dd, blockquote {
|
||||
border-left: 1px solid #888;
|
||||
padding-left: 1em;
|
||||
border-radius: 0 0 0 1em;
|
||||
}
|
||||
p.note {
|
||||
border: 1px solid #000;
|
||||
background-color: #eee;
|
||||
border-radius: 0.5em;
|
||||
padding: 0.5em;
|
||||
display: inline-block;
|
||||
margin-right: 3em;
|
||||
}
|
||||
section.outer {
|
||||
padding-bottom: 1em;
|
||||
border-bottom: 2px solid #000;
|
||||
}
|
||||
section.indent p,dl {
|
||||
margin-left: 2em;
|
||||
}
|
||||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF"
|
||||
text="#000000"
|
||||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
Documentación PNG </h1>
|
||||
<section class="outer">
|
||||
<header>
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
Documentación PNG </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
31 de Marzo de 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h1>Sobre os PNG</h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
20 de Xaneiro de 2022 </p>
|
||||
</center>
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>Sobre os PNG</h2>
|
||||
|
||||
<p>
|
||||
PNG é o formato de Gráficos de Rede Portátiles. É un estándar aberto, non lastrado polas patentes (como os GIF). É un formato moi comprimido (aínda que non é «con perda» como os JPEG: a perda permite que os ficheiros sexan moito máis pequenos, mais introduce «erros» na imaxe cando se gardan) e admite cores de 24 bits (16,7 millóns de cores), así como unha «canle alfa» completo, é dicir, cada píxel pode ter un grao de transparencia variábel. </p>
|
||||
|
||||
<p>
|
||||
Para obter máis información, visite:<a href="http://www.libpng.org/">http://www.libpng.org/</a> </p>
|
||||
|
||||
<p>
|
||||
Estas características (apertura, perda, compresión, transparencia/alfa) convérteno na mellor opción para Tux Paint. (A compatibilidade de Tux Paint co formato PNG procede da biblioteca de código aberto SDL_Image, que á súa vez a obtén da biblioteca libPNG.) </p>
|
||||
|
||||
<p>
|
||||
A compatibilidade con moitas cores permite utilizar imaxes de «selo de caucho» de calidade fotográfica en Tux Paint e a transparencia alfa permite pinceis de alta calidade. </p>
|
||||
|
||||
<h2>Como facer imaxes PNG</h2>
|
||||
PNG é o formato de Gráficos de Rede Portátiles. É un estándar aberto, non lastrado polas patentes (como os GIF). É un formato moi comprimido (aínda que non é «con perda» como os JPEG: a perda permite que os ficheiros sexan moito máis pequenos, mais introduce «erros» na imaxe cando se gardan) e admite cores de 24 bits (16,7 millóns de cores), así como unha «canle alfa» completo, é dicir, cada píxel pode ter un grao de transparencia variábel. </p>
|
||||
|
||||
<p>A continuación amosarase unha lista moi <em>breve</em> de xeitos de crear PNG ou converter as imaxes existentes a PNG.
|
||||
<h3>GIMP & Krita</h3>
|
||||
<p>
|
||||
GIMP e Krita son dúas excelentes ferramentas coas que crear imaxes PNG para usar en Tux Paint , ambos son programas de debuxo interactivo e edición de fotos de código aberto de alta calidade. </p>
|
||||
<p>
|
||||
Para obter máis información, visite:<a href="http://www.libpng.org/">http://www.libpng.org/</a> </p>
|
||||
|
||||
<p>
|
||||
Estas características (apertura, perda, compresión, transparencia/alfa) convérteno na mellor opción para Tux Paint. (A compatibilidade de Tux Paint co formato PNG procede da biblioteca de código aberto SDL_Image, que á súa vez a obtén da biblioteca libPNG.) </p>
|
||||
|
||||
<p>
|
||||
A compatibilidade con moitas cores permite utilizar imaxes de «selo de caucho» de calidade fotográfica en Tux Paint e a transparencia alfa permite pinceis de alta calidade. </p>
|
||||
</section>
|
||||
|
||||
<p>
|
||||
É probábel que un ou ambos xa estean instalados no seu sistema. Se non, deberían estar dispoñíbeis no repositorio de software da súa distribución Linux. Se non é así, ou para obter máis información, visite <a href="http://www.gimp.org/">http://www.gimp.org/</a> e <a href="http://www.krita.org/">http://www.krita.org/</a> respectivamente. </p>
|
||||
|
||||
<h3>Ferramentas da liña de ordes</h3>
|
||||
|
||||
<h4>NetPBM</h4>
|
||||
<p>
|
||||
As ferramentas de Mapas de bits Portátil –Portable Bitmap– (coñecidas colectivamente como «NetPBM») son unha colección de ferramentas de liña de ordes de código aberto que converten a e dende varios formatos, incluíndo GIF, TIFF, BMP, PNG e moitos máis. </p>
|
||||
|
||||
<p>
|
||||
É posíbel que xa estea instalado no seu sistema. Se non, estarán dispoñíbeis no repositorio de software da súa distribución Linux. Se non é así, ou para saber máis, visite <a href="http://netpbm.sourceforge.net/">http://netpbm.sourceforge.net/</a>. </p>
|
||||
|
||||
<h4>cjpeg/djpeg</h4>
|
||||
<p>
|
||||
Os programas de liña de ordes «cjpeg» e «djpeg» converten entre o formato NetPBM Calquera mapa portátil –Portable Any Map– (PNM) e os JPEG.
|
||||
É posíbel que xa estea instalado no seu sistema. Se non, estarán dispoñíbeis no repositorio de software da súa distribución Linux. Se non é así, ou para saber máis, visite <a href="https://jpegclub.org/">https://jpegclub.org/</a>. </p>
|
||||
|
||||
<h3>Usuarios de Windows</h3>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h2>Como facer imaxes PNG</h2>
|
||||
</header>
|
||||
|
||||
<p>A continuación amosarase unha lista moi <em>breve</em> de xeitos de crear PNG ou converter as imaxes existentes a PNG.
|
||||
<dl>
|
||||
<dt>GIMP & Krita</dt>
|
||||
<dd>
|
||||
<p>
|
||||
GIMP e Krita son dúas excelentes ferramentas coas que crear imaxes PNG para usar en Tux Paint , ambos son programas de debuxo interactivo e edición de fotos de código aberto de alta calidade. </p>
|
||||
|
||||
<p>
|
||||
É probábel que un ou ambos xa estean instalados no seu sistema. Se non, deberían estar dispoñíbeis no repositorio de software da súa distribución Linux. Se non é así, ou para obter máis información, visite <a href="http://www.gimp.org/">http://www.gimp.org/</a> e <a href="http://www.krita.org/">http://www.krita.org/</a> respectivamente. </p>
|
||||
</dd>
|
||||
|
||||
<dt>Ferramentas da liña de ordes</dt>
|
||||
<dd>
|
||||
<dl>
|
||||
<dt>NetPBM</dt>
|
||||
<dd>
|
||||
<p>
|
||||
As ferramentas de Mapas de bits Portátil –Portable Bitmap– (coñecidas colectivamente como «NetPBM») son unha colección de ferramentas de liña de ordes de código aberto que converten a e dende varios formatos, incluíndo GIF, TIFF, BMP, PNG e moitos máis. </p>
|
||||
|
||||
<p>
|
||||
É posíbel que xa estea instalado no seu sistema. Se non, estarán dispoñíbeis no repositorio de software da súa distribución Linux. Se non é así, ou para saber máis, visite <a href="http://netpbm.sourceforge.net/">http://netpbm.sourceforge.net/</a>. </p>
|
||||
</dd>
|
||||
|
||||
<dt>cjpeg/djpeg</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Os programas de liña de ordes «cjpeg» e «djpeg» converten entre o formato NetPBM Calquera mapa portátil –Portable Any Map– (PNM) e os JPEG.
|
||||
É posíbel que xa estea instalado no seu sistema. Se non, estarán dispoñíbeis no repositorio de software da súa distribución Linux. Se non é así, ou para saber máis, visite <a href="https://jpegclub.org/">https://jpegclub.org/</a>. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</dd>
|
||||
|
||||
<dt>Proprietary Software for Windows</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="http://www.corel.com/">http://www.corel.com/</a>
|
||||
<li> <cite>Illustrator</cite>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/illustrator.html">http://www.adobe.com/products/illustrator.html</a>
|
||||
<li> <cite>Paint Shop Pro</cite>
|
||||
<li> <cite>Paint Shop Pro</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="https://www.paintshoppro.com/">https://www.paintshoppro.com/</a>
|
||||
<li> <cite>Photoshop</cite>
|
||||
<li> <cite>Photoshop</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a>
|
||||
<li> <cite>PIXresizer</cite>
|
||||
<li> <cite>PIXresizer</cite>
|
||||
(Bluefive software)
|
||||
—
|
||||
<a href="http://bluefive.pair.com/pixresizer.htm">http://bluefive.pair.com/pixresizer.htm</a>
|
||||
</ul>
|
||||
|
||||
<h3>Usuarios de Macintosh</h3>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>Usuarios de Macintosh</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="http://www.corel.com/">http://www.corel.com/</a>
|
||||
<li> <cite>GraphicConverter</cite>
|
||||
<li> <cite>GraphicConverter</cite>
|
||||
(Lemke Software)
|
||||
—
|
||||
<a href="https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/">https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/</a>
|
||||
<li> <cite>Illustrator</cite>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/illustrator.html">http://www.adobe.com/products/illustrator.html</a>
|
||||
<li> <cite>Photoshop</cite>
|
||||
<li> <cite>Photoshop</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a>
|
||||
</ul>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,15 +21,17 @@
|
|||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4 { font-family: sans; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
|
|
@ -60,6 +62,9 @@
|
|||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
|
|
@ -92,11 +97,12 @@
|
|||
<p>
|
||||
Copyright © 2002-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br/>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a><br/>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a><br/>
|
||||
<a href="https://tuxpaint.tumblr.com/">Tux Paint on Tumblr</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
1 de Marzo de 2022 </p>
|
||||
18 de Marzo de 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -113,7 +119,7 @@
|
|||
<tr>
|
||||
<td>
|
||||
<ul>
|
||||
<li><a href="#about">Sobre Tux Paint</a></li> <li><a href="#using">Uso de Tux Paint</a> <ul>
|
||||
<li><a href="#about">Sobre Tux Paint</a></li> <li><a href="#using">Uso de Tux Paint</a> <ul>
|
||||
<li><a href="#using_loading">Inicio de Tux Paint</a></li> <li><a href="#using_title">Pantalla de título</a></li> <li><a href="#using_main">Pantalla principal</a></li> <li><a href="#using_tools">Ferramentas dispoñíbeis</a> <ul>
|
||||
<li><a href="#using_tools_drawing">Ferramentas de debuxo</a> <ul>
|
||||
<li><a href="#using_tools_drawing_paint">Ferramenta «Pintar» (pinceis)</a></li> <li><a href="#using_tools_drawing_stamp">Ferramenta «Selo» (selos de caucho)</a></li> <li><a href="#using_tools_drawing_lines">Ferramenta «Liñas»</a></li> <li><a href="#using_tools_drawing_shapes">Ferramenta «Formas»</a></li> <li><a href="#using_tools_drawing_text_and_label">Ferramentas «Texto» e «Etiquetas»</a></li> <li><a href="#using_tools_drawing_fill">Ferramenta «Encher»</a></li> <li><a href="#using_tools_drawing_magic">Ferramenta «Maxia» (efectos especiais)</a></li> <li><a href="#using_tools_drawing_eraser">Ferramenta de «Goma» (de borrar)</a></li> </ul>
|
||||
|
|
@ -1602,6 +1608,7 @@
|
|||
<li>"Microsoft" and "Windows" are registered trademarks of Microsoft Corp.</li>
|
||||
<li>"Apple" and "macOS" are registered trademarks of Apple Inc.</li>
|
||||
<li>"Twitter" is a registered trademark of Twitter, Inc.</li>
|
||||
<li>"Tumblr" is a registered trademark of Tumblr, Inc.</li>
|
||||
</ul>
|
||||
</section>
|
||||
</footer>
|
||||
|
|
|
|||
|
|
@ -5,71 +5,143 @@
|
|||
Documentación de sinais de Tux Paint </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
<style>
|
||||
body { font-size: large; }
|
||||
table { font-size: large; }
|
||||
div.screenshot-center {
|
||||
text-align: center;
|
||||
}
|
||||
div.screenshot-right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
div.screenshot-right-after {
|
||||
clear: both;
|
||||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
font-family: sans;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
dd, blockquote {
|
||||
border-left: 1px solid #888;
|
||||
padding-left: 1em;
|
||||
border-radius: 0 0 0 1em;
|
||||
}
|
||||
p.note {
|
||||
border: 1px solid #000;
|
||||
background-color: #eee;
|
||||
border-radius: 0.5em;
|
||||
padding: 0.5em;
|
||||
display: inline-block;
|
||||
margin-right: 3em;
|
||||
}
|
||||
section.outer {
|
||||
padding-bottom: 1em;
|
||||
border-bottom: 2px solid #000;
|
||||
}
|
||||
section.indent p,dl {
|
||||
margin-left: 2em;
|
||||
}
|
||||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF"
|
||||
text="#000000"
|
||||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
Documentación de sinais </h1>
|
||||
<section class="outer">
|
||||
<center>
|
||||
<header>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
Documentación de sinais </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2019-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
31 de Marzo de 2022 </p>
|
||||
</header>
|
||||
</center>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<p>
|
||||
Copyright © 2019-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
20 de Xaneiro de 2022 </p>
|
||||
</center>
|
||||
|
||||
<hr>
|
||||
|
||||
<p>
|
||||
Tux Paint responde aos seguintes sinais (que poden enviarse ao proceso do programa a través de «<code>kill</code>» ou «<code>killall</code>», por exemplo). </p>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>SIGTERM</code>
|
||||
(tamén, <b><code>[Ctrl]</code></b> + <b><code>[C]</code></b> dende un terminal executando «<code>tuxpaint</code>») </dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint responde coma se se premese o botón «Saír» ou se lle dixera ao contorno de escritorio que peche Tux Paint (por exemplo, premendo nun botón de peche da xanela ou premendo <b><code>[Alt]</code></b> + <b><code>[F4]</code></b> na maioría dos sistemas). </p>
|
||||
|
||||
<p>
|
||||
Dende a interface principal, Tux Paint preguntará se quere ou non saír e (a non ser que sexa anulado pol a opción de gardado automático, p. ex.: «<code>--autosave</code>x) se quere gardar o debuxo actual (se non está gardado) , e se é así, e é unha versión modificada dun debuxo existente (a non ser que sexa anulado polas opcións de gardar sobre imaxes antigas ou gardar sempre imaxes novas; por exemplo, «<code>--saveover</code>« e «<code>--saveovernew</code>», respectivamente), se quere ou non sobreescribir o debuxo existente ou gardalo nun novo ficheiro. </p>
|
||||
|
||||
<p>
|
||||
<b>Nota:</b> Dende outras partes da interface, o sinal interprétase actualmente como unha solicitude de retroceso (por exemplo, dende o diálogo «Novo» de volta á interface principal), coma se se premera un botón «Atrás» en Tux Paint ou se premera a tecla <b><code>[Esc]</code></b>. </p>
|
||||
|
||||
<p>
|
||||
Exemplo: <code>killall tuxpaint</code> </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code>SIGUSR1</code> & <code>SIGUSR2</code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint responde axustando a súa opción de gardar automaticamente (coma se fora publicada con «<code>--autosave</code>»), así como a opción de gardar sempre novas imaxes (coma se se publicase con «<code>--saveovernew</code>») no caso de recibir un sinal de <code>SIGUSR1</code> ou de gardar sempre sobre a imaxe existente (coma se se publicase con «<code>--saveover</code>») no caso de recibir <code>SIGUSR2</code>. Entón Tux Paint envíase a sí mesmo un sinal de <code>SIGTERM</code>, nun intento de saír. (Ver arriba.) </p>
|
||||
|
||||
<p>
|
||||
Así, dende a interface principal, Tux Paint debería saír case de inmediato, sen facer preguntas. </p>
|
||||
|
||||
<p>
|
||||
<b>Nota:</b> Dende outras partes da interface, por desgraza, Tux Paint retrocederá un nivel na interface. Polo tanto, neste momento pode que sexa necesario enviar este sinal a Tux Paint unhas cantas veces para que saia completamente. </p>
|
||||
|
||||
<p>
|
||||
Exemplo: <code>killall -s SIGUSR1 tuxpaint</code> </p>
|
||||
</dd>
|
||||
</dl>
|
||||
Tux Paint responde aos seguintes sinais (que poden enviarse ao proceso do programa a través de «<code>kill</code>» ou «<code>killall</code>», por exemplo). </p>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>SIGTERM</code>
|
||||
(tamén, <b><code>[Ctrl]</code></b> + <b><code>[C]</code></b> dende un terminal executando «<code>tuxpaint</code>») </dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint responde coma se se premese o botón «Saír» ou se lle dixera ao contorno de escritorio que peche Tux Paint (por exemplo, premendo nun botón de peche da xanela ou premendo <b><code>[Alt]</code></b> + <b><code>[F4]</code></b> na maioría dos sistemas). </p>
|
||||
|
||||
<p>
|
||||
Dende a interface principal, Tux Paint preguntará se quere ou non saír e (a non ser que sexa anulado pol a opción de gardado automático, p. ex.: «<code>--autosave</code>x) se quere gardar o debuxo actual (se non está gardado) , e se é así, e é unha versión modificada dun debuxo existente (a non ser que sexa anulado polas opcións de gardar sobre imaxes antigas ou gardar sempre imaxes novas; por exemplo, «<code>--saveover</code>« e «<code>--saveovernew</code>», respectivamente), se quere ou non sobreescribir o debuxo existente ou gardalo nun novo ficheiro. </p>
|
||||
|
||||
<p>
|
||||
Exemplo: <code>killall tuxpaint</code> </p>
|
||||
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> <strong>Note:</strong> From other parts of the interface, the signal is currently interpreted as a request to go back (e.g., from the "New" dialog back to the main interface), as if a "Back" button in Tux Paint were clicked, or the <b><code>[Esc]</code></b> was key pressed. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code>SIGUSR1</code> & <code>SIGUSR2</code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint responde axustando a súa opción de gardar automaticamente (coma se fora publicada con «<code>--autosave</code>»), así como a opción de gardar sempre novas imaxes (coma se se publicase con «<code>--saveovernew</code>») no caso de recibir un sinal de <code>SIGUSR1</code> ou de gardar sempre sobre a imaxe existente (coma se se publicase con «<code>--saveover</code>») no caso de recibir <code>SIGUSR2</code>. Entón Tux Paint envíase a sí mesmo un sinal de <code>SIGTERM</code>, nun intento de saír. (Ver arriba.) </p>
|
||||
|
||||
<p>
|
||||
Así, dende a interface principal, Tux Paint debería saír case de inmediato, sen facer preguntas. </p>
|
||||
|
||||
<p>
|
||||
Exemplo: <code>killall -s SIGUSR1 tuxpaint</code> </p>
|
||||
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> <strong>Note:</strong> From other parts of the interface, unfortunately, Tux Paint will go back one level in the interface. Therefore, at this time, it may be necessary to send this signal to Tux Paint a few times, for it to quit completely. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -5,59 +5,163 @@
|
|||
Documentación SVG de Tux Paint </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
<style>
|
||||
body { font-size: large; }
|
||||
table { font-size: large; }
|
||||
div.screenshot-center {
|
||||
text-align: center;
|
||||
}
|
||||
div.screenshot-right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
div.screenshot-right-after {
|
||||
clear: both;
|
||||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
font-family: sans;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
dd, blockquote {
|
||||
border-left: 1px solid #888;
|
||||
padding-left: 1em;
|
||||
border-radius: 0 0 0 1em;
|
||||
}
|
||||
p.note {
|
||||
border: 1px solid #000;
|
||||
background-color: #eee;
|
||||
border-radius: 0.5em;
|
||||
padding: 0.5em;
|
||||
display: inline-block;
|
||||
margin-right: 3em;
|
||||
}
|
||||
section.outer {
|
||||
padding-bottom: 1em;
|
||||
border-bottom: 2px solid #000;
|
||||
}
|
||||
section.indent p,dl {
|
||||
margin-left: 2em;
|
||||
}
|
||||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF"
|
||||
text="#000000"
|
||||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
Documentación SVG </h1>
|
||||
|
||||
<!-- Title -->
|
||||
<section class="outer">
|
||||
<header>
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
Documentación SVG </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
20 de Xaneiro de 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h1>Sobre os SVG</h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
SVG (Scalable Vector Graphics — Gráficos Vectoriais Escalábeis) é un estándar aberto usado para describir gráficos vectoriais bidimensionais. É xenial para diagramas e formas, mentres que PNG son mellores para fotografías. Os ficheiros SVG son un pouco como instrucións sobre como facer unha imaxe. Isto significa que poden cambiarse de sen que aparezan pixelados ou bloques. </p>
|
||||
|
||||
<p>
|
||||
Para obter máis información, visite:<a href="https://www.w3.org/Graphics/SVG/">https://www.w3.org/Graphics/SVG/</a> </p>
|
||||
</section>
|
||||
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h1>Como facer imaxes SVG</h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
20 de Xaneiro de 2022 </p>
|
||||
</center>
|
||||
An excellent tool with which to create SVG images for use in Tux Paint is Inkscape, a high-quality Open Source interactive drawing program available for Windows, macOS, and Linux. There are also other applications that can produce SVGs, both free/open source, and commerical/proprietary. </p>
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>Sobre os SVG</h2>
|
||||
|
||||
<p>
|
||||
SVG (Scalable Vector Graphics — Gráficos Vectoriais Escalábeis) é un estándar aberto usado para describir gráficos vectoriais bidimensionais. É xenial para diagramas e formas, mentres que PNG son mellores para fotografías. Os ficheiros SVG son un pouco como instrucións sobre como facer unha imaxe. Isto significa que poden cambiarse de sen que aparezan pixelados ou bloques. </p>
|
||||
|
||||
<p>
|
||||
Para obter máis información, visite:<a href="https://www.w3.org/Graphics/SVG/">https://www.w3.org/Graphics/SVG/</a> </p>
|
||||
|
||||
<h2>Como facer imaxes SVG</h2>
|
||||
|
||||
<p>
|
||||
Unha excelente ferramenta coa que crear imaxes SVG para o seu uso en Tux Paint é Inkscape, un programa de debuxo interactivo de código aberto de alta calidade. </p>
|
||||
|
||||
<p>
|
||||
É probable que xa estea instalado no seu sistema. Se non, debería estar dispoñíbel no repositorio de software da súa distribución Linux. Se non, ou para saber máis, visite <a href="http://www.inkscape.org/">http://www.inkscape.org/</a>, respectivamente. </p>
|
||||
|
||||
<h2>Usuarios de Mac e Windows</h2>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="http://www.corel.com/">http://www.corel.com/</a>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<dl>
|
||||
<dt><strong>Open Source</strong></dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>Inkscape</cite>
|
||||
—
|
||||
<a href="http://www.inkscape.org/">http://www.inkscape.org/</a>
|
||||
</li>
|
||||
<li> <cite>Karbon</cite>
|
||||
—
|
||||
<a href="https://calligra.org/karbon/">https://calligra.org/karbon/</a>
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
<dt><strong>Proprietary</strong></dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="https://www.coreldraw.com/en/">https://www.coreldraw.com/en/</a>
|
||||
</li>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/illustrator.html">http://www.adobe.com/products/illustrator.html</a>
|
||||
</ul>
|
||||
</li>
|
||||
<li> <cite>Boxy SVG</cite>
|
||||
—
|
||||
<a href="https://boxy-svg.com/">https://boxy-svg.com/</a>
|
||||
</li>
|
||||
<li> <cite>Sketch</cite>
|
||||
(Sketch B.V.)
|
||||
—
|
||||
<a href="https://boxy-svg.com/">https://boxy-svg.com/</a>
|
||||
</li>
|
||||
</ul>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -5,11 +5,9 @@
|
|||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2022年1月20日
|
||||
2022年3月31日
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
About PNGs
|
||||
About PNGs
|
||||
|
||||
PNG is the Portable Network Graphic format. It is an open standard, not
|
||||
burdened by patents (like GIFs). It is a highly compressed format (though
|
||||
|
|
@ -33,50 +31,58 @@ How To Make PNGs
|
|||
The following is a very brief list of ways to create PNGs or convert
|
||||
existing images into PNGs.
|
||||
|
||||
GIMP & Krita
|
||||
GIMP & Krita
|
||||
|
||||
Excellent tools with which to create PNG images for use in Tux Paint are
|
||||
GIMP and Krita, both high-quality Open Source interactive drawing and
|
||||
photo editing programs.
|
||||
Excellent tools with which to create PNG images for use in Tux
|
||||
Paint are GIMP and Krita, both high-quality Open Source
|
||||
interactive drawing and photo editing programs.
|
||||
|
||||
It is likely that one or both are already installed on your system. If
|
||||
not, they should be readily available from your Linux distribution's
|
||||
software repository. If not, or to learn more, visit http://www.gimp.org/
|
||||
and http://www.krita.org/, respectively.
|
||||
It is likely that one or both are already installed on your
|
||||
system. If not, they should be readily available from your Linux
|
||||
distribution's software repository. If not, or to learn more,
|
||||
visit http://www.gimp.org/ and http://www.krita.org/,
|
||||
respectively.
|
||||
|
||||
Command-line Tools
|
||||
Command-line Tools
|
||||
|
||||
NetPBM
|
||||
NetPBM
|
||||
|
||||
The Portable Bitmap tools (collectively known as "NetPBM") is a collection
|
||||
of Open Source command-line tools which convert to and from various
|
||||
formats, including GIF, TIFF, BMP, PNG, and many more.
|
||||
The Portable Bitmap tools (collectively known as
|
||||
"NetPBM") is a collection of Open Source command-line
|
||||
tools which convert to and from various formats,
|
||||
including GIF, TIFF, BMP, PNG, and many more.
|
||||
|
||||
It is possible that it's already installed on your system. If not, they it
|
||||
be readily available from your Linux distribution's software repository.
|
||||
If not, or to learn more, visit http://netpbm.sourceforge.net/.
|
||||
It is possible that it's already installed on your
|
||||
system. If not, they it be readily available from
|
||||
your Linux distribution's software repository. If
|
||||
not, or to learn more, visit
|
||||
http://netpbm.sourceforge.net/.
|
||||
|
||||
cjpeg/djpeg
|
||||
cjpeg/djpeg
|
||||
|
||||
The "cjpeg" and "djpeg" command-line programs convert between the NetPBM
|
||||
Portable Any Map (PNM) format and JPEGs. It is possible that it's already
|
||||
installed on your system. If not, they it be readily available from your
|
||||
Linux distribution's software repository. If not, or to learn more, visit
|
||||
https://jpegclub.org/.
|
||||
The "cjpeg" and "djpeg" command-line programs convert
|
||||
between the NetPBM Portable Any Map (PNM) format and
|
||||
JPEGs. It is possible that it's already installed on
|
||||
your system. If not, they it be readily available
|
||||
from your Linux distribution's software repository.
|
||||
If not, or to learn more, visit
|
||||
https://jpegclub.org/.
|
||||
|
||||
Windows のユーザー
|
||||
Proprietary Software for Windows
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* Illustrator (Adobe) —
|
||||
http://www.adobe.com/products/illustrator.html
|
||||
* Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
* Photoshop (Adobe) —
|
||||
http://www.adobe.com/products/photoshop.html
|
||||
* PIXresizer (Bluefive software) —
|
||||
http://bluefive.pair.com/pixresizer.htm
|
||||
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
* Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
* PIXresizer (Bluefive software) —
|
||||
http://bluefive.pair.com/pixresizer.htm
|
||||
|
||||
Macintosh Users
|
||||
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* GraphicConverter (Lemke Software) —
|
||||
https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
|
||||
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
Macintosh Users
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* GraphicConverter (Lemke Software) —
|
||||
https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
|
||||
* Illustrator (Adobe) —
|
||||
http://www.adobe.com/products/illustrator.html
|
||||
* Photoshop (Adobe) —
|
||||
http://www.adobe.com/products/photoshop.html
|
||||
|
|
|
|||
|
|
@ -6,8 +6,9 @@
|
|||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
@TuxPaintTweets on Twitter
|
||||
Tux Paint on Tumblr
|
||||
|
||||
2022年3月 1日
|
||||
2022年3月18日
|
||||
|
||||
+-----------------------------------------------+
|
||||
|目次 |
|
||||
|
|
@ -841,3 +842,4 @@ Tux Paint の起動
|
|||
* "Microsoft" and "Windows" are registered trademarks of Microsoft Corp.
|
||||
* "Apple" and "macOS" are registered trademarks of Apple Inc.
|
||||
* "Twitter" is a registered trademark of Twitter, Inc.
|
||||
* "Tumblr" is a registered trademark of Tumblr, Inc.
|
||||
|
|
|
|||
|
|
@ -5,9 +5,7 @@
|
|||
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2022年1月20日
|
||||
|
||||
----------------------------------------------------------------------
|
||||
2022年3月31日
|
||||
|
||||
Tux Paint responds to the following signals (which can be sent to the
|
||||
program's process via `kill` or `killall`, for example).
|
||||
|
|
@ -27,13 +25,13 @@
|
|||
respectively), whether or not to overwrite the existing drawing,
|
||||
or save to a new file.
|
||||
|
||||
Note: From other parts of the interface, the signal is currently
|
||||
例:killall tuxpaint
|
||||
|
||||
💡 Note: From other parts of the interface, the signal is currently
|
||||
interpreted as a request to go back (e.g., from the "New" dialog
|
||||
back to the main interface), as if a "Back" button in Tux Paint
|
||||
were clicked, or the [Esc] was key pressed.
|
||||
|
||||
例:killall tuxpaint
|
||||
|
||||
SIGUSR1 & SIGUSR2
|
||||
|
||||
Tux Paint responds by setting its auto-save option (as if it had
|
||||
|
|
@ -47,9 +45,9 @@
|
|||
So, from the main interface, Tux Paint should quit almost
|
||||
immediately, with no questions asked.
|
||||
|
||||
Note: From other parts of the interface, unfortunately, Tux Paint
|
||||
will go back one level in the interface. Therefore, at this time,
|
||||
it may be necessary to send this signal to Tux Paint a few times,
|
||||
for it to quit completely.
|
||||
|
||||
例:killall -s SIGUSR1 tuxpaint
|
||||
|
||||
💡 Note: From other parts of the interface, unfortunately, Tux
|
||||
Paint will go back one level in the interface. Therefore, at this
|
||||
time, it may be necessary to send this signal to Tux Paint a few
|
||||
times, for it to quit completely.
|
||||
|
|
|
|||
|
|
@ -7,9 +7,7 @@
|
|||
|
||||
2022年1月20日
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
About SVGs
|
||||
About SVGs
|
||||
|
||||
SVG (Scalable Vector Graphics) is an open standard used to describe
|
||||
two-dimensional vector graphics. It is great for diagrams and shapes,
|
||||
|
|
@ -19,16 +17,20 @@ About SVGs
|
|||
|
||||
For more information, visit: https://www.w3.org/Graphics/SVG/
|
||||
|
||||
How to make SVGs
|
||||
How to make SVGs
|
||||
|
||||
An excellent tool with which to create SVG images for use in Tux Paint is
|
||||
Inkscape, a high-quality Open Source interactive drawing program.
|
||||
Inkscape, a high-quality Open Source interactive drawing program available
|
||||
for Windows, macOS, and Linux. There are also other applications that can
|
||||
produce SVGs, both free/open source, and commerical/proprietary.
|
||||
|
||||
It is likely that is already installed on your system. If not, it should
|
||||
be readily available from your Linux distribution's software repository.
|
||||
If not, or to learn more, visit http://www.inkscape.org/, respectively.
|
||||
Open Source
|
||||
* Inkscape — http://www.inkscape.org/
|
||||
* Karbon — https://calligra.org/karbon/
|
||||
|
||||
Mac and Windows users
|
||||
|
||||
* CorelDRAW (Corel) — http://www.corel.com/
|
||||
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
Proprietary
|
||||
* CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
* Illustrator (Adobe) —
|
||||
http://www.adobe.com/products/illustrator.html
|
||||
* Boxy SVG — https://boxy-svg.com/
|
||||
* Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -5,113 +5,206 @@
|
|||
Tux Paint PNG Documentation </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
<style>
|
||||
body { font-size: large; }
|
||||
table { font-size: large; }
|
||||
div.screenshot-center {
|
||||
text-align: center;
|
||||
}
|
||||
div.screenshot-right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
div.screenshot-right-after {
|
||||
clear: both;
|
||||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
font-family: sans;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
dd, blockquote {
|
||||
border-left: 1px solid #888;
|
||||
padding-left: 1em;
|
||||
border-radius: 0 0 0 1em;
|
||||
}
|
||||
p.note {
|
||||
border: 1px solid #000;
|
||||
background-color: #eee;
|
||||
border-radius: 0.5em;
|
||||
padding: 0.5em;
|
||||
display: inline-block;
|
||||
margin-right: 3em;
|
||||
}
|
||||
section.outer {
|
||||
padding-bottom: 1em;
|
||||
border-bottom: 2px solid #000;
|
||||
}
|
||||
section.indent p,dl {
|
||||
margin-left: 2em;
|
||||
}
|
||||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF"
|
||||
text="#000000"
|
||||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.28<br/>
|
||||
PNG Documentation </h1>
|
||||
<section class="outer">
|
||||
<header>
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.28<br/>
|
||||
PNG Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
2022年3月31日 </p>
|
||||
</center>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h1>About PNGs</h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
2022年1月20日 </p>
|
||||
</center>
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>About PNGs</h2>
|
||||
|
||||
<p>
|
||||
PNG is the Portable Network Graphic format. It is an open standard, not burdened by patents (like GIFs). It is a highly compressed format (though not "lossy" like JPEGs - lossiness allows files to be much smaller, but introduces 'mistakes' in the image when saved), and supports 24-bit color (16.7 million colors) as well as a full "alpha channel" - that is, each pixel can have a varying degree of transparency. </p>
|
||||
|
||||
<p>
|
||||
For more information, visit: <a href="http://www.libpng.org/">http://www.libpng.org/</a> </p>
|
||||
|
||||
<p>
|
||||
These features (openness, losslessness, compression, transparency/alpha) make it the best choice for Tux Paint. (Tux Paint's support for the PNG format comes from the Open Source SDL_Image library, which in turn gets it from the libPNG library.) </p>
|
||||
|
||||
<p>
|
||||
Support for many colors allows photo-quality "rubber stamp" images to be used in Tux Paint, and alpha transparency allows for high-quality brushes. </p>
|
||||
|
||||
<h2>How To Make PNGs</h2>
|
||||
PNG is the Portable Network Graphic format. It is an open standard, not burdened by patents (like GIFs). It is a highly compressed format (though not "lossy" like JPEGs - lossiness allows files to be much smaller, but introduces 'mistakes' in the image when saved), and supports 24-bit color (16.7 million colors) as well as a full "alpha channel" - that is, each pixel can have a varying degree of transparency. </p>
|
||||
|
||||
<p>The following is a very <em>brief</em> list of ways to create PNGs or convert existing images into PNGs.
|
||||
<h3>GIMP & Krita</h3>
|
||||
<p>
|
||||
Excellent tools with which to create PNG images for use in Tux Paint are GIMP and Krita, both high-quality Open Source interactive drawing and photo editing programs. </p>
|
||||
<p>
|
||||
For more information, visit: <a href="http://www.libpng.org/">http://www.libpng.org/</a> </p>
|
||||
|
||||
<p>
|
||||
These features (openness, losslessness, compression, transparency/alpha) make it the best choice for Tux Paint. (Tux Paint's support for the PNG format comes from the Open Source SDL_Image library, which in turn gets it from the libPNG library.) </p>
|
||||
|
||||
<p>
|
||||
Support for many colors allows photo-quality "rubber stamp" images to be used in Tux Paint, and alpha transparency allows for high-quality brushes. </p>
|
||||
</section>
|
||||
|
||||
<p>
|
||||
It is likely that one or both are already installed on your system. If not, they should be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="http://www.gimp.org/">http://www.gimp.org/</a> and <a href="http://www.krita.org/">http://www.krita.org/</a>, respectively. </p>
|
||||
|
||||
<h3>Command-line Tools</h3>
|
||||
|
||||
<h4>NetPBM</h4>
|
||||
<p>
|
||||
The Portable Bitmap tools (collectively known as "NetPBM") is a collection of Open Source command-line tools which convert to and from various formats, including GIF, TIFF, BMP, PNG, and many more. </p>
|
||||
|
||||
<p>
|
||||
It is possible that it's already installed on your system. If not, they it be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="http://netpbm.sourceforge.net/">http://netpbm.sourceforge.net/</a>. </p>
|
||||
|
||||
<h4>cjpeg/djpeg</h4>
|
||||
<p>
|
||||
The "cjpeg" and "djpeg" command-line programs convert between the NetPBM Portable Any Map (PNM) format and JPEGs.
|
||||
It is possible that it's already installed on your system. If not, they it be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="https://jpegclub.org/">https://jpegclub.org/</a>. </p>
|
||||
|
||||
<h3>Windows のユーザー</h3>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h2>How To Make PNGs</h2>
|
||||
</header>
|
||||
|
||||
<p>The following is a very <em>brief</em> list of ways to create PNGs or convert existing images into PNGs.
|
||||
<dl>
|
||||
<dt>GIMP & Krita</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Excellent tools with which to create PNG images for use in Tux Paint are GIMP and Krita, both high-quality Open Source interactive drawing and photo editing programs. </p>
|
||||
|
||||
<p>
|
||||
It is likely that one or both are already installed on your system. If not, they should be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="http://www.gimp.org/">http://www.gimp.org/</a> and <a href="http://www.krita.org/">http://www.krita.org/</a>, respectively. </p>
|
||||
</dd>
|
||||
|
||||
<dt>Command-line Tools</dt>
|
||||
<dd>
|
||||
<dl>
|
||||
<dt>NetPBM</dt>
|
||||
<dd>
|
||||
<p>
|
||||
The Portable Bitmap tools (collectively known as "NetPBM") is a collection of Open Source command-line tools which convert to and from various formats, including GIF, TIFF, BMP, PNG, and many more. </p>
|
||||
|
||||
<p>
|
||||
It is possible that it's already installed on your system. If not, they it be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="http://netpbm.sourceforge.net/">http://netpbm.sourceforge.net/</a>. </p>
|
||||
</dd>
|
||||
|
||||
<dt>cjpeg/djpeg</dt>
|
||||
<dd>
|
||||
<p>
|
||||
The "cjpeg" and "djpeg" command-line programs convert between the NetPBM Portable Any Map (PNM) format and JPEGs.
|
||||
It is possible that it's already installed on your system. If not, they it be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="https://jpegclub.org/">https://jpegclub.org/</a>. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</dd>
|
||||
|
||||
<dt>Proprietary Software for Windows</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="http://www.corel.com/">http://www.corel.com/</a>
|
||||
<li> <cite>Illustrator</cite>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/illustrator.html">http://www.adobe.com/products/illustrator.html</a>
|
||||
<li> <cite>Paint Shop Pro</cite>
|
||||
<li> <cite>Paint Shop Pro</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="https://www.paintshoppro.com/">https://www.paintshoppro.com/</a>
|
||||
<li> <cite>Photoshop</cite>
|
||||
<li> <cite>Photoshop</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a>
|
||||
<li> <cite>PIXresizer</cite>
|
||||
<li> <cite>PIXresizer</cite>
|
||||
(Bluefive software)
|
||||
—
|
||||
<a href="http://bluefive.pair.com/pixresizer.htm">http://bluefive.pair.com/pixresizer.htm</a>
|
||||
</ul>
|
||||
|
||||
<h3>Macintosh Users</h3>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>Macintosh Users</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="http://www.corel.com/">http://www.corel.com/</a>
|
||||
<li> <cite>GraphicConverter</cite>
|
||||
<li> <cite>GraphicConverter</cite>
|
||||
(Lemke Software)
|
||||
—
|
||||
<a href="https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/">https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/</a>
|
||||
<li> <cite>Illustrator</cite>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/illustrator.html">http://www.adobe.com/products/illustrator.html</a>
|
||||
<li> <cite>Photoshop</cite>
|
||||
<li> <cite>Photoshop</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a>
|
||||
</ul>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,15 +21,17 @@
|
|||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4 { font-family: sans; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
|
|
@ -60,6 +62,9 @@
|
|||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
|
|
@ -92,11 +97,12 @@
|
|||
<p>
|
||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br/>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a><br/>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a><br/>
|
||||
<a href="https://tuxpaint.tumblr.com/">Tux Paint on Tumblr</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
2022年3月 1日 </p>
|
||||
2022年3月18日 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -113,7 +119,7 @@
|
|||
<tr>
|
||||
<td>
|
||||
<ul>
|
||||
<li><a href="#about">Tux Paint について</a></li> <li><a href="#using">Tux Paint の使い方</a> <ul>
|
||||
<li><a href="#about">Tux Paint について</a></li> <li><a href="#using">Tux Paint の使い方</a> <ul>
|
||||
<li><a href="#using_loading">Tux Paint の起動</a></li> <li><a href="#using_title">起動画面</a></li> <li><a href="#using_main">メインの画面</a></li> <li><a href="#using_tools">各種のツール</a> <ul>
|
||||
<li><a href="#using_tools_drawing">描画ツール</a> <ul>
|
||||
<li><a href="#using_tools_drawing_paint">ペイントブラシ「ふで」</a></li> <li><a href="#using_tools_drawing_stamp">「はんこ」ツール</a></li> <li><a href="#using_tools_drawing_lines">「せん」ツール</a></li> <li><a href="#using_tools_drawing_shapes">「かたち」ツール</a></li> <li><a href="#using_tools_drawing_text_and_label">「もじ」ツール、「ラベル」ツール</a></li> <li><a href="#using_tools_drawing_fill">「ぬる」ツール</a></li> <li><a href="#using_tools_drawing_magic">「まほう」ツール(特殊効果)</a></li> <li><a href="#using_tools_drawing_eraser">けしゴム</a></li> </ul>
|
||||
|
|
@ -1602,6 +1608,7 @@
|
|||
<li>"Microsoft" and "Windows" are registered trademarks of Microsoft Corp.</li>
|
||||
<li>"Apple" and "macOS" are registered trademarks of Apple Inc.</li>
|
||||
<li>"Twitter" is a registered trademark of Twitter, Inc.</li>
|
||||
<li>"Tumblr" is a registered trademark of Tumblr, Inc.</li>
|
||||
</ul>
|
||||
</section>
|
||||
</footer>
|
||||
|
|
|
|||
|
|
@ -5,71 +5,143 @@
|
|||
Tux Paint Signals Documentation </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
<style>
|
||||
body { font-size: large; }
|
||||
table { font-size: large; }
|
||||
div.screenshot-center {
|
||||
text-align: center;
|
||||
}
|
||||
div.screenshot-right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
div.screenshot-right-after {
|
||||
clear: both;
|
||||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
font-family: sans;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
dd, blockquote {
|
||||
border-left: 1px solid #888;
|
||||
padding-left: 1em;
|
||||
border-radius: 0 0 0 1em;
|
||||
}
|
||||
p.note {
|
||||
border: 1px solid #000;
|
||||
background-color: #eee;
|
||||
border-radius: 0.5em;
|
||||
padding: 0.5em;
|
||||
display: inline-block;
|
||||
margin-right: 3em;
|
||||
}
|
||||
section.outer {
|
||||
padding-bottom: 1em;
|
||||
border-bottom: 2px solid #000;
|
||||
}
|
||||
section.indent p,dl {
|
||||
margin-left: 2em;
|
||||
}
|
||||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF"
|
||||
text="#000000"
|
||||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.28<br/>
|
||||
Signals Documentation </h1>
|
||||
<section class="outer">
|
||||
<center>
|
||||
<header>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.28<br/>
|
||||
Signals Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2019-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
2022年3月31日 </p>
|
||||
</header>
|
||||
</center>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<p>
|
||||
Copyright © 2019-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
2022年1月20日 </p>
|
||||
</center>
|
||||
|
||||
<hr>
|
||||
|
||||
<p>
|
||||
Tux Paint responds to the following signals (which can be sent to the program's process via `<code>kill</code>` or `<code>killall</code>`, for example). </p>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>SIGTERM</code>
|
||||
(also, <b><code>[Ctrl]</code></b> + <b><code>[C]</code></b> from a terminal running `<code>tuxpaint</code>`) </dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint responds as if the "Quit" button were pressed, or the desktop environment was told to close Tux Paint (e.g., by clicking a window close button, or pressing <b><code>[Alt]</code></b> + <b><code>[F4]</code></b> on most systems). </p>
|
||||
|
||||
<p>
|
||||
From the main interface, Tux Paint will prompt whether or not you wish to quit, and (unless overridden by the auto-save option, e.g. "<code>--autosave</code>") if you'd like to save the current drawing (if unsaved), and if so, and it's a modified version of an existing drawing (unless overridden by the options to save over old images, or always save new images; e.g. "<code>--saveover</code>" and "<code>--saveovernew</code>", respectively), whether or not to overwrite the existing drawing, or save to a new file. </p>
|
||||
|
||||
<p>
|
||||
<b>Note:</b> From other parts of the interface, the signal is currently interpreted as a request to go back (e.g., from the "New" dialog back to the main interface), as if a "Back" button in Tux Paint were clicked, or the <b><code>[Esc]</code></b> was key pressed. </p>
|
||||
|
||||
<p>
|
||||
例:<code>killall tuxpaint</code> </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code>SIGUSR1</code> & <code>SIGUSR2</code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint responds by setting its auto-save option (as if it had been launched with "<code>--autosave</code>"), as well as either the option to always save new images (as if launched with "<code>--saveovernew</code>") in the case of receiving a <code>SIGUSR1</code> signal, or to always save over the existing image (as if launched with "<code>--saveover</code>") in the case of receiving <code>SIGUSR2</code>. Then Tux Paint sends itself a <code>SIGTERM</code> signal, in an attempt to quit. (See above.) </p>
|
||||
|
||||
<p>
|
||||
So, from the main interface, Tux Paint should quit almost immediately, with no questions asked. </p>
|
||||
|
||||
<p>
|
||||
<b>Note:</b> From other parts of the interface, unfortunately, Tux Paint will go back one level in the interface. Therefore, at this time, it may be necessary to send this signal to Tux Paint a few times, for it to quit completely. </p>
|
||||
|
||||
<p>
|
||||
例:<code>killall -s SIGUSR1 tuxpaint</code> </p>
|
||||
</dd>
|
||||
</dl>
|
||||
Tux Paint responds to the following signals (which can be sent to the program's process via `<code>kill</code>` or `<code>killall</code>`, for example). </p>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>SIGTERM</code>
|
||||
(also, <b><code>[Ctrl]</code></b> + <b><code>[C]</code></b> from a terminal running `<code>tuxpaint</code>`) </dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint responds as if the "Quit" button were pressed, or the desktop environment was told to close Tux Paint (e.g., by clicking a window close button, or pressing <b><code>[Alt]</code></b> + <b><code>[F4]</code></b> on most systems). </p>
|
||||
|
||||
<p>
|
||||
From the main interface, Tux Paint will prompt whether or not you wish to quit, and (unless overridden by the auto-save option, e.g. "<code>--autosave</code>") if you'd like to save the current drawing (if unsaved), and if so, and it's a modified version of an existing drawing (unless overridden by the options to save over old images, or always save new images; e.g. "<code>--saveover</code>" and "<code>--saveovernew</code>", respectively), whether or not to overwrite the existing drawing, or save to a new file. </p>
|
||||
|
||||
<p>
|
||||
例:<code>killall tuxpaint</code> </p>
|
||||
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> <strong>Note:</strong> From other parts of the interface, the signal is currently interpreted as a request to go back (e.g., from the "New" dialog back to the main interface), as if a "Back" button in Tux Paint were clicked, or the <b><code>[Esc]</code></b> was key pressed. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code>SIGUSR1</code> & <code>SIGUSR2</code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint responds by setting its auto-save option (as if it had been launched with "<code>--autosave</code>"), as well as either the option to always save new images (as if launched with "<code>--saveovernew</code>") in the case of receiving a <code>SIGUSR1</code> signal, or to always save over the existing image (as if launched with "<code>--saveover</code>") in the case of receiving <code>SIGUSR2</code>. Then Tux Paint sends itself a <code>SIGTERM</code> signal, in an attempt to quit. (See above.) </p>
|
||||
|
||||
<p>
|
||||
So, from the main interface, Tux Paint should quit almost immediately, with no questions asked. </p>
|
||||
|
||||
<p>
|
||||
例:<code>killall -s SIGUSR1 tuxpaint</code> </p>
|
||||
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> <strong>Note:</strong> From other parts of the interface, unfortunately, Tux Paint will go back one level in the interface. Therefore, at this time, it may be necessary to send this signal to Tux Paint a few times, for it to quit completely. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -5,59 +5,163 @@
|
|||
Tux Paint SVG Documentation </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
<style>
|
||||
body { font-size: large; }
|
||||
table { font-size: large; }
|
||||
div.screenshot-center {
|
||||
text-align: center;
|
||||
}
|
||||
div.screenshot-right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
div.screenshot-right-after {
|
||||
clear: both;
|
||||
}
|
||||
div.keeptogether { page-break-inside: avoid; }
|
||||
section h1 { font-size: 2em; }
|
||||
h1, h2, h3, h4, h5 { font-family: sans; }
|
||||
h1 { color: #800; page-break-before: always; break-before: always; }
|
||||
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
|
||||
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
|
||||
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
|
||||
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
|
||||
h1 + p { page-break-inside: avoid; }
|
||||
h2 + p { page-break-inside: avoid; }
|
||||
h3 + p { page-break-inside: avoid; }
|
||||
h4 + p { page-break-inside: avoid; }
|
||||
h5 + p { page-break-inside: avoid; }
|
||||
dt {
|
||||
font-size: large;
|
||||
color: #404;
|
||||
font-family: sans;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
dd, blockquote {
|
||||
border-left: 1px solid #888;
|
||||
padding-left: 1em;
|
||||
border-radius: 0 0 0 1em;
|
||||
}
|
||||
p.note {
|
||||
border: 1px solid #000;
|
||||
background-color: #eee;
|
||||
border-radius: 0.5em;
|
||||
padding: 0.5em;
|
||||
display: inline-block;
|
||||
margin-right: 3em;
|
||||
}
|
||||
section.outer {
|
||||
padding-bottom: 1em;
|
||||
border-bottom: 2px solid #000;
|
||||
}
|
||||
section.indent p,dl {
|
||||
margin-left: 2em;
|
||||
}
|
||||
section.indent dl p {
|
||||
margin-left: 0;
|
||||
}
|
||||
p + ul {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
p {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF"
|
||||
text="#000000"
|
||||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.28<br/>
|
||||
SVG Documentation </h1>
|
||||
|
||||
<!-- Title -->
|
||||
<section class="outer">
|
||||
<header>
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.28<br/>
|
||||
SVG Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
2022年1月20日 </p>
|
||||
</center>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h1>About SVGs</h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
SVG (Scalable Vector Graphics) is an open standard used to describe two-dimensional vector graphics. It is great for diagrams and shapes, while PNGs are better for photographs. SVG files are a bit like instructions on how to make an image. This means that they can be resized without looking pixelated or blocky. </p>
|
||||
|
||||
<p>
|
||||
For more information, visit: <a href="https://www.w3.org/Graphics/SVG/">https://www.w3.org/Graphics/SVG/</a> </p>
|
||||
</section>
|
||||
|
||||
<section class="indent">
|
||||
<header>
|
||||
<h1>How to make SVGs</h1>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
2022年1月20日 </p>
|
||||
</center>
|
||||
An excellent tool with which to create SVG images for use in Tux Paint is Inkscape, a high-quality Open Source interactive drawing program available for Windows, macOS, and Linux. There are also other applications that can produce SVGs, both free/open source, and commerical/proprietary. </p>
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>About SVGs</h2>
|
||||
|
||||
<p>
|
||||
SVG (Scalable Vector Graphics) is an open standard used to describe two-dimensional vector graphics. It is great for diagrams and shapes, while PNGs are better for photographs. SVG files are a bit like instructions on how to make an image. This means that they can be resized without looking pixelated or blocky. </p>
|
||||
|
||||
<p>
|
||||
For more information, visit: <a href="https://www.w3.org/Graphics/SVG/">https://www.w3.org/Graphics/SVG/</a> </p>
|
||||
|
||||
<h2>How to make SVGs</h2>
|
||||
|
||||
<p>
|
||||
An excellent tool with which to create SVG images for use in Tux Paint is Inkscape, a high-quality Open Source interactive drawing program. </p>
|
||||
|
||||
<p>
|
||||
It is likely that is already installed on your system. If not, it should be readily available from your Linux distribution's software repository. If not, or to learn more, visit <a href="http://www.inkscape.org/">http://www.inkscape.org/</a>, respectively. </p>
|
||||
|
||||
<h2>Mac and Windows users</h2>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="http://www.corel.com/">http://www.corel.com/</a>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<dl>
|
||||
<dt><strong>Open Source</strong></dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>Inkscape</cite>
|
||||
—
|
||||
<a href="http://www.inkscape.org/">http://www.inkscape.org/</a>
|
||||
</li>
|
||||
<li> <cite>Karbon</cite>
|
||||
—
|
||||
<a href="https://calligra.org/karbon/">https://calligra.org/karbon/</a>
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
<dt><strong>Proprietary</strong></dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <cite>CorelDRAW</cite>
|
||||
(Corel)
|
||||
—
|
||||
<a href="https://www.coreldraw.com/en/">https://www.coreldraw.com/en/</a>
|
||||
</li>
|
||||
<li> <cite>Illustrator</cite>
|
||||
(Adobe)
|
||||
—
|
||||
<a href="http://www.adobe.com/products/illustrator.html">http://www.adobe.com/products/illustrator.html</a>
|
||||
</ul>
|
||||
</li>
|
||||
<li> <cite>Boxy SVG</cite>
|
||||
—
|
||||
<a href="https://boxy-svg.com/">https://boxy-svg.com/</a>
|
||||
</li>
|
||||
<li> <cite>Sketch</cite>
|
||||
(Sketch B.V.)
|
||||
—
|
||||
<a href="https://boxy-svg.com/">https://boxy-svg.com/</a>
|
||||
</li>
|
||||
</ul>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -304,5 +304,5 @@ void parse_one_option(struct cfginfo *restrict tmpcfg, const char *str, const ch
|
|||
exit(53);
|
||||
}
|
||||
|
||||
memcpy(offset+(char*)tmpcfg, &opt, sizeof(char*)); /* FIXME: This causes a warning; should it be 'sizeof(char)', or do we need to have the warning suppressed? -bjk 2021.10.14 */
|
||||
memcpy((char**) (offset + (char*) tmpcfg), &opt, sizeof(char*));
|
||||
}
|
||||
|
|
|
|||
863
src/tuxpaint.c
863
src/tuxpaint.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue