Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2022-02-28 01:40:59
Size: 388
Comment:
Revision 4 as of 2023-04-06 16:15:14
Size: 731
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= LibTIFF = = Libtiff =
Line 3: Line 3:
'''LibTIFF''' is a software project that maintains the eponymous library and some associated utilities. They all revolve around manipulation and use of '''Tag Image File Format''' ('''TIFF''') files. '''Libtiff''' is a project maintaining the library ('''`libtiff(3tiff)`''') and associated utilities. They all revolve around manipulation and use of '''Tag Image File Format''' ('''TIFF''') files.
Line 6: Line 6:

----



== Installation ==

[[Linux]] distributions offer the utilities of `libtiff` under different package names. For [[Linux/Arch|Arch Linux]], install `libtiff`. For [[Linux/Debian|Debian]], install `libtiff-tools`.
Line 19: Line 27:
----



== See also ==

[[https://man.archlinux.org/listing/extra/libtiff/|All libtiff project man pages]]

Libtiff

Libtiff is a project maintaining the library (libtiff(3tiff)) and associated utilities. They all revolve around manipulation and use of Tag Image File Format (TIFF) files.


Installation

Linux distributions offer the utilities of libtiff under different package names. For Arch Linux, install libtiff. For Debian, install libtiff-tools.


Conversion

To convert a TIFF file into a PDF file, try:

tiff2pdf -o OUTPUT INPUT


See also

All libtiff project man pages


CategoryRicottone

Libtiff (last edited 2023-04-06 16:15:14 by DominicRicottone)