Page 1 of 3
montage problem
Posted: 2016-02-22T12:59:14-07:00
by guitarking123
Hi! I have windows 7 32 and utilite montage don't run anything..Only black window with some logs, that quickly disappears
Re: montage problem
Posted: 2016-02-22T13:02:53-07:00
by fmw42
What version of Imagemagick? What is your exact command line?
Re: montage problem
Posted: 2016-02-22T17:17:21-07:00
by snibgo
Only black window with some logs, that quickly disappears
That sounds as if you are trying to run it by clicking an icon, or something.
You should run it from a command line or script. What happens when you type...
... at the command line?
I get this:
Code: Select all
f:\web\im>montage -version
Version: ImageMagick 6.9.2-5 Q16 x64 2015-10-31 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Visual C++: 180031101
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib cairo freetype jng jp2 jpeg lcms lqr openexr pangocairo png ps rsvg tiff webp xml zlib
Re: montage problem
Posted: 2016-02-23T03:57:45-07:00
by guitarking123
I have this window
that quickly desappears
Re: montage problem
Posted: 2016-02-23T10:06:06-07:00
by snibgo
If you type that command at the command prompt, in a console window, it should give the output in the same window, not create a new window that quickly disappears.
I suspect you are not typing at the command prompt, but somewhere else, like a "run box" or something.
Re: montage problem
Posted: 2016-02-27T19:55:29-07:00
by guitarking123
Where in Win7 I can find this command prompt and what command I should type on it?
Re: montage problem
Posted: 2016-02-27T20:00:50-07:00
by guitarking123
Now I have this
Re: montage problem
Posted: 2016-02-27T21:35:20-07:00
by snibgo
That's it. You have found it. Now you can type any command you want.
Re: montage problem
Posted: 2016-02-28T05:25:01-07:00
by guitarking123
which command I should use to create something like this?
Re: montage problem
Posted: 2016-02-28T15:37:04-07:00
by snibgo
Your question is too vague for an answer.
Re: montage problem
Posted: 2016-02-29T12:11:35-07:00
by guitarking123
How I can combine 3 different photo in one without necessity to move it by hand?
Re: montage problem
Posted: 2016-02-29T13:29:18-07:00
by fmw42
Re: montage problem
Posted: 2016-03-21T12:34:01-07:00
by guitarking123
How can I change working directory for the ImageMagick?
Re: montage problem
Posted: 2016-03-21T12:47:45-07:00
by guitarking123
Re: montage problem
Posted: 2016-03-21T12:53:15-07:00
by snibgo
How about this:
Code: Select all
convert 1.png 2.png 3.png +append head.png -append out.png
See
http://www.imagemagick.org/script/comma ... php#append