Disk Limit prevents thumbnail creation
Posted: 2012-08-15T13:52:24-07:00
$ 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.
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.