GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
tiffsplittiles(1) FreeBSD General Commands Manual tiffsplittiles(1)

  tiffsplittiles - Copies tiles from a tiled TIFF file into separate 
TIFF files

  tiffsplittiles [-t] file.tif

tiffsplittiles opens file.tif and deals with its first image only (other images, if present, will be omitted). If this image is tiled, it produces one TIFF file containing each of the tiles; otherwise, it outputs an error message. The compression type of each output file is the same as in the input file. The output TIFF files are stripped by default, or tiled if the option -t is provided on the command line.

The names given to the output files are created by adding the row and column numbers of the piece after the name of the original image and before the extension.

To speed up treatment, tiles will be extracted in parallel by the available CPU cores, through the OpenMP library. Set environment variable OMP_NUM_THREADS to n (e.g. 1) to prevent the use of more than n cores.

-T
Do not report TIFF errors or warnings. Under Windows, they are reported with noisy dialog boxes.

tiffmakemosaic(1), tifffastcrop(1), tiffsplit(1), tiffcrop(1), libtiff(3TIFF)

Home Page

http://www.imnc.in2p3.fr/pagesperso/deroulers/software/largetifftools/

Christophe Deroulers
December 30th, 2021 LargeTIFFTools 1.4.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.