Search found 15 matches
- 2017-07-08T08:51:50-07:00
- Forum: Users
- Topic: "no decode delegate for this image format JPEG"
- Replies: 5
- Views: 30831
Re: "no decode delegate for this image format JPEG"
The last problem postet here: https://www.imagemagick.org/discourse-s ... =1&t=32289
- 2017-07-08T08:41:47-07:00
- Forum: Users
- Topic: Problem with montage `cat files.txt` or montage @files.txt
- Replies: 1
- Views: 8028
Problem with montage `cat files.txt` or montage @files.txt
Hello, i have a not really problem with only one tile by the ImageMagick command "montage". Thats my command and the error: montage `cat files.txt` -mode Concatenate -tile 20x1 big.jpg montage: unable to open image 'images/0001.jpg': No such file or directory @ error/blob.c/OpenBlob/3093. Thats the ...
- 2017-07-08T07:49:58-07:00
- Forum: Users
- Topic: "no decode delegate for this image format JPEG"
- Replies: 5
- Views: 30831
Re: "no decode delegate for this image format JPEG"
I found a solution. After the delegate has worked, I found the error. The error was due to text files created in Windows. I copied the text and wrote it into new files in Lubuntu. So it worked. What should be broken on the text files, I do not know. Maybe it's a bug in ImageMagick. Strange is that ...
- 2017-07-08T07:44:20-07:00
- Forum: Users
- Topic: error/blob.c/OpenBlob/2489.ages
- Replies: 3
- Views: 3632
- 2017-07-08T07:43:42-07:00
- Forum: Users
- Topic: error/blob.c/OpenBlob/2712
- Replies: 1
- Views: 9529
Re: error/blob.c/OpenBlob/2712
Forward the problem: https://www.imagemagick.org/discourse-s ... =1&t=32287
- 2017-07-08T05:10:28-07:00
- Forum: Users
- Topic: "no decode delegate for this image format JPEG"
- Replies: 5
- Views: 30831
Re: "no decode delegate for this image format JPEG"
is the topic dead? Here my newest info: ./configure ... ============================================================================== ImageMagick is configured as follows. Please verify that this configuration matches your expectations. Host system type: x86_64-unknown-linux-gnu Build system type ...
- 2017-07-08T03:13:51-07:00
- Forum: Users
- Topic: "no decode delegate for this image format JPEG"
- Replies: 5
- Views: 30831
Re: "no decode delegate for this image format JPEG"
Hi snibgo, thanks for this hint. I have use this: apt-get build-dep imagemagick The problem is the same: montage `cat testa.txt` -geometry 150x150 -tile 20x1 testa.jpg montage: no decode delegate for this image format `JPEG' @ error/constitute.c/ReadImage/509. montage: `testa.jpg' @ error/montage.c ...
- 2017-07-08T01:42:58-07:00
- Forum: Users
- Topic: "no decode delegate for this image format JPEG"
- Replies: 5
- Views: 30831
"no decode delegate for this image format JPEG"
Lubuntu 16.04.02 LTS x64 ImageMagick 7.0.6-0 Q16 x86_64 Hi, thats actually too much for me. I use Lubuntu and in the Repository are an old Imagemagick version, with this i have problems. OK, i updated Imagemagick manually with this tutorial: https://scottiestech.info/2010/05/18/installing ...
- 2017-07-07T09:00:21-07:00
- Forum: Users
- Topic: error/blob.c/OpenBlob/2712
- Replies: 1
- Views: 9529
error/blob.c/OpenBlob/2712
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: montage `cat tiles.txt` -geometry 50x50 -tile 150x150 big-image.jpg And i have many folders with tiles for ...
- 2017-07-07T08:29:58-07:00
- Forum: Users
- Topic: error/blob.c/OpenBlob/2489.ages
- Replies: 3
- Views: 3632
Re: error/blob.c/OpenBlob/2489.ages
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.
The problem is not the amount of tiles. Other commands with other tiles works fine.
- 2017-07-07T02:56:44-07:00
- Forum: Users
- Topic: error/blob.c/OpenBlob/2489.ages
- Replies: 3
- Views: 3632
error/blob.c/OpenBlob/2489.ages
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: 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 ...
- 2017-02-19T16:00:42-07:00
- Forum: Users
- Topic: Batch watermark images in subfolders
- Replies: 4
- Views: 3865
Re: Batch watermark images in subfolders
OK, I can install a newer version in my shared webhost. This possibility exists. I have already done in another account. The things in the linked sides I have tried. I did not make it. Somehow I do not get that. Also, I need a batch. So, there are many many * .JPG in many subfolders. All these ...
- 2017-02-19T12:52:34-07:00
- Forum: Users
- Topic: Batch watermark images in subfolders
- Replies: 4
- Views: 3865
Batch watermark images in subfolders
Hello, I want to add pictures in subfolders with a watermark. For this I have a transparent PNG graphic. I tried to add a watermark to a single image, but I failed. I've been looking for solutions, but none has worked for me. To a batch processing method I have not come yet. The original pictures ...
- 2017-01-17T10:47:18-07:00
- Forum: Users
- Topic: Multiple commands to compress / Bash "Keep file name" / rotate 45 transparency
- Replies: 2
- Views: 2871
Re: Multiple commands to compress / Bash "Keep file name"
That's great! Many thanks GeeMack. The source images are somewhat out of round, so it takes special attention, or more precise commands (first "-gravity"). Here I have a summarized command for rotate 45 degrees with transparency PNG. convert *.jpg -set filename:f "../new-one-45/%[t]" \ -gravity ...
- 2017-01-17T05:26:32-07:00
- Forum: Users
- Topic: Multiple commands to compress / Bash "Keep file name" / rotate 45 transparency
- Replies: 2
- Views: 2871
Multiple commands to compress / Bash "Keep file name" / rotate 45 transparency
Hello, I need to edit multiple files in a folder. The single commands for one file I have already. Now I need this for all files in a folder. The files must be in a new folder. The files should retain their filenames. The commands for one file: convert 001.jpg -gravity Center -crop 95x95+0+0 -resize ...