From f7630b69a2363bcdcc97f103d1e9e095631ec56e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AD=E5=BC=80=E7=AE=B1?= Date: Fri, 9 Dec 2022 01:04:32 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=89=8B=E5=8A=A8=E9=80=89=E9=A2=98][tech]:?= =?UTF-8?q?=2020221208.1=20=E2=AD=90=EF=B8=8F=20Convert=20and=20Manipulate?= =?UTF-8?q?=20Images=20With=20=E2=80=98Converter=E2=80=99=20GUI=20Tool=20i?= =?UTF-8?q?n=20Linux.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...e Images With ‘Converter’ GUI Tool in Linux.md | 87 +++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 sources/tech/20221208.1 ⭐️ Convert and Manipulate Images With ‘Converter’ GUI Tool in Linux.md diff --git a/sources/tech/20221208.1 ⭐️ Convert and Manipulate Images With ‘Converter’ GUI Tool in Linux.md b/sources/tech/20221208.1 ⭐️ Convert and Manipulate Images With ‘Converter’ GUI Tool in Linux.md new file mode 100644 index 0000000000..3e2b35e83e --- /dev/null +++ b/sources/tech/20221208.1 ⭐️ Convert and Manipulate Images With ‘Converter’ GUI Tool in Linux.md @@ -0,0 +1,87 @@ +[#]: subject: "Convert and Manipulate Images With ‘Converter’ GUI Tool in Linux" +[#]: via: "https://itsfoss.com/converter-tool/" +[#]: author: "Ankush Das https://itsfoss.com/author/ankush/" +[#]: collector: "lkxed" +[#]: translator: " " +[#]: reviewer: " " +[#]: publisher: " " +[#]: url: " " + +Convert and Manipulate Images With ‘Converter’ GUI Tool in Linux +====== + +You can always [install ImageMagick][1] on your system to convert images, but not everyone likes to use the terminal for converting and manipulating images. + +So, what if you have a GUI app as a front-end to help with that? **Converter** is precisely that. + +It is a front-end to ImageMagick. So you do not need to use commands to convert and manipulate images. + +Note that most Ubuntu systems usually have ImageMagick pre-installed. You can always refer to our [installation guide][1] if you do not have it on your system. + +### Converter: A Graphical Front-end to ImageMagick + +![converter gui][2] + +It should not take a lot of effort to convert images. It is a simple task, and that is how it should be. + +I do not want to type a command to convert an image quickly. Hence, I prefer graphical tools that enable me to do things faster. + +[Converter][3] is an open-source graphical front-end that enables you to do that. It is a GTK4+libadwaita application. + +You can convert the images to various file formats that include **png, webp, jpeg, heif, heic, and bmp**. It is safe to say that you get support for the most popular image file formats. So, it should come in pretty handy. + +![file format converter][4] + +You can set a location to save all the files, and the converted images will automatically be stored at that location. + +![customize converter][5] + +You can also adjust an image’s quality, size, and background color. To access these options, click on “**More Options**” in the user interface before converting the image. + +![converter more options][6] + +The image size can be customized using its percentage, exact pixels, or ratio. For precise manipulation, changing the dimensions should help. + +If you want the image scaled to an extent, the percentage or ratio functionality should help you do that. You can also choose to add filters to your images. + +Overall, you get the basic options to re-size, convert, and optimize the image quality with Converter. + +You can also [tweak Nautilus][7] to have the [resize option in the right-click context menu][8]. It won’t be as versatile as this tool. + +### Install Converter on Linux + +Converter is available as a Flatpak on [Flathub][9] to install on any Linux distribution of your choice. + +Unfortunately, you do not get any binary packages to install on your Linux system. So, you might want to refer to our [Flatpak guide][10] to get it installed. + +``` +flatpak install flathub io.gitlab.adhami3310.Converter +``` + +You can explore more about it on its [GitLab page][3]. + +_Do you have any suggestions to nifty tools like this for us to highlight next? Let us know in the comments._ + +-------------------------------------------------------------------------------- + +via: https://itsfoss.com/converter-tool/ + +作者:[Ankush Das][a] +选题:[lkxed][b] +译者:[译者ID](https://github.com/译者ID) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://itsfoss.com/author/ankush/ +[b]: https://github.com/lkxed +[1]: https://itsfoss.com/install-imagemagick-ubuntu/ +[2]: https://itsfoss.com/wp-content/uploads/2022/12/converter-gui.png +[3]: https://gitlab.com/adhami3310/Converter +[4]: https://itsfoss.com/wp-content/uploads/2022/12/file-format-converter.png +[5]: https://itsfoss.com/wp-content/uploads/2022/12/customize-converter.png +[6]: https://itsfoss.com/wp-content/uploads/2022/12/converter-more-options.png +[7]: https://itsfoss.com/nautilus-tips-tweaks/ +[8]: https://itsfoss.com/resize-images-with-right-click/ +[9]: https://flathub.org/apps/details/io.gitlab.adhami3310.Converter +[10]: https://itsfoss.com/flatpak-guide/