diff --git a/docs/en/PNG.txt b/docs/en/PNG.txt index cce08d679..75986e45c 100644 --- a/docs/en/PNG.txt +++ b/docs/en/PNG.txt @@ -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 diff --git a/docs/en/html/PNG.html b/docs/en/html/PNG.html index 76e4de704..b41dcb299 100644 --- a/docs/en/html/PNG.html +++ b/docs/en/html/PNG.html @@ -5,113 +5,204 @@ Tux Paint PNG Documentation + -
-

- Tux Paint
- version 0.9.28
- PNG Documentation

+
+
+
+

+ Tux Paint
+ version 0.9.28
+ PNG Documentation

+ +

+ Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
+ https://tuxpaint.org/ +

+ +

+ March 31, 2022

+
+
+
+ +
+
+

About PNGs

+

- Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
- https://tuxpaint.org/ -

- -

- January 20, 2022

-
- -
- -

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 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.

- -

- For more information, visit: http://www.libpng.org/

- -

- 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.)

- -

- Support for many colors allows photo-quality "rubber stamp" images to be used in Tux Paint, and alpha transparency allows for high-quality brushes.

- -

How To Make 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 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.

-

The following is a very brief list of ways to create PNGs or convert existing images into PNGs. -

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.

+

+ For more information, visit: http://www.libpng.org/

+ +

+ 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.)

+ +

+ Support for many colors allows photo-quality "rubber stamp" images to be used in Tux Paint, and alpha transparency allows for high-quality brushes.

+ -

- 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

- -

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.

- -

- 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

-

- 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

- + + + diff --git a/docs/es_ES.UTF-8/PNG.txt b/docs/es_ES.UTF-8/PNG.txt index 28ce2e4fc..ee03087bd 100644 --- a/docs/es_ES.UTF-8/PNG.txt +++ b/docs/es_ES.UTF-8/PNG.txt @@ -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 diff --git a/docs/es_ES.UTF-8/html/PNG.html b/docs/es_ES.UTF-8/html/PNG.html index dec5f482f..c56e9a538 100644 --- a/docs/es_ES.UTF-8/html/PNG.html +++ b/docs/es_ES.UTF-8/html/PNG.html @@ -5,113 +5,204 @@ Tux Paint PNG Documentation + -
-

- Tux Paint
- versión 0.9.28
- PNG Documentation

+
+
+
+

+ Tux Paint
+ versión 0.9.28
+ PNG Documentation

+ +

+ Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
+ https://tuxpaint.org/ +

+ +

+ marzo 31, 2022

+
+
+
+ +
+
+

About PNGs

+

- Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
- https://tuxpaint.org/ -

- -

- enero 20, 2022

-
- -
- -

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 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.

- -

- For more information, visit: http://www.libpng.org/

- -

- 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.)

- -

- Support for many colors allows photo-quality "rubber stamp" images to be used in Tux Paint, and alpha transparency allows for high-quality brushes.

- -

How To Make 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 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.

-

The following is a very brief list of ways to create PNGs or convert existing images into PNGs. -

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.

+

+ For more information, visit: http://www.libpng.org/

+ +

+ 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.)

+ +

+ Support for many colors allows photo-quality "rubber stamp" images to be used in Tux Paint, and alpha transparency allows for high-quality brushes.

+ -

- 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

- -

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.

- -

- 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

-

- 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

- + + + diff --git a/docs/fr_FR.UTF-8/PNG.txt b/docs/fr_FR.UTF-8/PNG.txt index a45176608..19471891c 100644 --- a/docs/fr_FR.UTF-8/PNG.txt +++ b/docs/fr_FR.UTF-8/PNG.txt @@ -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 diff --git a/docs/fr_FR.UTF-8/html/PNG.html b/docs/fr_FR.UTF-8/html/PNG.html index b62ed02e7..677ee8a86 100644 --- a/docs/fr_FR.UTF-8/html/PNG.html +++ b/docs/fr_FR.UTF-8/html/PNG.html @@ -5,113 +5,204 @@ Documentation sur PNG pour Tux Paint + -
-

- Tux Paint
- version 0.9.28
- Documentation sur PNG pour Tux Paint

+
+
+
+

+ Tux Paint
+ version 0.9.28
+ Documentation sur PNG pour Tux Paint

+ +

