Converseen is an open-source application that provides batch image processing along with multiple editing options and conversion with the support of 100+ formats.
Conversion and basic editing of a few images is a simple task, made easy thanks to many different tools. But what if you are dealing with more than a few images, You would have to process them one by one which would be very tedious. Another option is to process them in batches but not many tools provide such features.
Here at Ibmi Media, as part of our Server Management Services, we regularly help our Customers to configure Open-source Software tasks on any Linux system.
In this context, we shall look into how to configure converseen on Ubuntu 20.04 system.
Before proceeding with this Installation procedure, ensure that you are using a user account with sudo privileges.
Most Linux distributions come with the Converseen package in their default repositories. So you can simply install it through its apt package.
But before doing that it is advised to enable the Universe repository on your system.
To enable the Universe repository, run the following command:
$ sudo add-apt-repository universe
Now, you can install Converseen by running the following command in the Terminal:
$ sudo apt install converseen
After installation, You can search and open it from Activities.
Converseen allows batch processing which means you can perform editing and conversion on multiple images at the same time.
To batch process images:
Converseen editing and conversion are implemented through the Actions Panel and Conversion Formats panel.
To resize your images, Go to the Dimension tab in the Actions Panel and check the scale image or Resolution checkbox according to your preference. Now adjust the size through the available options.
Similarly, you can flip and rotate your images through the Rotate and flip tab in the Actions Panel.
You can rename multiple images according to suffix or prefix or add a progressive number in a name by checking the Rename in the Actions Panel.
You can replace the transparent background from your images with your selected color from the Replace transparent background option in the Conversion Formats panel.
Go to the Conversion Formats>Convert to option and select your desired format from the dropdown.
You can also scale the compression of your image from the Image settings option.
This article covers all about Batch processing using Converseen. In fact, Converseen is an open source software for batch image conversion. With this tool, you can convert multiple images to another format, resize, change their aspect ratio, rotate or flip them all at once.
Now you can edit and convert all your images with just a few clicks.
How to Install Converseen on Linux ?
1. On Debian and Ubuntu-based distributions, use:
$ sudo apt install converseen
2. On Fedora, use:
$ sudo dnf install converseen
3. On Arch and Manjaro, use:
$ sudo pacman -Sy converseen