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?".
I am getting the dreaded (because it is all over googlespace) message:
Magick: no decode delegate for this image format `target.tif' @ error/constitute.c/ReadImage/532.
using:
identify -list resource
File Area Memory Map Disk Thread Time
-------------------------------------------------------------------------------
2048 20GB 2.794GiB 93.132GiB 238.42GiB 128 unlimited
It is possible that the file is not cricket tiff since the viewer which works is playing for the same team, but it is also possible that this is the result of some capacity limitation. Any ideas?
Hi. I am running the Q8 and Q16 Windows static builds, so they do include tif. I have several other images from the same source which work fine, but none so large. The next largest image (which works fine) is:
I don't think so. I have 148GB available on the MAGICK_TMPDIR drive. Identify doesn't need any output space so I think that is the only disk requirement. Identify fails immediately.
Update: I just tried a drive with a terabyte as the MAGICK_TMPDIR - no joy.
I am talking about RAM not disk space. IM has to hold at least one copy of the image in memory and depending upon the processing could be multiple copies.
Your image is a BigTIFF and it requires that ImageMagick be built with the BigTIFF version of the TIFF library. We confirmed your image can be read with ImageMagick built with libtiff-4.0 Beta.
I've spent two days on this and I am not any closer. Can I please get a few more hints?
I can build the Static MT version of the utilities, but I have no idea how to use the libtiff.lib static link library from aperio or the 4.0 beta library.