Converseen is a free open source batch image converter and resizer for Linux, Windows and FreeBSD. It uses Magick++ image libraries and supports more than 101 image formats. Using Converseen, you can convert multiple or single image, resize,rotate,flip multiple or single image and compress your images for your website.You can also convert pdf file to images and rename bulk images.It is released under the terms of the GNU General Public License.
Download Converseen [Windows,Linux]
Install Converseen Batch Image Converter and Resizer on Ubuntu
If you want to install the latest version of Converseen Batch Image Converter and Resizer on Ubuntu, use the official PPA. Open your terminal app (ctrl+alt+t) and execure the below command
sudo add-apt-repository ppa:ubuntuhandbook1/apps
Then type your Ubuntu password. And hit enter key confirm the Converseen PPA installation.Then type the below command in terminal and hit enter.
sudo apt update
Then run the below command in terminal to install Converseen on ubuntu.
sudo apt install converseen
Type Y and hit enter to confirm the installation. After the successful installation of Converseen, type the below command in terminal app to start Converseen on ubuntu.
converseen
You can also open it from Ubuntu Dash Show Apps menu. Just type converseen in the search field. Then click converseen to open it.
You can also install Converseen using below command. But you may get little old version.
sudo apt install converseen
Install Converseen via AppImage:
Download the Converseen in .AppImage file format from the above Converseen Download link and save it on your Downloads folder. In the terminal app (ctrl+alt+t) run below commands one by one.
cd Downloads
sudo chmod +x ~ Converseen-0.10.0.1-1-x86_64.AppImage
./Converseen-0.10.0.1-1-x86_64.AppImage
Note: Here “Converseen-0.10.0.1-1-x86_64.AppImage” is the downloaded file name. You can change above commands based on your downloaded file name.
Install Converseen via Snap:
In the terminal run below snap command to install Converseen.
sudo snap install converseen
You can remove it using below command.
sudo snap remove converseen
Install Converseen via Flatpak:
You can also install Converseen using flatpak from the flathub. In the terminal run below command.
flatpak install flathub net.fasterland.converseen
You can open the app using below flatpak command.
flatpak run net.fasterland.converseen
And uninstall converseen using below commands.
flatpak uninstall net.fasterland.converseen
[OR]
sudo flatpak uninstall net.fasterland.converseen
Note: If you don’t have flatpak and flathub, then install via below commands and restart your system after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo