error/blob.c/OpenBlob/2489.ages

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
muri
Posts: 15
Joined: 2017-01-17T05:09:01-07:00
Authentication code: 1151

error/blob.c/OpenBlob/2489.ages

Post by muri »

Lubuntu 11.10
ImageMagick 6.6.0-4

Hello,
on the moment, i use "montage" for make tiles to a big image. For this, i have a list for the image-files.
Example:

Code: Select all

montage `cat tiles.txt` -geometry 50x50  -tile 150x150 big-image.jpg
And i have many folders with tiles for montage to big-images.
On few commands, the command have errors, not by all.
Example:

Code: Select all

':  @ error/blob.c/OpenBlob/2489.ages/2009-11.jpg
On one command, there is only one image was produce an error. I have change this image to a brand new blank image with no effect.
What is the problem?

PS: sorry, on the (old) PC isn't running a newer Lubuntu.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: error/blob.c/OpenBlob/2489.ages

Post by magick »

Upgrade! We tried montaging 9000 images with the latest release of ImageMagick (7.0.6-0) and it completed without complaint.
muri
Posts: 15
Joined: 2017-01-17T05:09:01-07:00
Authentication code: 1151

Re: error/blob.c/OpenBlob/2489.ages

Post by muri »

no chance to upgrade on this computer. i open a new Topic with the problem an another computer.
The problem is not the amount of tiles. Other commands with other tiles works fine.
muri
Posts: 15
Joined: 2017-01-17T05:09:01-07:00
Authentication code: 1151

Re: error/blob.c/OpenBlob/2489.ages

Post by muri »

Post Reply