TIFF Utilities
==============

This folder contains utilities for analyzing and working with TIFF files.

1. TiffInfoViewer.cmd (Windows) or TiffInfoViewer.sh (Unix)
   --------------------------------------------------------
   Visual utility that displays a TIFF image and detailed information about the TIFF file structure.

2. TiffInfo.cmd (Windows) or TiffInfo.sh (Unix)
   --------------------------------------------
   Command-line version of TiffInfoViewer.

3. TiffCopy.cmd (Windows) or TiffCopy.sh (Unix)
   --------------------------------------------
   Command-line utility that copies a TIFF file with an ability to repack its structure
   or convert TIFF to/from another format.

4. MakeSvs.cmd (Windows) or MakeSvs.sh (Unix)
   ------------------------------------------
   Command-line utility that creates an SVS file on the base on some image.


Usage Notes:
-------------
- Make sure a Java Runtime Environment (JRE) of version 21 or higher is installed on your system.
- On Windows, you can run TiffInfoViewer by double-clicking the "TiffInfoViewer.cmd" or "TiffInfoViewer.jar" file.
- For command-line utilities, use a terminal (Windows Command Prompt, PowerShell, or Unix shell).
