2005.12.02 18:39 "[Tiff] Determining installed version of libtiff", by John Engelke

2005.12.06 20:13 "Re: [Tiff] Determining installed version of libtiff", by John Engelke

Thank you. Of course, this does not work with tiffsplit! (Is that a bug?)

[foo@localhost test]# tiffsplit
usage: tiffsplit input.tif [prefix]
[foo@localhost test]#

Running tiffinfo reveals that I have version 3.6.1 installed.

John Engelke

On 12/3/05, Andrey Kiselev <dron@ak4719.spb.edu> wrote:

On Fri, Dec 02, 2005 at 10:39:50AM -0800, John Engelke wrote:

Is there a quick way from bash to determine the currently installed version of libtiff (i.e. 3.6.1, 3.7.4), a utility or just plain somewhere to look?

Just run any libtiff utility without parameters and you will get the version string in the first line of output:

$ tiffinfo
LIBTIFF, Version 3.7.4
Copyright (c) 1988-1996 Sam Leffler

Copyright (c) 1991-1996 Silicon Graphics, Inc.

usage: tiffinfo [options] input...