Sync: Style updates to PNG docs

This commit is contained in:
Bill Kendrick 2022-03-31 23:17:10 -07:00
parent f6c549b3b4
commit d969c73968
10 changed files with 1043 additions and 559 deletions

View file

@ -5,9 +5,7 @@
Copyright © 2007-2022 by various contributors; see AUTHORS.txt. Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
January 20, 2022 March 31, 2022
----------------------------------------------------------------------
About PNGs About PNGs
@ -35,48 +33,56 @@ How To Make PNGs
GIMP & Krita GIMP & Krita
Excellent tools with which to create PNG images for use in Tux Paint are Excellent tools with which to create PNG images for use in Tux
GIMP and Krita, both high-quality Open Source interactive drawing and Paint are GIMP and Krita, both high-quality Open Source
photo editing programs. interactive drawing and photo editing programs.
It is likely that one or both are already installed on your system. If It is likely that one or both are already installed on your
not, they should be readily available from your Linux distribution's system. If not, they should be readily available from your Linux
software repository. If not, or to learn more, visit http://www.gimp.org/ distribution's software repository. If not, or to learn more,
and http://www.krita.org/, respectively. 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 The Portable Bitmap tools (collectively known as
of Open Source command-line tools which convert to and from various "NetPBM") is a collection of Open Source command-line
formats, including GIF, TIFF, BMP, PNG, and many more. 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 It is possible that it's already installed on your
be readily available from your Linux distribution's software repository. system. If not, they it be readily available from
If not, or to learn more, visit http://netpbm.sourceforge.net/. 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 The "cjpeg" and "djpeg" command-line programs convert
Portable Any Map (PNM) format and JPEGs. It is possible that it's already between the NetPBM Portable Any Map (PNM) format and
installed on your system. If not, they it be readily available from your JPEGs. It is possible that it's already installed on
Linux distribution's software repository. If not, or to learn more, visit 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/. https://jpegclub.org/.
Windows Users Proprietary Software for Windows
* CorelDRAW (Corel) — http://www.corel.com/ * CorelDRAW (Corel) — http://www.corel.com/
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html * Illustrator (Adobe) —
http://www.adobe.com/products/illustrator.html
* Paint Shop Pro (Corel) — https://www.paintshoppro.com/ * Paint Shop Pro (Corel) — https://www.paintshoppro.com/
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html * Photoshop (Adobe) —
http://www.adobe.com/products/photoshop.html
* PIXresizer (Bluefive software) — * PIXresizer (Bluefive software) —
http://bluefive.pair.com/pixresizer.htm http://bluefive.pair.com/pixresizer.htm
Macintosh Users Macintosh Users
* CorelDRAW (Corel) — http://www.corel.com/ * CorelDRAW (Corel) — http://www.corel.com/
* GraphicConverter (Lemke Software) — * GraphicConverter (Lemke Software) —
https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/ https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html * Illustrator (Adobe) —
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html http://www.adobe.com/products/illustrator.html
* Photoshop (Adobe) —
http://www.adobe.com/products/photoshop.html

View file

