diff --git a/sources/tech/20180810 Image creation applications for Fedora.md b/sources/tech/20180810 Image creation applications for Fedora.md new file mode 100644 index 0000000000..95ad7ef802 --- /dev/null +++ b/sources/tech/20180810 Image creation applications for Fedora.md @@ -0,0 +1,76 @@ +Image creation applications for Fedora +====== + +![](https://fedoramagazine.org/wp-content/uploads/2018/08/creatingimages-816x346.png) + +Feeling creative? There are a multitude of applications available for Fedora to aid your creativity. From digital painting, vectors, to pixel art there is something for everyone to get creative this weekend. This article highlights a selection of the applications available for Fedora for creating awesome images. + +### Vector graphics: Inkscape + +[Inkscape][1] is a well known and loved Open Source vector graphics editor. SVG is the primary file format of Inkscape, so all your drawings will scale no-problems! Inkscape has been around for many years, so there is a solid community and [mountains of tutorials and other resources][2] for getting started. + +Being a vector graphics editor, Inkscape is better suited towards simpler illustrations (for example a simple comics style). However, using vector blurs, some artists create some [amazing vector drawings][3]. + +![][4] + +Install Inkscape from the Software application in Fedora Workstation, or use the following command in Terminal: +``` +sudo dnf install inkscape + +``` + +### Digital Painting: Krita & Mypaint + +[Krita][5] is a popular image creation application for digital painting, raster illustration, and texturing. Additionally, Krita is an active project, with a vibrant community — so [lots of tutorials to get started][6]. Krita features multiple brush engines, a UI with pop-up palletes, a wrap-around mode for creating seamless patterns, filters, layers, and much more. + +![][7] + +Install Krita from the Software application in Fedora Workstation, or use the following command in Terminal: +``` +sudo dnf install krita + +``` + +[Mypaint][8] is another amazing digital painting application available for Fedora. Like Krita, it has multiple brushes and the ability to use layers. + +![][9] + +Install Mypaint from the Software application in Fedora Workstation, or use the following command in Terminal: +``` +sudo dnf install mypaint + +``` + +### Pixel Art: Libresprite + +[Libresprite][10] is an application designed for the creation of pixel art and pixel animations. It supports a range of colour modes and exports to many formats (including animated GIF). Additionally, Libresprite has drawing tools designed for the creation of pixel art: the polygon tool, and contour & shading tools. + +![][11] + +Libresprite is available to download from the Flathub application repository. To install, simply [enable Flathub as a software source][12], and then install via the Software application. + + +-------------------------------------------------------------------------------- + +via: https://fedoramagazine.org/image-creation-applications-fedora/ + +作者:[Ryan Lerch][a] +选题:[lujun9972](https://github.com/lujun9972) +译者:[译者ID](https://github.com/译者ID) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://fedoramagazine.org/introducing-flatpak/ +[1]:http://inkscape.org +[2]:https://inkscape.org/en/learn/tutorials/ +[3]:https://inkscape.org/en/gallery/ +[4]:https://fedoramagazine.org/wp-content/uploads/2018/08/inkscape.png +[5]:https://krita.org/en/ +[6]:https://docs.krita.org/en/ +[7]:https://fedoramagazine.org/wp-content/uploads/2018/08/krita.jpg +[8]:http://mypaint.org/about/ +[9]:https://fedoramagazine.org/wp-content/uploads/2018/08/mypaint.png +[10]:https://github.com/LibreSprite/LibreSprite +[11]:https://fedoramagazine.org/wp-content/uploads/2018/08/libresprite.gif +[12]:https://fedoramagazine.org/install-flathub-apps-fedora/