1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
[](https://flattr.com/submit/auto?user_id=faster3ck&url=https://github.com/Faster3ck/Converseen&title=Converseen&language=&tags=github&category=software)
# Converseen

**Converseen** is an open source project written in **C++** with the powerful **Qt5** libraries.
Thanks to the **Magick++** image libraries it supports more than **100 image formats**.
You can convert an unlimited number of images and / or create thumbnails
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 a mouse click!
**Converseen** is very simple: it features a very simple user interface without strange options.
## What you can do with *Converseen*?
With converseen you can:
* Carry out a single or a multiple conversion.
* Resize one or multiple images.
* Compress images for your web pages.
## Installing
**Converseen** is available for both **Linux** and **Windows** platforms.
To install **Converseen** source or binaries follow [these instructions](http://converseen.fasterland.net/download-for-linux/).
## Author
[Francesco Mondello](http://converseen.fasterland.net/).
To contact me you can use [this page](http://converseen.fasterland.net/contact-me/).
You can find more details about **Converseen** at [converseen.sf.net](http://converseen.fasterland.net/).
If you appreciate this work and would like to support the project, you are welcome to [donate](http://converseen.fasterland.net/#donations) **1 EUR** via **Paypal**.
## License
Converseen - The image batch converter and resizer
Copyright (C) 2009-2016 Francesco Mondello
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
|