{"id":1170,"date":"2021-12-16T12:32:08","date_gmt":"2021-12-16T09:32:08","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/11\/26\/how-to-convert-images-on-linux-with-xnconvert\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/11\/26\/how-to-convert-images-on-linux-with-xnconvert\/"},"modified":"2021-12-16T12:32:08","modified_gmt":"2021-12-16T09:32:08","slug":"how-to-convert-images-on-linux-with-xnconvert","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1170-how-to-convert-images-on-linux-with-xnconvert\/","title":{"rendered":"How to convert images on Linux with XnConvert"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Need to convert some image files on your Linux PC? Don\u2019t know the first thing about how to convert pictures? We can help! Follow along as we go over how to convert images on Linux with XnConvert.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-413405 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert.png\" alt=\"\" width=\"1200\" height=\"652\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert-3.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert-4.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert-5.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h2>Installing XnConvert on Linux<\/h2>\n<p>XnConvert supports Linux via a downloadable DEB package for Ubuntu and Debian. Additionally, the Arch Linux User Repository has a community package available, and XnConvert is also available on Flathub as a Flatpak.<\/p>\n<p>To get the app working on your computer, you\u2019ll first need to open up a terminal window on the Linux desktop. You can open up a terminal window by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and launch it that way.<\/p>\n<p>Once the terminal window is open and ready to go, the installation of XnConvert can begin. Using the distribution-specific installation instructions outlined below, set up the latest release of XnConvert on your computer.<\/p>\n<h4>Ubuntu<\/h4>\n<p>On Ubuntu, if you wish to install XnConvert, you\u2019ll need to download a DEB package. To get your hands on the latest DEB package for your system, make use of the following <strong>wget<\/strong> download command.<\/p>\n<pre>\nwget https:\/\/download.xnview.com\/XnConvert-linux-x64.deb\n<\/pre>\n<p>After downloading the XnConvert DEB package, installation can begin. Using the <strong>apt install<\/strong> command, set up the latest release of the app on your computer.<\/p>\n<pre>\nsudo apt install .\/XnConvert-linux-x64.deb\n<\/pre>\n<h4>Debian<\/h4>\n<p>If you use Debian, you will need to install the XnConvert application via a downloadable DEB package. To get your hands on the latest XnConvert DEB package, use the <strong>wget<\/strong> commands below.<\/p>\n<pre>\nwget https:\/\/download.xnview.com\/XnConvert-linux-x64.deb\n<\/pre>\n<p>Or, if you are using 32-bit Debian:<\/p>\n<pre>\nwget https:\/\/download.xnview.com\/XnConvert-linux.deb\n<\/pre>\n<p>After downloading the package to your computer, XnConvert is ready to install. Using the <strong>dpkg<\/strong> command, set up the latest release of XnConvert on your Debian system.<\/p>\n<pre>\nsudo dpkg -i XnConvert-*.deb\n<\/pre>\n<p>Following the installation of XnConvert on Debian, you must correct any dependency issues that may have occurred during the installation process. To do this, execute the following <strong>apt-get install -f<\/strong> command.<\/p>\n<pre>\nsudo apt-get install -f\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>The XnConvert program is available on the Arch Linux AUR. However, you\u2019ll need to install an AUR helper program to get the app working (unless you wish to compile it by hand).<\/p>\n<p>There are many great AUR helper tools out there for Arch. In this guide, we\u2019ll focus on Trizen as it is quick to install. To get the Trizen application working, execute the following commands below in succession.<\/p>\n<pre>\nsudo pacman -S base-devel git\ngit clone https:\/\/aur.archlinux.org\/trizen.git\ncd trizen\/\nmakepkg -sri\n<\/pre>\n<p>With the Trizen AUR helper tool working on Arch Linux, you\u2019ll be able to get the XnConvert program working in a matter of seconds. Then, using the <strong>trizen -S<\/strong> command, set up the latest XnConvert.<\/p>\n<pre>\ntrizen -S xnconvert --noconfirm\n<\/pre>\n<h4>Flatpak<\/h4>\n<p>Those using Fedora, OpenSUSE, or other Linux distributions not listed in this tutorial will need to install XnConvert via a Flatpak package. Thankfully, setting up the Flatpak runtime is relatively easy.<\/p>\n<p>To get the Flatpak runtime working on your computer, install the \u201cflatpak\u201d package. Alternatively, follow our in-depth tutorial on how to set up the Flatpak runtime.<\/p>\n<p>After setting up the Flatpak runtime, install the latest XnConvert on your computer with the two commands below.<\/p>\n<pre>\nflatpak remote-add --if-not-exists flathub https:\/\/flathub.org\/repo\/flathub.flatpakrepo\nflatpak install flathub com.xnview.XnConvert\n<\/pre>\n<h2>How to convert images on Linux with XnConvert<\/h2>\n<p>To convert images with the XnConvert app on Linux, do the following. First, launch the app on the desktop. You can launch XnConvert by searching for it in the applications menu.<\/p>\n<p>With the XnConvert program open, follow the step-by-step instructions below.<\/p>\n<p><strong>Step 1:<\/strong> Find the \u201cAdd files\u201d button and click on it with the mouse. Upon selecting this button, a pop-up window will appear. Browse for the files you wish to convert with the app and import them.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-413405 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert.png\" alt=\"\" width=\"1200\" height=\"652\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert-3.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert-4.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert-5.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p><strong>Step 2:<\/strong> Click on the \u201cOutput\u201d tab inside XnConvert. Then, find the \u201cFormat\u201d drop-down menu. In the \u201cFormat\u201d drop-down menu, change the setting \u201cSame as original\u201d to the desired format.<\/p>\n<p>For example, to convert PNGs to JPGs, select the \u201cJPG \u2013 JPEG\/ JFIF\u201d option.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-413408 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert-1.png\" alt=\"\" width=\"1200\" height=\"657\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert-1.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert-6.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert-7.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert-8.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p><strong>Step 3:<\/strong> After selecting your format, find the \u201cFolder\u201d area of the Output tab. Then, click on the browse button to browse where you\u2019d like the converted files to save.<\/p>\n<p><strong>Step 4:<\/strong> Find the \u201cInput\u201d tab in XnConvert. Once on this tab, click on the \u201cConvert\u201d button in the bottom-right-hand corner. Select this button to start the conversion process.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-413402 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert-2.png\" alt=\"\" width=\"1200\" height=\"658\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert-2.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert-9.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert-10.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-convert-images-on-linux-with-xnconvert-11.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p><strong>Step 5:<\/strong> The image conversion process should not take a long time. But it can take a few minutes, especially if the image files are large. When the process is complete, open up your output folder to view the newly converted image files.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Need to convert some image files on your Linux PC? Don\u2019t know the first thing about how to convert pictures? We can help! Follow along as we go over how to convert images on Linux with XnConvert. Installing XnConvert on Linux XnConvert supports Linux via a downloadable DEB package for Ubuntu and Debian. &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1171,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1170"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1170"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1170\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1171"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1170"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1170"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1170"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}