Converseen is an open source project written in C++ with the powerful Qt4 libraries. Converseen is a free software system for Linux and Windows that allows you to convert, compress and resize single or multiple images at a time in a simple, effective and above all automatic and painless. Think for example of having to convert or resize a folder of images. Converseen, with a simple click, you can convert on the fly all the pictures you want to process.
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!
With converseen you can:
- Carry out a single or a multiple conversion.
- Resize one or multiple images.
- Compress images for your web pages.
- Rotate and flip images.
- Rename a bunch of images using a progressive number or a prefix/suffix.
- Selecting a resampling filter to resize images.
To install Converseen in Fedora copy the following command in the Terminal:
To install Converseen in Arch-Linux copy the following command in the Terminal:
- sudo yum install converseen
To install Converseen in Debian/CentOS/OpenSuse/Other Distributions open Terminal and copy the following commands in the Terminal:
- sudo pacman -Sy converseen
You need to install Qt4 and Magick++ development libraries with the gnu c++ compiler
[[ source ]]
- wget -O converseen-0.6.tar.bz2 http://sourceforge.net/projects/converseen/files/Converseen/Converseen%200.6/converseen-0.6.tar.bz2/download
- tar -xvf converseen-0.6.tar.bz2 && cd converseen-0.*
- mkdir build && cd build
- cmake .. (to install on /usr/local/) or cmake -DCMAKE_INSTALL_PREFIX=/usr .. (to install on /usr/)
- make
- su
- make install
Source: converseen
No comments