error/blob.c/OpenBlob/2712

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/2712

Post by muri »

ubuntu 16.04.02 LTS x64
ImageMagick 6.8.9-9 Q16 x86_64 2017-05-26

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 commands. The most commands works fine. Only in two folders with tiles not working.
I have this command shorted to 1 line in the fileliste (tiles.txt), with the same problem.
Example:

Code: Select all

': No such file or directory @ error/blob.c/OpenBlob/2712.
' @ error/constitute.c/ReadImage/501.image format `JPG
': No such file or directory @ error/blob.c/OpenBlob/2712.
' @ error/constitute.c/ReadImage/501.image format `JPG
': No such file or directory @ error/blob.c/OpenBlob/2712.
' @ error/constitute.c/ReadImage/501.image format `JPG
...
': No such file or directory @ error/blob.c/OpenBlob/2712.
' @ error/constitute.c/ReadImage/501.image format `JPG
montage: too many exceptions (exception processing suspended).
When i open the 3000 tiles sorted in a HTML-page, all is fine. No tile is broken.

The tiles.txt:

Code: Select all

images/0101.jpg
images/0102.jpg
images/0103.jpg
images/0104.jpg
images/0105.jpg
images/0106.jpg
...
The HTML:

Code: Select all

<img src="images/0101.jpg" ><img src="images/0102.jpg" ><img src="images/0103.jpg" ><img src="images/0104.jpg" ><img src="images/0105.jpg" ><img src="images/0106.jpg" > ...
The folder:

Code: Select all

ls -l
...
Jul  7 14:05 images
...
the files:

Code: Select all

0101.jpg
0102.jpg
0103.jpg
0104.jpg
0105.jpg
0106.jpg
...
What is the problem?
muri
Posts: 15
Joined: 2017-01-17T05:09:01-07:00
Authentication code: 1151

Re: error/blob.c/OpenBlob/2712

Post by muri »

Post Reply