+ Copyright © 2007-2022 by divers contributeurs; see AUTHORS.txt.
+ https://tuxpaint.org/ +

+ +

+ mars 31, 2022

+
+
+
+ +
+
+

À propos des PNG

+

- Copyright © 2007-2022 by divers contributeurs; see AUTHORS.txt.
- https://tuxpaint.org/ -

- -

- janvier 20, 2022

-
- -
- -

À 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 (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.

- -

- Pour plus d'informations, voir : http://www.libpng.org/

- -

- 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.)

- -

- 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.

- -

Comment créer 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 (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.

-

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

-

- 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é.

+

+ Pour plus d'informations, voir : http://www.libpng.org/

+ +

+ 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.)

+ +

+ 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.

+ -

- 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

- -

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.

- -

- 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

-

- 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

- + + + diff --git a/docs/gl_ES.UTF-8/PNG.txt b/docs/gl_ES.UTF-8/PNG.txt index 0d03491d9..b8b94eee0 100644 --- a/docs/gl_ES.UTF-8/PNG.txt +++ b/docs/gl_ES.UTF-8/PNG.txt @@ -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 diff --git a/docs/gl_ES.UTF-8/html/PNG.html b/docs/gl_ES.UTF-8/html/PNG.html index dbacd55d3..2835acd3c 100644 --- a/docs/gl_ES.UTF-8/html/PNG.html +++ b/docs/gl_ES.UTF-8/html/PNG.html @@ -5,113 +5,204 @@ Documentación PNG de Tux Paint + -
-

- Tux Paint
- versión 0.9.28
- Documentación PNG

+
+
+
+

+ Tux Paint
+ versión 0.9.28
+ Documentación PNG

+ +

+ Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
+ https://tuxpaint.org/ +

+ +

+ 31 de Marzo de 2022

+
+
+
+ +
+
+

Sobre os PNG

+

- Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
- https://tuxpaint.org/ -

- -

- 20 de Xaneiro de 2022

-
- -
- -

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 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.

- -

- Para obter máis información, visite:http://www.libpng.org/

- -

- 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.)

- -

- 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.

- -

Como facer imaxes 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 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.

-

A continuación amosarase unha lista moi breve de xeitos de crear PNG ou converter as imaxes existentes a PNG. -

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.

+

+ Para obter máis información, visite:http://www.libpng.org/

+ +

+ 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.)

+ +

+ 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.

+ -

- É 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

- -

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.

- -

- É 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

-

- 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

- + + + diff --git a/docs/ja_JP.UTF-8/PNG.txt b/docs/ja_JP.UTF-8/PNG.txt index 8b22cd129..f46157c43 100644 --- a/docs/ja_JP.UTF-8/PNG.txt +++ b/docs/ja_JP.UTF-8/PNG.txt @@ -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 diff --git a/docs/ja_JP.UTF-8/html/PNG.html b/docs/ja_JP.UTF-8/html/PNG.html index 3a14e079e..09e5ec6cc 100644 --- a/docs/ja_JP.UTF-8/html/PNG.html +++ b/docs/ja_JP.UTF-8/html/PNG.html @@ -5,113 +5,204 @@ Tux Paint PNG Documentation + -
-

- Tux Paint
- バージョン 0.9.28
- PNG Documentation

+
+
+
+

+ Tux Paint
+ バージョン 0.9.28
+ PNG Documentation

+ +

+ Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
+ https://tuxpaint.org/ +

+ +

+ 2022年3月31日

+
+
+
+ +
+
+

About PNGs

+

- Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
- https://tuxpaint.org/ -

- -

- 2022年1月20日

-
- -
- -

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 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.

- -

- For more information, visit: http://www.libpng.org/

- -

- 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.)

- -

- Support for many colors allows photo-quality "rubber stamp" images to be used in Tux Paint, and alpha transparency allows for high-quality brushes.

- -

How To Make 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 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.

-

The following is a very brief list of ways to create PNGs or convert existing images into PNGs. -

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.

+

+ For more information, visit: http://www.libpng.org/

+ +

+ 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.)

+ +

+ Support for many colors allows photo-quality "rubber stamp" images to be used in Tux Paint, and alpha transparency allows for high-quality brushes.

+ -

- 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

- -

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.

- -

- 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

-

- 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 のユーザー

- + + +