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?".
ImageMagick can process up to terabyte images. You will need plenty of temporary free space because it stages the image to disk before writing it to the output image file.
Look at the resource requirements of the cache file to ensure you have enough disk space available. If so, the "Insufficient memory" exception may be coming from the TIFF delegate library rather than ImageMagick.
Add -debug cache to your command line. It will tell you how much temporary disk space it requires to process you image. Also post the results of this command:
tiffinfo image.tif
If you don't have tiffinfo, try locating it or type
identify image.tif
If we know the characteristics of the image we might be able to reproduce a similar image that we can try to convert on our machines.
We created an image similiar to yours and it converted without complaint. We're using ImageMaick 6.2.8 on a Fedora Core 5 system with 2GB of memory and 40GB of temporary disk.