Identify if TIF is compressed

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
jonas7d

Identify if TIF is compressed

Post by jonas7d »

Hello,
I would like to ask if there is any method to identify with ImageMagick if TIF file is compressed or no?

Many thanks for information.

Jonas
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Identify if TIF is compressed

Post by magick »

Try
  • identify -verbose image.tif
Look for the Compression tag.
jonas7d

Re: Identify if TIF is compressed

Post by jonas7d »

Thank you, that worked!
Post Reply