@ -5,12 +5,80 @@
Tux Paint PNG Documentation </title> Tux Paint PNG Documentation </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> 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 { 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; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + 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> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
link="#0000FF" link="#0000FF"
vlink="#FF0000" vlink="#FF0000"
alink="#FF00FF"> alink="#FF00FF">
<section class="outer">
<header>
<center> <center>
<h1> <h1>
<img src="../../html/images/tuxpaint-title.png" <img src="../../html/images/tuxpaint-title.png"
@ -26,12 +94,15 @@
</p> </p>
<p> <p>
January 20, 2022 </p> March 31, 2022 </p>
</center> </center>
</header>
</section>
<hr> <section class="indent">
<header>
<h2>About PNGs</h2> <h1>About PNGs</h1>
</header>
<p> <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> 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>
@ -44,32 +115,47 @@
<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> 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>
<section class="indent">
<header>
<h2>How To Make PNGs</h2> <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. <p>The following is a very <em>brief</em> list of ways to create PNGs or convert existing images into PNGs.
<h3>GIMP &amp; Krita</h3> <dl>
<dt>GIMP &amp; Krita</dt>
<dd>
<p> <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> 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> <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> 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>
<h3>Command-line Tools</h3> <dt>Command-line Tools</dt>
<dd>
<h4>NetPBM</h4> <dl>
<dt>NetPBM</dt>
<dd>
<p> <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> 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> <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> 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>
<h4>cjpeg/djpeg</h4> <dt>cjpeg/djpeg</dt>
<dd>
<p> <p>
The "cjpeg" and "djpeg" command-line programs convert between the NetPBM Portable Any Map (PNM) format and JPEGs. 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> 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>
<h3>Windows Users</h3> <dt>Proprietary Software for Windows</dt>
<dd>
<ul> <ul>
<li> <cite>CorelDRAW</cite> <li> <cite>CorelDRAW</cite>
(Corel) (Corel)
@ -92,8 +178,10 @@
&mdash; &mdash;
<a href="http://bluefive.pair.com/pixresizer.htm">http://bluefive.pair.com/pixresizer.htm</a> <a href="http://bluefive.pair.com/pixresizer.htm">http://bluefive.pair.com/pixresizer.htm</a>
</ul> </ul>
</dd>
<h3>Macintosh Users</h3> <dt>Macintosh Users</dt>
<dd>
<ul> <ul>
<li> <cite>CorelDRAW</cite> <li> <cite>CorelDRAW</cite>
(Corel) (Corel)
@ -112,6 +200,9 @@
&mdash; &mdash;
<a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a> <a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a>
</ul> </ul>
</dd>
</dl>
</section>
</body> </body>
</html> </html>

View file

@ -5,9 +5,7 @@
Copyright © 2007-2022 by various contributors; see AUTHORS.txt. Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
enero 20, 2022 marzo 31, 2022
----------------------------------------------------------------------
About PNGs About PNGs
@ -35,48 +33,56 @@ How To Make PNGs
GIMP & Krita GIMP & Krita
Excellent tools with which to create PNG images for use in Tux Paint are Excellent tools with which to create PNG images for use in Tux
GIMP and Krita, both high-quality Open Source interactive drawing and Paint are GIMP and Krita, both high-quality Open Source
photo editing programs. interactive drawing and photo editing programs.
It is likely that one or both are already installed on your system. If It is likely that one or both are already installed on your
not, they should be readily available from your Linux distribution's system. If not, they should be readily available from your Linux
software repository. If not, or to learn more, visit http://www.gimp.org/ distribution's software repository. If not, or to learn more,
and http://www.krita.org/, respectively. 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 The Portable Bitmap tools (collectively known as
of Open Source command-line tools which convert to and from various "NetPBM") is a collection of Open Source command-line
formats, including GIF, TIFF, BMP, PNG, and many more. 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 It is possible that it's already installed on your
be readily available from your Linux distribution's software repository. system. If not, they it be readily available from
If not, or to learn more, visit http://netpbm.sourceforge.net/. 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 The "cjpeg" and "djpeg" command-line programs convert
Portable Any Map (PNM) format and JPEGs. It is possible that it's already between the NetPBM Portable Any Map (PNM) format and
installed on your system. If not, they it be readily available from your JPEGs. It is possible that it's already installed on
Linux distribution's software repository. If not, or to learn more, visit 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/. https://jpegclub.org/.
Windows Users Proprietary Software for Windows
* CorelDRAW (Corel) — http://www.corel.com/ * CorelDRAW (Corel) — http://www.corel.com/
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html * Illustrator (Adobe) —
http://www.adobe.com/products/illustrator.html
* Paint Shop Pro (Corel) — https://www.paintshoppro.com/ * Paint Shop Pro (Corel) — https://www.paintshoppro.com/
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html * Photoshop (Adobe) —
http://www.adobe.com/products/photoshop.html
* PIXresizer (Bluefive software) — * PIXresizer (Bluefive software) —
http://bluefive.pair.com/pixresizer.htm http://bluefive.pair.com/pixresizer.htm
Macintosh Users Macintosh Users
* CorelDRAW (Corel) — http://www.corel.com/ * CorelDRAW (Corel) — http://www.corel.com/
* GraphicConverter (Lemke Software) — * GraphicConverter (Lemke Software) —
https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/ https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html * Illustrator (Adobe) —
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html http://www.adobe.com/products/illustrator.html
* Photoshop (Adobe) —
http://www.adobe.com/products/photoshop.html

