> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Convert and Manipulate Images With 'Converter' GUI Tool in Linux
- URL: https://itsfoss.com/converter-tool/
- Published: 2022-12-08T11:01:21.000Z
- Updated: 2023-01-03T03:50:53.000Z
- Description: A GUI front-end to ImageMagick to convert and manipulate images on Linux. Learn more about using this nifty tool.
- Author: Ankush Das
- Tags: Applications

You can always [install ImageMagick](https://itsfoss.com/install-imagemagick-ubuntu/) 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](https://itsfoss.com/install-imagemagick-ubuntu/) if you do not have it on your system.

## Converter: A Graphical Front-end to ImageMagick

![converter gui](https://itsfoss.com/content/images/wordpress/2022/12/converter-gui.png)

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](https://gitlab.com/adhami3310/Converter?ref=itsfoss.com) 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](https://itsfoss.com/content/images/wordpress/2022/12/file-format-converter.png)

File formats

You can set a location to save all the files, and the converted images will automatically be stored at that location.

![customize converter](https://itsfoss.com/content/images/wordpress/2022/12/customize-converter.png)

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](https://itsfoss.com/content/images/wordpress/2022/12/converter-more-options.png)

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](https://itsfoss.com/nautilus-tips-tweaks/) to have the [resize option in the right-click context menu](https://itsfoss.com/resize-images-with-right-click/). It won’t be as versatile as this tool.

## Install Converter on Linux

Converter is available as a Flatpak on [Flathub](https://flathub.org/apps/details/io.gitlab.adhami3310.Converter?ref=itsfoss.com) to install on any Linux distribution of your choice.

Unfortunately, you do not get any binary packages installed on your Linux system. So, you might want to refer to our [Flatpak guide](https://itsfoss.com/flatpak-guide/) to get it installed.

```
flatpak install flathub io.gitlab.adhami3310.Converter
```

You can explore more about it on its [GitLab page](https://gitlab.com/adhami3310/Converter?ref=itsfoss.com).

*Do you have any suggestions for nifty tools like this for us to highlight next? Let us know in the comments.*