Posted: 2006-06-15T10:52:15-07:00
Can you post a URL to your image so we can try to reproduce the problem?
ImageMagick 6.2.8-0, the latest release, has some patches related to large file handling. If you are not using it, consider upgrading.
The depth option should be 8, not 24. Its the depth of a single channel.
Try using the Q8 version of ImageMagick. The default install is Q16. Q16 uses twice as much resources as Q8. Using ImageMagick Q16, a 86400x42600 could use up to 52GB of temporary disk space whereas Q8 uses up to 26GB.
ImageMagick 6.2.8-0, the latest release, has some patches related to large file handling. If you are not using it, consider upgrading.
The depth option should be 8, not 24. Its the depth of a single channel.
Try using the Q8 version of ImageMagick. The default install is Q16. Q16 uses twice as much resources as Q8. Using ImageMagick Q16, a 86400x42600 could use up to 52GB of temporary disk space whereas Q8 uses up to 26GB.