montage problem

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?".
guitarking123
Posts: 22
Joined: 2016-02-22T12:54:41-07:00
Authentication code: 1151

montage problem

Post by guitarking123 »

Hi! I have windows 7 32 and utilite montage don't run anything..Only black window with some logs, that quickly disappears
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: montage problem

Post by fmw42 »

What version of Imagemagick? What is your exact command line?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: montage problem

Post 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...

Code: Select all

montage -version
... 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
snibgo's IM pages: im.snibgo.com
guitarking123
Posts: 22
Joined: 2016-02-22T12:54:41-07:00
Authentication code: 1151

Re: montage problem

Post by guitarking123 »

I have this window Image that quickly desappears
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: montage problem

Post 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.
snibgo's IM pages: im.snibgo.com
guitarking123
Posts: 22
Joined: 2016-02-22T12:54:41-07:00
Authentication code: 1151

Re: montage problem

Post by guitarking123 »

Where in Win7 I can find this command prompt and what command I should type on it?
guitarking123
Posts: 22
Joined: 2016-02-22T12:54:41-07:00
Authentication code: 1151

Re: montage problem

Post by guitarking123 »

Now I have this Image
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: montage problem

Post by snibgo »

That's it. You have found it. Now you can type any command you want.
snibgo's IM pages: im.snibgo.com
guitarking123
Posts: 22
Joined: 2016-02-22T12:54:41-07:00
Authentication code: 1151

Re: montage problem

Post by guitarking123 »

which command I should use to create something like this? Image
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: montage problem

Post by snibgo »

Your question is too vague for an answer.
snibgo's IM pages: im.snibgo.com
guitarking123
Posts: 22
Joined: 2016-02-22T12:54:41-07:00
Authentication code: 1151

Re: montage problem

Post by guitarking123 »

How I can combine 3 different photo in one without necessity to move it by hand?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: montage problem

Post by fmw42 »

guitarking123
Posts: 22
Joined: 2016-02-22T12:54:41-07:00
Authentication code: 1151

Re: montage problem

Post by guitarking123 »

How can I change working directory for the ImageMagick?
Last edited by guitarking123 on 2016-03-21T13:23:14-07:00, edited 1 time in total.
guitarking123
Posts: 22
Joined: 2016-02-22T12:54:41-07:00
Authentication code: 1151

Re: montage problem

Post by guitarking123 »

snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: montage problem

Post 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
snibgo's IM pages: im.snibgo.com
Post Reply