{"id":1771,"date":"2021-12-26T16:42:40","date_gmt":"2021-12-26T13:42:40","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/12\/25\/how-to-compress-images-in-linux-like-magic-with-e-mage\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/12\/25\/how-to-compress-images-in-linux-like-magic-with-e-mage\/"},"modified":"2021-12-26T16:42:40","modified_gmt":"2021-12-26T13:42:40","slug":"how-to-compress-images-in-linux-like-magic-with-e-mage","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1771-how-to-compress-images-in-linux-like-magic-with-e-mage\/","title":{"rendered":"How to compress images in Linux like magic with E-mage"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Need to compress some images on your Linux PC to make them smaller? If so, check out E-mage. It\u2019s a neat little tool with tons of features that can make compressing images on Linux like magic!<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415446 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-compress-images-in-linux-like-magic-with-e-mage.png\" alt=\"\" width=\"1200\" height=\"533\"\/><\/p>\n<h2>Installing E-mage on Linux<\/h2>\n<p>E-mage must be installed on your Linux system before you attempt to use it. Sadly, the program doesn\u2019t come pre-installed on any Linux operating system. Instead, you\u2019ll need to launch a terminal window to get the app working.<\/p>\n<p>Unsure about how to launch a terminal window on your Linux desktop? Press <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 use, the installation of E-mage can begin. Set up the E-mage application using the instructions below that correspond to the Linux distribution you use.<\/p>\n<h4>Ubuntu<\/h4>\n<p>If you\u2019re using Ubuntu, you won\u2019t be able to get the E-mage application up and running through the official Ubuntu software repositories. Instead, you\u2019ll need to download the DEB package from the internet and install it.<\/p>\n<p>To get your hands on the latest E-mage DEB package, use the following <strong>wget<\/strong> download command.<\/p>\n<pre>\nwget https:\/\/github.com\/douglasjunior\/emage\/releases\/download\/1.1.0\/emage_1.1.0_amd64.deb\n<\/pre>\n<p>Once the DEB package is done downloading, you can install the package on Ubuntu using the <strong>apt install<\/strong> command. This installation should be quick.<\/p>\n<pre>\nsudo apt install .\/emage_1.1.0_amd64.deb\n<\/pre>\n<h4>Debian<\/h4>\n<p>If you\u2019re on Debian Linux, you\u2019re in luck! The E-mage application is available for users via a downloadable DEB package. To get your hands on it, make use of the following <strong>wget<\/strong> download command.<\/p>\n<pre>\nwget https:\/\/github.com\/douglasjunior\/emage\/releases\/download\/1.1.0\/emage_1.1.0_amd64.deb\n<\/pre>\n<p>After downloading the latest E-mage DEB package to your Debian system, the installation can begin. Using the <strong>dpkg<\/strong> command below, set up the newest version of E-mage.<\/p>\n<pre>\nsudo dpkg -i emage_1.1.0_amd64.deb\n<\/pre>\n<p>Once the E-mage application is set up on your Debian computer, you must correct the dependency issues that may have occurred during the setup process.<\/p>\n<pre>\nsudo apt-get install -f\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>The E-mage application is available on Arch Linux, albeit unofficially. Sadly, you cannot install it from the official repositories. However, it is possible to get the app working through the Arch Linux User Repository.<\/p>\n<p>To start, use the\u00a0<strong>pacman<\/strong> command and install both the \u201cgit\u201d and \u201cbase-devel\u201d packages. These packages are essential to interact with the AUR.<\/p>\n<pre>\nsudo pacman -S git base-devel\n<\/pre>\n<p>Once the two packages are set up on your computer, use the <strong>git clone<\/strong> command to download the Trizen AUR helper and the <strong>makepkg<\/strong> command to install it.<\/p>\n<pre>\ngit clone https:\/\/aur.archlinux.org\/trizen.git\ncd trizen\/\nmakepkg -Sri\n<\/pre>\n<p>Finally, install the E-mage application on your Arch Linux computer using the <strong>trizen -S<\/strong> command.<\/p>\n<pre>\ntrizen -S emage-bin\n<\/pre>\n<h4>Fedora<\/h4>\n<p>Sadly, there is no RPM package of E-mage for Fedora users. To get it working, follow the AppImage instructions.<\/p>\n<h4>OpenSUSE<\/h4>\n<p>If you\u2019re using OpenSUSE, you\u2019ll need to follow the AppImage installation instructions as there is not an RPM package available.<\/p>\n<h4>AppImage<\/h4>\n<p>To get E-mage working via AppImage, start setting up the AppImageLauncher runtime on your computer. This tool will make setting up E-mage much easier.<\/p>\n<p>Once the AppImageLauncher app is done downloading, head over to the E-mage website, download the AppImage and launch it with AppImageLauncher to install it on your Linux system.<\/p>\n<h2>Compress images in Linux like magic with E-mage<\/h2>\n<p>To compress images with the E-mage application, launch it. Then, follow the step-by-step instructions below.<\/p>\n<p><strong>Step 1:<\/strong> Under the \u201cChoose the algorithms\u201d section, find the algorithms you wish to use to compress your JPG, PNG, or GIF image. By default, all algorithms are selected. If you want to change the defaults, uncheck any algorithms in this section.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415440 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-compress-images-in-linux-like-magic-with-e-mage-1.png\" alt=\"\" width=\"1200\" height=\"809\"\/><\/p>\n<p><strong>Step 2:<\/strong> After selecting which algorithms you wish to use to compress images, move on to the \u201cPick the image files\u201d section. In this area, click on the picture icon. When you select the picture icon, a pop-up window will appear.<\/p>\n<p>Inside the pop-up window, browse for the image you wish to compress. If you need to compress images in bulk, hold down the <strong>Ctrl<\/strong> button while making your selections with the mouse.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415438 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-compress-images-in-linux-like-magic-with-e-mage-2.png\" alt=\"\" width=\"1200\" height=\"786\"\/><\/p>\n<p><strong>Step 3:<\/strong> Allow E-mage to compress your images. Under the \u201cSee the magic\u201d section, the app will show the process of your compressed photos, what algorithms it used to compress, and how much it has optimized the images.<\/p>\n<p>Please note that if images fail to compress via E-mage, your Linux system lacks specific dependencies. For more information, click on the \u201cX\u201d button to view the error in E-mage.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415446 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-compress-images-in-linux-like-magic-with-e-mage.png\" alt=\"\" width=\"1200\" height=\"533\"\/><\/p>\n<p><strong>Step 4:<\/strong> When the compression is complete, the E-mage app will have automatically replaced the images with more optimized versions. From here, you can close the E-mage application.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Need to compress some images on your Linux PC to make them smaller? If so, check out E-mage. It\u2019s a neat little tool with tons of features that can make compressing images on Linux like magic! Installing E-mage on Linux E-mage must be installed on your Linux system before you attempt to use &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1772,"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\/1771"}],"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=1771"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1771\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1772"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1771"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1771"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1771"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}