I am trying to crop a very large (4Gb) TIFF. I'd first like to get its dimensions. Running identify, verbose or not, does not give me any output:
Code: Select all
identify M3_2016_06_27_high.tif
identify -verbose M3_2016_06_27_high.tif
Code: Select all
identify M3_2016_06_27_low.tif
identify -verbose M3_2016_06_27_low.tif
Code: Select all
convert M3_2016_06_27_high.tif foo.mpc
convert: no images defined `foo.mpc' @ error/convert.c/ConvertImageCommand/3210.
Code: Select all
convert M3_2016_06_27_low.tif foo.mpc
Both the high-res and low-res TIFFs were output by Agisoft PhotoScan after being stitched from smaller images.
I am using ImageMagick 6.8.9-9, Q16 on Linux (Ubuntu 16.04, kernel 4.4.31), calling from the shell.
Any thoughts on what the matter could be?