Page 1 of 1

Disk Limit prevents thumbnail creation

Posted: 2012-08-15T13:52:24-07:00
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.

Re: Disk Limit prevents thumbnail creation

Posted: 2012-08-15T14:29:45-07:00
by magick

Re: Disk Limit prevents thumbnail creation

Posted: 2012-08-19T20:36:44-07:00
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.