Downloads

Converseen is an open source project written in C++ with the powerful Qt4 libraries. Thanks to the Magick++ image libraries it supports more than 100 image formats. You can convert and resize an unlimited number of images to any of the most popular formats: DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF.

With Converseen you can save your time because it allows you to process more than one image with one mouse click!

Converseen is very simple: it features a very simple user interface without strange options.

Fedora installation:

Fedora

You can install Converseen on Fedora using the official repository:

# yum install converseen

Ubuntu installation:

Ubuntu

You can install Converseen on Ubuntu Quantal Quetzal 12.10, Ubuntu Precise Pangolin 12.04, Ubuntu Oneiric Ocelot 11.10Ubuntu Natty Narwhal 11.04, Ubuntu Maverick Meerkat 10.10 and Ubuntu Lucid Lynx 10.04 using my repository:

$ sudo add-apt-repository ppa:faster3ck/converseen

$ sudo apt-get update

$ sudo apt-get install converseen

OpenSuse installation:

OpenSuse

Moreover, you can find different Converseen packages for OpenSuse by searching them on software.opensuse.org.

Arch Linux and Chakra:

ArchlinuxChakra

You can install Converseen on Arch Linux or Chakra through pacman:

# pacman -Sy converseen

Mageia:

Mageia

You can install Converseen on Mageia via Mageia Control Center or with:

# urpmi converseen

Windows:

Windows

To install Converseen on Windows (XP/Vista/Seven) you can download the installer: Converseen-0.6.2-win32-downloader.exe.

It contains Converseen, Qt4 and ImageMagick libraries.

After the installation you could need to install the Microsoft Visual C++ 2010 Redistributable Package (x86). You can download it from here.

Source code:

Source

You can get Converseen source code here: converseen-0.6.2.tar.bz2 or on GitHub.

In order to compile Converseen you need Qt4 and Magick++ development libraries with the gnu c++ compiler. Download Converseen, extract the archive content, enter directory and build the executable.

tar -xvf converseen_0.x-tar.bz2

cd converseen_0.x

mkdir build

cd build

cmake .. (to install on /usr/local/) or cmake -DCMAKE_INSTALL_PREFIX=/usr .. (to install on /usr/)

make

su

make install

Converseen is a free software; you can distribute it and/or modify it according to the terms of the GNU General Public License, as published by the Free Software Foundation; version 3.

Created by Faster.