summaryrefslogtreecommitdiff
path: root/obsolete/support/png2pdf/README
blob: 8a83810fbb2de01d886c57158768205b826230cb (plain)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96

CONTENTS
========
1. Purpose of the package
2. Installation (Unix/Linux, Windows)
3. Recent sources and documentation
4. Developer information
5. Contact



1. Purpose of the package
=========================
This package contains the png2pdf program. This program converts PNG
images to PDF files. It can use the PNG alpha channel to mix against
a background (either from the PNG file's background chunk or user
specified) and/or to create an image mask or PDF alpha channel.

This software is released under a BSD-style license.
See the file bsdlic.txt for details.



2. Installation
===============

2.1 Installation on Unix/Linux
------------------------------

2.1.1 Required libraries
The following libraries are required to install png2pdf:
- zlib    (required)
  http://www.gzip.org/zlib
- bzip2   (recommended)
  http://sources.redhat.com/bzip2/
- libpng  (required)
  http://www.libpng.org/pub/png/libpng.html
- dklibs  (required)
  http://sourceforge.net/projects/dklibs
Note: If you use package management software to install these libraries
make sure the developer support (C header files...) is installed too.
Some package managers use separated packages (xxx-dev) to provide
developer support for libraries.

2.1.2 Installation procedure
After unpacking the png2pdf source the usual
  ./configure
  make
  make install
procedure should work.

2.2 Installation on Windows
---------------------------
Windows users are encourage to use the setup executables from
http://sourceforge.net/projects/dklibs in the
dklibs-win32 package. The *user*.exe file installs the programs
and the documentataion, the *dev*.exe file also installs the
sources for all the programs and all the libraries needed to
build the programs.


3. Recent sources and documentation
===================================
The project is hosted on SourceForge, see
  http://png2pdf.sourceforge.net
and
  http://sourceforge.net/projects/png2pdf
for the most recent sources and documentation.



4. Developer Information
========================

For each module you find 2 source files: *.ctr and *.c.
The *.c file is created from the *.ctr file by running tracecc.
If you want to apply changes to the source, do it in the *.ctr
file.



5. Contact
==========
You can contact me using the contact form
http://www.fh-schmalkalden.de/url.php?/page/1026/select_wert/3023 on
our faculty's web server.
Please use "png2pdf bug" or "png2pdf suggestion" in the subject.

The bugtracking and feature mechanisms on the SourceForge
web site http://sourceforge.net/projects/png2pdf can also be used,
I check them approximately once per month.

Dirk Krause
2005-02-15