Hi, I just asked a question on StackOverflow here http://stackoverflow.com/questions/3524 ... thumbnails. But, I was wondering if this is an issue ever seen with imagemagick 6.7.7 . Basically I have thumbs and previews generated with this gray box on the bottom of them. Any help would be GREAT! Thank you!!!
Broken thumbnails in
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Broken thumbnails in
I've seen similar, though more commonly with black bottoms, in old versions of IM. The problem occurred when IM ran out of temporary storage (in /tmp or wherever), causing IM to crash, which left more junk files in tmp. So the workaround was to periodically clean tmp.
snibgo's IM pages: im.snibgo.com
Re: Broken thumbnails in
Thanks snibgo, wouldn't that mean that my disk is filling up?
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Broken thumbnails in
Not necessarily. The computer may be configured to limit space available in individual directories. So another workaround was to tell IM to use a different location for temporary storage. See MAGICK_TEMPORARY_PATH at http://www.imagemagick.org/script/resou ... nvironment
snibgo's IM pages: im.snibgo.com
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Broken thumbnails in
Re-reading that link, I recall that MAGICK_SYNCHRONIZE was also useful: if there was a space problem, it would be reported instead of returning "success" with a partially-written image.
snibgo's IM pages: im.snibgo.com