forked from blackfiveimaging/photoprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
43 lines (29 loc) · 1.21 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
PhotoPrint 0.4.2 - a utility to print multiple images per sheet, using
Gutenprint, with support for 16-bit images and ICC profiles.
*WARNING* This software is experimental - use it at your own risk.
Currently JPG, BMP, TIFF and PNM images are supported natively, and other formats
are supported through the use of GdkPixbuf. If you come across any file
that PhotoPrint won't handle, please contact me at [email protected],
with a copy of the offending image, and I'll do my best to fix the problem.
Requirements:
~~~~~~~~~~~~~
To compile and run PhotoPrint you will need:
* Gutenprint 5.0.0 or later
* LittleCMS
* GTK+ 2.4 or later
* NetPBM
* LibJPEG
* LibTIFF
* CUPS (optional)
(For compiling, of course, you need GCC and all the appropriate -devel packages installed.)
Usage:
~~~~~~
photoprint [options] [image1] ...
options are:
-p - use alternative preset file
-b - batch mode
Create a folder in your home directory to store photoprint's preset files,
called .photoprint
Use the printer setup menu options to create settings suitable for your
printer, and select Save Preset, Save As or Save Default to store them to disk.
The user interface should be reasonably self-explanatory.