Convert: unable to extend cache
Posted: 2008-06-18T00:41:19-07:00
Hi everyone
I'm new with using ImageMagick. I'm currently working with the ImageMagick-6.4.1-Q16 Windows Version and I have a very strange error at the moment. Besides the error only occurs with that special font with is basicly a font with a logo and several other graphical items in it.
The command line:
That's what I get back:
2008-06-18T09:28:02+02:00 0:03 2.734u 6.4.1 Cache convert[4064]: cache.c/ExtendCache/3439/Cache
extend 123[0] (D:/ImageMagick-6.4.1-Q16/tmp/magick-MEQKyq8t[3], disk, 9.375tb)
2008-06-18T09:28:02+02:00 0:03 2.734u 6.4.1 Cache convert[4064]: cache.c/DestroyCacheInfo/2191/Cache
destroy 123[0]
convert: unable to extend cache `123': No space left on device.
convert: missing an image filename `label_size.jpg'.
And that's what -list resource tells me
File Area Memory Map Disk
------------------------------------------------
1536 3.93478gb 2.95108gb 7.86955gb 16eb
With Arial or any other font everything works fine and all of my disk have min. 9GB of free disk space.
Anyone an idea? I already searched the forum and internet, but till I haven't got a solution for that problem.
I'm new with using ImageMagick. I'm currently working with the ImageMagick-6.4.1-Q16 Windows Version and I have a very strange error at the moment. Besides the error only occurs with that special font with is basicly a font with a logo and several other graphical items in it.
The command line:
Code: Select all
C:\>convert -background lightblue -fill blue -size 300 -font Duisburg-Logo -pointsize 1 -density 72 -units pixelsperinch -debug cache label:123 label_size.jpg
2008-06-18T09:28:02+02:00 0:03 2.734u 6.4.1 Cache convert[4064]: cache.c/ExtendCache/3439/Cache
extend 123[0] (D:/ImageMagick-6.4.1-Q16/tmp/magick-MEQKyq8t[3], disk, 9.375tb)
2008-06-18T09:28:02+02:00 0:03 2.734u 6.4.1 Cache convert[4064]: cache.c/DestroyCacheInfo/2191/Cache
destroy 123[0]
convert: unable to extend cache `123': No space left on device.
convert: missing an image filename `label_size.jpg'.
And that's what -list resource tells me
File Area Memory Map Disk
------------------------------------------------
1536 3.93478gb 2.95108gb 7.86955gb 16eb
With Arial or any other font everything works fine and all of my disk have min. 9GB of free disk space.
Anyone an idea? I already searched the forum and internet, but till I haven't got a solution for that problem.