-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
30 lines (23 loc) · 1.12 KB
/
README
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
images2pdf
----------
Qt/C++ application to merge all images from directory to single pdf.
- places one image per page
- fits image to page size (A4)
Todo and possible improvements (read as 'missing features'):
- page and image size could be specified by user?
- better readme and installation/deployment description
- image2pdf processing code is separate from gui but for price of gui freezes
- - (uses callback communication)
- - could be placed in separate thread/background job etc
- - there could be added some CLI (using QCoreApplication ...?)
---------------------------------------------------------------
License and so:
Created at 11/2011 by Queria Sa-Tas <[email protected]>
sa-tas.net || github.com/queria/
Published under BeerWare License
"THE BEER-WARE LICENSE":
Queria Sa-Tas wrote this software. As long as you retain this notice you
can do whatever you want with this stuff. If we meet some day, and you think
this stuff is worth it, you can buy me a beer in return
OR buy drink for Poul-Henning Kamp (author of beer-ware license).
~~ Queria Sa-Tas