]> www.fi.muni.cz Git - evince.git/commit
implement the ps exporter interface for tiff documents
authorMatthew S. Wilson <msw@rpath.com>
Sun, 3 Jul 2005 14:00:45 +0000 (14:00 +0000)
committerMatt Wilson <msw@src.gnome.org>
Sun, 3 Jul 2005 14:00:45 +0000 (14:00 +0000)
commitb7abdba401b7aec50e93ecd1df1ce76cb1f315c1
tree650e77275b1bb2179690864a0643834c3c9221ea
parent3c322258656221ad2416396e42e587b5569fcd42
implement the ps exporter interface for tiff documents

2005-07-03  Matthew S. Wilson  <msw@rpath.com>

* tiff/tiff-document.c (tiff_document_ps_export_begin)
(tiff_document_ps_export_do_page, tiff_document_ps_export_end)
(tiff_document_document_ps_exporter_iface_init): implement the ps
exporter interface for tiff documents

* tiff/tiff2ps.c: added a modified version of tiff2ps.c from
libtiff to implement TIFF postscript export

* tiff/tiff2ps.h: added a header file for external tiff2ps
functions.

* tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
tiff2ps.h
ChangeLog
tiff/Makefile.am
tiff/tiff-document.c
tiff/tiff2ps.c [new file with mode: 0644]
tiff/tiff2ps.h [new file with mode: 0644]