Broken thumbnails in

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
jdkealy
Posts: 2
Joined: 2016-02-06T08:56:00-07:00
Authentication code: 1151

Broken thumbnails in

Post by jdkealy »

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!!!

Image
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Broken thumbnails in

Post by snibgo »

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
jdkealy
Posts: 2
Joined: 2016-02-06T08:56:00-07:00
Authentication code: 1151

Re: Broken thumbnails in

Post by jdkealy »

Thanks snibgo, wouldn't that mean that my disk is filling up?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Broken thumbnails in

Post by snibgo »

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
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Broken thumbnails in

Post by snibgo »

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
Post Reply