Author: malat-guest Date: 2011-10-06 08:16:17 +0000 (Thu, 06 Oct 2011) New Revision: 8089
Modified: trunk/packages/openslide/trunk/debian/changelog trunk/packages/openslide/trunk/debian/control trunk/packages/openslide/trunk/debian/openslide-show-properties.1 Log: Update man page Modified: trunk/packages/openslide/trunk/debian/changelog =================================================================== --- trunk/packages/openslide/trunk/debian/changelog 2011-10-05 19:08:13 UTC (rev 8088) +++ trunk/packages/openslide/trunk/debian/changelog 2011-10-06 08:16:17 UTC (rev 8089) @@ -1,6 +1,7 @@ openslide (3.2.4-2) UNRELEASED; urgency=low * Fix Vcs-Browser URL + * Update man pages -- Mathieu Malaterre <[email protected]> Mon, 03 Oct 2011 20:52:55 +0200 Modified: trunk/packages/openslide/trunk/debian/control =================================================================== --- trunk/packages/openslide/trunk/debian/control 2011-10-05 19:08:13 UTC (rev 8088) +++ trunk/packages/openslide/trunk/debian/control 2011-10-06 08:16:17 UTC (rev 8089) @@ -67,6 +67,7 @@ Section: graphics Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: libtiff-tools Description: Manipulation and conversion tools for OpenSlide OpenSlide is a C library that provides a simple interface to read whole-slide images also known as virtual slides. Modified: trunk/packages/openslide/trunk/debian/openslide-show-properties.1 =================================================================== --- trunk/packages/openslide/trunk/debian/openslide-show-properties.1 2011-10-05 19:08:13 UTC (rev 8088) +++ trunk/packages/openslide/trunk/debian/openslide-show-properties.1 2011-10-06 08:16:17 UTC (rev 8089) @@ -74,6 +74,7 @@ Tag Description ImageDescription Stores some important key-value pairs and other information, see below Compression May be 33003 or 33005, which represent specific kinds of JPEG 2000 compression, see below +One can also use tiffinfo or tiffdump to dump information on those TIFF files. .fi .SS Extra data stored in ImageDescription @@ -130,7 +131,7 @@ All key-value data encoded in the ImageDescription TIFF field is represented as properties prefixed with ”aperio.”. .SH "SEE ALSO" -openslide-write-png(1), openslide-quickhash1sum(1) +openslide-write-png(1), openslide-quickhash1sum(1), tiffinfo(1), tiffdump(1) .SH AUTHORS The Carnegie Mellon School of Computer Science. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