View file

@ -5,12 +5,80 @@
Tux Paint PNG Documentation </title> Tux Paint PNG Documentation </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> 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 { 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; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + 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> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
link="#0000FF" link="#0000FF"
vlink="#FF0000" vlink="#FF0000"
alink="#FF00FF"> alink="#FF00FF">
<section class="outer">
<header>
<center> <center>
<h1> <h1>
<img src="../../html/images/tuxpaint-title.png" <img src="../../html/images/tuxpaint-title.png"
@ -26,12 +94,15 @@
</p> </p>
<p> <p>
enero 20, 2022 </p> marzo 31, 2022 </p>
</center> </center>
</header>
</section>
<hr> <section class="indent">
<header>
<h2>About PNGs</h2> <h1>About PNGs</h1>
</header>
<p> <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> 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>
@ -44,32 +115,47 @@
<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> 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>
<section class="indent">
<header>
<h2>How To Make PNGs</h2> <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. <p>The following is a very <em>brief</em> list of ways to create PNGs or convert existing images into PNGs.
<h3>GIMP &amp; Krita</h3> <dl>
<dt>GIMP &amp; Krita</dt>
<dd>
<p> <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> 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> <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> 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>
<h3>Command-line Tools</h3> <dt>Command-line Tools</dt>
<dd>
<h4>NetPBM</h4> <dl>
<dt>NetPBM</dt>
<dd>
<p> <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> 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> <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> 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>
<h4>cjpeg/djpeg</h4> <dt>cjpeg/djpeg</dt>
<dd>
<p> <p>
The "cjpeg" and "djpeg" command-line programs convert between the NetPBM Portable Any Map (PNM) format and JPEGs. 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> 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>
<h3>Windows Users</h3> <dt>Proprietary Software for Windows</dt>
<dd>
<ul> <ul>
<li> <cite>CorelDRAW</cite> <li> <cite>CorelDRAW</cite>
(Corel) (Corel)
@ -92,8 +178,10 @@
&mdash; &mdash;
<a href="http://bluefive.pair.com/pixresizer.htm">http://bluefive.pair.com/pixresizer.htm</a> <a href="http://bluefive.pair.com/pixresizer.htm">http://bluefive.pair.com/pixresizer.htm</a>
</ul> </ul>
</dd>
<h3>Macintosh Users</h3> <dt>Macintosh Users</dt>
<dd>
<ul> <ul>
<li> <cite>CorelDRAW</cite> <li> <cite>CorelDRAW</cite>
(Corel) (Corel)
@ -112,6 +200,9 @@
&mdash; &mdash;
<a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a> <a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a>
</ul> </ul>
</dd>
</dl>
</section>
</body> </body>
</html> </html>

View file

@ -5,9 +5,7 @@
Copyright © 2007-2022 by divers contributeurs; see AUTHORS.txt. Copyright © 2007-2022 by divers contributeurs; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
janvier 20, 2022 mars 31, 2022
----------------------------------------------------------------------
À propos des PNG À propos des PNG
@ -38,51 +36,58 @@ Comment créer des PNG
GIMP & Krita GIMP & Krita
D'excellents outils pour créer des images PNG utilisables dans Tux Paint D'excellents outils pour créer des images PNG utilisables dans Tux
sont Gimp et Krita, tous deux programmes interactifs de dessin et Paint sont Gimp et Krita, tous deux programmes interactifs de
d'édition de photos Open Source et de grande qualité. 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 Un des deux, ou les deux, sont probablement déjà installés sur
système Linux. Sinon, ils sont certainement disponibles depuis le site de votre système Linux. Sinon, ils sont certainement disponibles
téléchargement de votre distribution. Sinon, ou pour en apprendre plus, depuis le site de téléchargement de votre distribution. Sinon, ou
visitez respectivement http://www.gimp.org/ et http://www.krita.org/. 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 Les outils Bitmap portables (appelés généralement
collection d'outils de ligne de commande Open Source qui convertissent «NetPBM») sont une collection d'outils de ligne de
vers et depuis différents formats tels que GIF, TIFF, BMP, PNG et beaucoup commande Open Source qui convertissent vers et depuis
d'autres. 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 Ils sont probablement déjà installés sur votre
certainement disponibles depuis le site de téléchargement de votre système. Sinon, ils sont certainement disponibles
distribution Linux. Sinon, ou pour en apprendre plus, visitez depuis le site de téléchargement de votre
http://netpbm.sourceforge.net/. 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 Les programmes en ligne de commande "cjpeg" et
entre le format PNM (Portable Any Map) de NetPBM et les JPEG. Ils sont "djpeg" font la conversion entre le format PNM
probablement déjà installés sur votre système. Sinon, ils sont (Portable Any Map) de NetPBM et les JPEG. Ils sont
certainement disponibles depuis le site de téléchargement de votre probablement déjà installés sur votre système. Sinon,
distribution Linux. Sinon, ou pour en apprendre plus, visitez 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/. https://jpegclub.org/.
Utilisateurs de Windows Proprietary Software for Windows
* CorelDRAW (Corel) — http://www.corel.com/ * CorelDRAW (Corel) — http://www.corel.com/
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html * Illustrator (Adobe) —
http://www.adobe.com/products/illustrator.html
* Paint Shop Pro (Corel) — https://www.paintshoppro.com/ * Paint Shop Pro (Corel) — https://www.paintshoppro.com/
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html * Photoshop (Adobe) —
http://www.adobe.com/products/photoshop.html
* PIXresizer (Bluefive software) — * PIXresizer (Bluefive software) —
http://bluefive.pair.com/pixresizer.htm http://bluefive.pair.com/pixresizer.htm
Utilisateurs de Macintosh Utilisateurs de Macintosh
* CorelDRAW (Corel) — http://www.corel.com/ * CorelDRAW (Corel) — http://www.corel.com/
* GraphicConverter (Lemke Software) — * GraphicConverter (Lemke Software) —
https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/ https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html * Illustrator (Adobe) —
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html http://www.adobe.com/products/illustrator.html
* Photoshop (Adobe) —
http://www.adobe.com/products/photoshop.html

View file

@ -5,12 +5,80 @@
Documentation sur PNG pour Tux Paint </title> Documentation sur PNG pour Tux Paint </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> 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 { 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; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + 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> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
link="#0000FF" link="#0000FF"
vlink="#FF0000" vlink="#FF0000"
alink="#FF00FF"> alink="#FF00FF">
<section class="outer">
<header>
<center> <center>
<h1> <h1>
<img src="../../html/images/tuxpaint-title.png" <img src="../../html/images/tuxpaint-title.png"
@ -26,12 +94,15 @@
</p> </p>
<p> <p>
janvier 20, 2022 </p> mars 31, 2022 </p>
</center> </center>
</header>
</section>
<hr> <section class="indent">
<header>
<h2>À propos des PNG</h2> <h1>À propos des PNG</h1>
</header>
<p> <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> 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>
@ -44,32 +115,47 @@
<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> 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>
<section class="indent">
<header>
<h2>Comment créer des PNG</h2> <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. <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 &amp; Krita</h3> <dl>
<dt>GIMP &amp; Krita</dt>
<dd>
<p> <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> 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> <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> 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>
<h3>Outils en ligne de commande</h3> <dt>Outils en ligne de commande</dt>
<dd>
<h4>NetPBM</h4> <dl>
<dt>NetPBM</dt>
<dd>
<p> <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> 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> <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> 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>
<h4>cjpeg/djpeg</h4> <dt>cjpeg/djpeg</dt>
<dd>
<p> <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. 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> 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>
<h3>Utilisateurs de Windows</h3> <dt>Proprietary Software for Windows</dt>
<dd>
<ul> <ul>
<li> <cite>CorelDRAW</cite> <li> <cite>CorelDRAW</cite>
(Corel) (Corel)
@ -92,8 +178,10 @@
&mdash; &mdash;
<a href="http://bluefive.pair.com/pixresizer.htm">http://bluefive.pair.com/pixresizer.htm</a> <a href="http://bluefive.pair.com/pixresizer.htm">http://bluefive.pair.com/pixresizer.htm</a>
</ul> </ul>
</dd>
<h3>Utilisateurs de Macintosh</h3> <dt>Utilisateurs de Macintosh</dt>
<dd>
<ul> <ul>
<li> <cite>CorelDRAW</cite> <li> <cite>CorelDRAW</cite>
(Corel) (Corel)
@ -112,6 +200,9 @@
&mdash; &mdash;
<a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a> <a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a>
</ul> </ul>
</dd>
</dl>
</section>
</body> </body>
</html> </html>

View file

@ -5,9 +5,7 @@
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt. Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
20 de Xaneiro de 2022 31 de Marzo de 2022
----------------------------------------------------------------------
Sobre os PNG Sobre os PNG
@ -37,49 +35,57 @@ Como facer imaxes PNG
GIMP & Krita GIMP & Krita
GIMP e Krita son dúas excelentes ferramentas coas que crear imaxes PNG GIMP e Krita son dúas excelentes ferramentas coas que crear imaxes
para usar en Tux Paint , ambos son programas de debuxo interactivo e PNG para usar en Tux Paint , ambos son programas de debuxo
edición de fotos de código aberto de alta calidade. 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, É probábel que un ou ambos xa estean instalados no seu sistema. Se
deberían estar dispoñíbeis no repositorio de software da súa distribución non, deberían estar dispoñíbeis no repositorio de software da súa
Linux. Se non é así, ou para obter máis información, visite distribución Linux. Se non é así, ou para obter máis información,
http://www.gimp.org/ e http://www.krita.org/ respectivamente. 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 As ferramentas de Mapas de bits Portátil Portable
colectivamente como «NetPBM») son unha colección de ferramentas de liña de Bitmap (coñecidas colectivamente como «NetPBM») son
ordes de código aberto que converten a e dende varios formatos, incluíndo unha colección de ferramentas de liña de ordes de
GIF, TIFF, BMP, PNG e moitos máis. 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 É posíbel que xa estea instalado no seu sistema. Se
dispoñíbeis no repositorio de software da súa distribución Linux. Se non é non, estarán dispoñíbeis no repositorio de software
así, ou para saber máis, visite http://netpbm.sourceforge.net/. 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 Os programas de liña de ordes «cjpeg» e «djpeg»
NetPBM Calquera mapa portátil Portable Any Map (PNM) e os JPEG. É converten entre o formato NetPBM Calquera mapa
posíbel que xa estea instalado no seu sistema. Se non, estarán dispoñíbeis portátil Portable Any Map (PNM) e os JPEG. É
no repositorio de software da súa distribución Linux. Se non é así, ou posíbel que xa estea instalado no seu sistema. Se
para saber máis, visite https://jpegclub.org/. non, estarán dispoñíbeis no repositorio de software
da súa distribución Linux. Se non é así, ou para
Usuarios de Windows saber máis, visite https://jpegclub.org/.
Proprietary Software for Windows
* CorelDRAW (Corel) — http://www.corel.com/ * CorelDRAW (Corel) — http://www.corel.com/
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html * Illustrator (Adobe) —
http://www.adobe.com/products/illustrator.html
* Paint Shop Pro (Corel) — https://www.paintshoppro.com/ * Paint Shop Pro (Corel) — https://www.paintshoppro.com/
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html * Photoshop (Adobe) —
http://www.adobe.com/products/photoshop.html
* PIXresizer (Bluefive software) — * PIXresizer (Bluefive software) —
http://bluefive.pair.com/pixresizer.htm http://bluefive.pair.com/pixresizer.htm
Usuarios de Macintosh Usuarios de Macintosh
* CorelDRAW (Corel) — http://www.corel.com/ * CorelDRAW (Corel) — http://www.corel.com/
* GraphicConverter (Lemke Software) — * GraphicConverter (Lemke Software) —
https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/ https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html * Illustrator (Adobe) —
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html http://www.adobe.com/products/illustrator.html
* Photoshop (Adobe) —
http://www.adobe.com/products/photoshop.html

View file

@ -5,12 +5,80 @@
Documentación PNG de Tux Paint </title> Documentación PNG de Tux Paint </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> 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 { 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; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + 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> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
link="#0000FF" link="#0000FF"
vlink="#FF0000" vlink="#FF0000"
alink="#FF00FF"> alink="#FF00FF">
<section class="outer">
<header>
<center> <center>
<h1> <h1>
<img src="../../html/images/tuxpaint-title.png" <img src="../../html/images/tuxpaint-title.png"
@ -26,12 +94,15 @@
</p> </p>
<p> <p>
20 de Xaneiro de 2022 </p> 31 de Marzo de 2022 </p>
</center> </center>
</header>
</section>
<hr> <section class="indent">
<header>
<h2>Sobre os PNG</h2> <h1>Sobre os PNG</h1>
</header>
<p> <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> 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>
@ -44,32 +115,47 @@
<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> 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>
<section class="indent">
<header>
<h2>Como facer imaxes PNG</h2> <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. <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 &amp; Krita</h3> <dl>
<dt>GIMP &amp; Krita</dt>
<dd>
<p> <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> 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> <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> É 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>
<h3>Ferramentas da liña de ordes</h3> <dt>Ferramentas da liña de ordes</dt>
<dd>
<h4>NetPBM</h4> <dl>
<dt>NetPBM</dt>
<dd>
<p> <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> 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> <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> É 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>
<h4>cjpeg/djpeg</h4> <dt>cjpeg/djpeg</dt>
<dd>
<p> <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. 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> É 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>
<h3>Usuarios de Windows</h3> <dt>Proprietary Software for Windows</dt>
<dd>
<ul> <ul>
<li> <cite>CorelDRAW</cite> <li> <cite>CorelDRAW</cite>
(Corel) (Corel)
@ -92,8 +178,10 @@
&mdash; &mdash;
<a href="http://bluefive.pair.com/pixresizer.htm">http://bluefive.pair.com/pixresizer.htm</a> <a href="http://bluefive.pair.com/pixresizer.htm">http://bluefive.pair.com/pixresizer.htm</a>
</ul> </ul>
</dd>
<h3>Usuarios de Macintosh</h3> <dt>Usuarios de Macintosh</dt>
<dd>
<ul> <ul>
<li> <cite>CorelDRAW</cite> <li> <cite>CorelDRAW</cite>
(Corel) (Corel)
@ -112,6 +200,9 @@
&mdash; &mdash;
<a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a> <a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a>
</ul> </ul>
</dd>
</dl>
</section>
</body> </body>
</html> </html>

View file

@ -5,9 +5,7 @@
Copyright © 2007-2022 by various contributors; see AUTHORS.txt. Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
2022年1月20日 2022年3月31日
----------------------------------------------------------------------
About PNGs About PNGs
@ -35,48 +33,56 @@ How To Make PNGs
GIMP & Krita GIMP & Krita
Excellent tools with which to create PNG images for use in Tux Paint are Excellent tools with which to create PNG images for use in Tux
GIMP and Krita, both high-quality Open Source interactive drawing and Paint are GIMP and Krita, both high-quality Open Source
photo editing programs. interactive drawing and photo editing programs.
It is likely that one or both are already installed on your system. If It is likely that one or both are already installed on your
not, they should be readily available from your Linux distribution's system. If not, they should be readily available from your Linux
software repository. If not, or to learn more, visit http://www.gimp.org/ distribution's software repository. If not, or to learn more,
and http://www.krita.org/, respectively. 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 The Portable Bitmap tools (collectively known as
of Open Source command-line tools which convert to and from various "NetPBM") is a collection of Open Source command-line
formats, including GIF, TIFF, BMP, PNG, and many more. 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 It is possible that it's already installed on your
be readily available from your Linux distribution's software repository. system. If not, they it be readily available from
If not, or to learn more, visit http://netpbm.sourceforge.net/. 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 The "cjpeg" and "djpeg" command-line programs convert
Portable Any Map (PNM) format and JPEGs. It is possible that it's already between the NetPBM Portable Any Map (PNM) format and
installed on your system. If not, they it be readily available from your JPEGs. It is possible that it's already installed on
Linux distribution's software repository. If not, or to learn more, visit 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/. https://jpegclub.org/.
Windows のユーザー Proprietary Software for Windows
* CorelDRAW (Corel) — http://www.corel.com/ * CorelDRAW (Corel) — http://www.corel.com/
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html * Illustrator (Adobe) —
http://www.adobe.com/products/illustrator.html
* Paint Shop Pro (Corel) — https://www.paintshoppro.com/ * Paint Shop Pro (Corel) — https://www.paintshoppro.com/
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html * Photoshop (Adobe) —
http://www.adobe.com/products/photoshop.html
* PIXresizer (Bluefive software) — * PIXresizer (Bluefive software) —
http://bluefive.pair.com/pixresizer.htm http://bluefive.pair.com/pixresizer.htm
Macintosh Users Macintosh Users
* CorelDRAW (Corel) — http://www.corel.com/ * CorelDRAW (Corel) — http://www.corel.com/
* GraphicConverter (Lemke Software) — * GraphicConverter (Lemke Software) —
https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/ https://www.lemkesoft.de/mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
* Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html * Illustrator (Adobe) —
* Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html http://www.adobe.com/products/illustrator.html
* Photoshop (Adobe) —
http://www.adobe.com/products/photoshop.html

View file

@ -5,12 +5,80 @@
Tux Paint PNG Documentation </title> Tux Paint PNG Documentation </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> 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 { 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; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + 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> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
link="#0000FF" link="#0000FF"
vlink="#FF0000" vlink="#FF0000"
alink="#FF00FF"> alink="#FF00FF">
<section class="outer">
<header>
<center> <center>
<h1> <h1>
<img src="../../html/images/tuxpaint-title.png" <img src="../../html/images/tuxpaint-title.png"
@ -26,12 +94,15 @@
</p> </p>
<p> <p>
2022年1月20日 </p> 2022年3月31日 </p>
</center> </center>
</header>
</section>
<hr> <section class="indent">
<header>
<h2>About PNGs</h2> <h1>About PNGs</h1>
</header>
<p> <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> 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>
@ -44,32 +115,47 @@
<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> 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>
<section class="indent">
<header>
<h2>How To Make PNGs</h2> <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. <p>The following is a very <em>brief</em> list of ways to create PNGs or convert existing images into PNGs.
<h3>GIMP &amp; Krita</h3> <dl>
<dt>GIMP &amp; Krita</dt>
<dd>
<p> <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> 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> <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> 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>
<h3>Command-line Tools</h3> <dt>Command-line Tools</dt>
<dd>
<h4>NetPBM</h4> <dl>
<dt>NetPBM</dt>
<dd>
<p> <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> 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> <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> 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>
<h4>cjpeg/djpeg</h4> <dt>cjpeg/djpeg</dt>
<dd>
<p> <p>
The "cjpeg" and "djpeg" command-line programs convert between the NetPBM Portable Any Map (PNM) format and JPEGs. 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> 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>
<h3>Windows のユーザー</h3> <dt>Proprietary Software for Windows</dt>
<dd>
<ul> <ul>
<li> <cite>CorelDRAW</cite> <li> <cite>CorelDRAW</cite>
(Corel) (Corel)
@ -92,8 +178,10 @@
&mdash; &mdash;
<a href="http://bluefive.pair.com/pixresizer.htm">http://bluefive.pair.com/pixresizer.htm</a> <a href="http://bluefive.pair.com/pixresizer.htm">http://bluefive.pair.com/pixresizer.htm</a>
</ul> </ul>
</dd>
<h3>Macintosh Users</h3> <dt>Macintosh Users</dt>
<dd>
<ul> <ul>
<li> <cite>CorelDRAW</cite> <li> <cite>CorelDRAW</cite>
(Corel) (Corel)
@ -112,6 +200,9 @@
&mdash; &mdash;
<a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a> <a href="http://www.adobe.com/products/photoshop.html">http://www.adobe.com/products/photoshop.html</a>
</ul> </ul>
</dd>
</dl>
</section>
</body> </body>
</html> </html>