Disk Limit prevents thumbnail creation

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
WALoeIII
Posts: 3
Joined: 2010-07-09T15:24:08-07:00
Authentication code: 8675308

Disk Limit prevents thumbnail creation

Post by WALoeIII »

$ mogrify -version
Version: ImageMagick 6.7.7-6 2012-08-12 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenCL

$ mogrify -limit "disk" "20gb" -limit "map" "512mb" -limit "memory" "512mb" -limit "thread" "2" -limit "time" "120" -format jpg -auto-orient -thumbnail "1200x1200>" -strip -quality "60" -colorspace "rgb" -border "0" -bordercolor "white" 0000000079
mogrify: unable to acquire cache view `No such file or directory' @ fatal/cache-view.c/AcquireAuthenticCacheView/121.

If I simply remove "-limit disk 20gb" it converts the image in about a second.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Disk Limit prevents thumbnail creation

Post by magick »

User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Disk Limit prevents thumbnail creation

Post by anthony »

Should we make it case insensitive.

Though I think Mega and milli make have a problem, it is not really a problem in this context.

Or at least give a warning about an unknown suffix.

I have been adding such warnings in IMv7 escape handling, or attempts to set one of the read only escapes.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply