I have a very large image in the Adobe PSB format and ImageMagick is telling me the following when trying to downscale and convert it:
Code: Select all
$ convert -resize 5% eso1242a.psb eso1242a.jpg
convert: unable to extend cache `eso1242a.psb': No such file or directory @ error/cache.c/OpenPixelCache/4115.
convert: no images defined `eso1242a.jpg' @ error/convert.c/ConvertImageCommand/3044.
I downloaded the latest version of ImageMagick as of this post, compiled from source
Code: Select all
$ convert -version
Version: ImageMagick 6.8.0-3 2012-10-27 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
Code: Select all
$ convert -list resource
File Area Memory Map Disk Thread Time
-------------------------------------------------------------------------------
768 24.959GB 11.623GiB 23.245GiB unlimited 12 unlimited
Thank you!