Search found 12 matches

by bertiec
2011-05-06T11:47:19-07:00
Forum: Bugs
Topic: montage not working
Replies: 21
Views: 40480

Re: montage not working

Hooray! Montage worked this time. Many thanks for your help, fwm42. What did it? You may ask: I went back to give it one more try with my two .jpeg input files. I did this because of your remark that jpg was not in the delegates list. Well I knew that, and I knew that jpeg WAS in the delegates list ...
by bertiec
2011-05-06T05:43:54-07:00
Forum: Bugs
Topic: montage not working
Replies: 21
Views: 40480

Re: montage not working

This is the relevant line from the output of both 'convert -list configure' and also 'montage -list configure': DELEGATES bzlib jpeg mpeg the 'bzlib' is probably the result of an earlier mistake on my part which resulted in the Linux executable, bunzip2, being in /usr/local/bin. (I don't think that ...
by bertiec
2011-05-05T03:06:03-07:00
Forum: Bugs
Topic: montage not working
Replies: 21
Views: 40480

Re: montage not working

Progess!! I had been re-running only the final part (make intall) of IM. This time I did the lot (./configure ; make ; make install ) Now this is what I get from my montage command: bertie@ubuntu:~$ montage -geometry +4+40 -tile 1x pesach2.jpeg rpesach1.jpeg result.jpeg montage: unable to open image ...
by bertiec
2011-05-04T14:54:59-07:00
Forum: Bugs
Topic: montage not working
Replies: 21
Views: 40480

Re: montage not working

Found and installed libjpeg-6b and tried montage again. --- exactly the same outcome.
Am I doing something wrong like forgetting to also do a make install in the IM directory or
forgetting to do ldconfig ?
by bertiec
2011-05-04T08:39:01-07:00
Forum: Bugs
Topic: montage not working
Replies: 21
Views: 40480

Re: montage not working

I went to www.imagemagick.org/download/delegates I did not see a jpg but there was a jpeg: jpegsrcv8.tar.gz I installed that, then reran the make install of ImageMagick and again tried my montage run this time with .jpeg files with the following result: bertie@ubuntu:~/Desktop$ montage -geometry +4 ...
by bertiec
2011-05-03T12:59:29-07:00
Forum: Bugs
Topic: montage not working
Replies: 21
Views: 40480

Re: montage not working

bertie@ubuntu:~$ convert -list configure Path: /usr/local/share/ImageMagick-6.6.9/configure.xml Name Value ------------------------------------------------------------------------------- CC gcc -std=gnu99 -std=gnu99 CFLAGS -fopenmp -g -O2 -Wall -pthread CODER_PATH /usr/local/lib/ImageMagick-6.6.9 ...
by bertiec
2011-05-03T07:43:04-07:00
Forum: Bugs
Topic: montage not working
Replies: 21
Views: 40480

Re: montage not working

I took fmw42's advice, purgged my Ubuntu IM and compiled IM from source and re-installed - so now it's version is 6.6.9-7 and the executable is in /usr/local/bin. My command line was montage -geometry +4+4 -tile 1x little2.jpg little1.jpg result.jpg This gave the following error output montage ...
by bertiec
2011-04-30T08:32:25-07:00
Forum: Bugs
Topic: montage not working
Replies: 21
Views: 40480

Re: montage not working

replying to fmw42--- montage rose: rose: rose_tmp.png just sleeps till I kill it. bertie@ubuntu:~$ convert -version Version: ImageMagick 6.5.7-8 2010-12-02 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC Features: OpenMP bertie@ubuntu:~$ montage -version ...
by bertiec
2011-04-29T14:16:43-07:00
Forum: Bugs
Topic: montage not working
Replies: 21
Views: 40480

Re: montage not working

I tried fw42's suggestion. It makes no difference. Evidently the important thing is that the last-entered
filename is to be the output and the other filenames, perhaps from a wildcard, are inputs.
by bertiec
2011-04-29T09:33:30-07:00
Forum: Bugs
Topic: montage not working
Replies: 21
Views: 40480

Re: montage not working

I did do what I said in my previous posting - i.e. removed the old tar archive in /usr/local/bin/applications, purged
and re-installed imagemagic. It made no difference. - I get the same debug trace output. Help needed.
by bertiec
2011-04-29T05:55:44-07:00
Forum: Bugs
Topic: montage not working
Replies: 21
Views: 40480

Re: montage not working

A clue to what's wrong is that in my directory /usr/local/share is a tar archive from an earlier version: ImageMagic-6.2.4/utilities.
Maybe I should remove that .tar file and do apt-get purge and then apt-get install of imagemagic.
by bertiec
2011-04-29T02:04:28-07:00
Forum: Bugs
Topic: montage not working
Replies: 21
Views: 40480

montage not working

Problem with montage. My runs were taking a very long time. I had to kill them and in no instance was there any output file. I then reduced the size of each of the two input files from 1024x768 to 64x48 but still the run had to be killed. By means of the top command I discovered that the process was ...