Single Strip Tiff Images

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Greg Coats
Posts: 31
Joined: 2004-10-28T11:18:28-07:00
Location: Virginia, USA

Post by Greg Coats »

The libTiff standard utility tiffinfo tells if an image is tiled or striped.

$ tiffinfo black_200.tif
Image Width: 200 Image Length: 200
Rows/Strip: 200

tiffinfo dcua_015.000m.tif
Image Width: 5400 Image Length: 4100
Tile Width: 256 Tile Length: 256
Post Reply