• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

loc/H12-Dec-2021-16,31916,304

res/H03-May-2022-4441

src/H12-Dec-2021-4,8892,985

ui/H12-Dec-2021-2,5362,529

COPYINGH A D12-Dec-202134.2 KiB677553

INSTALLH A D12-Dec-2021439 1310

README.mdH A D12-Dec-20212.3 KiB5034

converseen.appdata.xmlH A D12-Dec-20212.8 KiB6159

converseen.proH A D12-Dec-20213.9 KiB148137

converseen.rcH A D12-Dec-20212.7 KiB11390

converseen.slnH A D12-Dec-2021886 2119

converseen.vcxprojH A D12-Dec-202199.2 KiB1,0321,032

resource.hH A D12-Dec-2021453 179

resources.qrcH A D12-Dec-2021780 2524

README.md

1# Converseen
2
3![alt text](https://converseen.fasterland.net/res/converseen-linux.png "Converseen on Kde")
4
5**Converseen** is an open source project written in **C++** with the powerful **Qt5** libraries.
6Thanks to the **Magick++** image libraries it supports more than **100 image formats**.
7You can convert an unlimited number of images and / or create thumbnails
8to any of the most popular formats: DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF.
9With **Converseen** you can save your time because it allows you to process more than one image with a mouse click!
10**Converseen** is very simple: it features a very simple user interface without strange options.
11
12## What you can do with *Converseen*?
13
14With converseen you can:
15* Carry out a single or a multiple conversion.
16* Resize one or multiple images.
17* Compress images for your web pages.
18
19## Installing
20
21**Converseen** is available for both **Linux** and **Windows** platforms.
22To install **Converseen** source or binaries follow [these instructions](https://converseen.fasterland.net/download-for-linux/).
23
24## Author
25
26[Francesco Mondello](https://converseen.fasterland.net/).
27To contact me you can use [this page](https://converseen.fasterland.net/contact-me/).
28
29
30You can find more details about **Converseen** at [converseen.fasterland.net](https://converseen.fasterland.net/).
31If you appreciate this work and would like to support the project, you are welcome to [donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HQA6TBT5354FC) **1 EUR** via **Paypal**.
32
33## License
34
35    Converseen - The image batch converter and resizer
36    Copyright (C) 2009 - 2021  Francesco Mondello
37
38    This program is free software: you can redistribute it and/or modify
39    it under the terms of the GNU General Public License as published by
40    the Free Software Foundation, either version 3 of the License, or
41    (at your option) any later version.
42
43    This program is distributed in the hope that it will be useful,
44    but WITHOUT ANY WARRANTY; without even the implied warranty of
45    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
46    GNU General Public License for more details.
47
48    You should have received a copy of the GNU General Public License
49    along with this program.  If not, see <http://www.gnu.org/licenses/>.
50