montage problem
-
- Posts: 22
- Joined: 2016-02-22T12:54:41-07:00
- Authentication code: 1151
montage problem
Hi! I have windows 7 32 and utilite montage don't run anything..Only black window with some logs, that quickly disappears
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: montage problem
What version of Imagemagick? What is your exact command line?
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: montage problem
That sounds as if you are trying to run it by clicking an icon, or something.Only black window with some logs, that quickly disappears
You should run it from a command line or script. What happens when you type...
Code: Select all
montage -version
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
-
- Posts: 22
- Joined: 2016-02-22T12:54:41-07:00
- Authentication code: 1151
Re: montage problem
I have this window that quickly desappears
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: montage problem
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.
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
-
- Posts: 22
- Joined: 2016-02-22T12:54:41-07:00
- Authentication code: 1151
Re: montage problem
Where in Win7 I can find this command prompt and what command I should type on it?
-
- Posts: 22
- Joined: 2016-02-22T12:54:41-07:00
- Authentication code: 1151
Re: montage problem
Now I have this
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: montage problem
That's it. You have found it. Now you can type any command you want.
snibgo's IM pages: im.snibgo.com
-
- Posts: 22
- Joined: 2016-02-22T12:54:41-07:00
- Authentication code: 1151
Re: montage problem
which command I should use to create something like this?
-
- Posts: 22
- Joined: 2016-02-22T12:54:41-07:00
- Authentication code: 1151
Re: montage problem
How I can combine 3 different photo in one without necessity to move it by hand?
-
- Posts: 22
- Joined: 2016-02-22T12:54:41-07:00
- Authentication code: 1151
Re: montage problem
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.
-
- Posts: 22
- Joined: 2016-02-22T12:54:41-07:00
- Authentication code: 1151
Re: montage problem
Via what command I can do this? https://drive.google.com/file/d/0BzA15F ... sp=sharing
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: montage problem
How about this:
See http://www.imagemagick.org/script/comma ... php#append
Code: Select all
convert 1.png 2.png 3.png +append head.png -append out.png
snibgo's IM pages: im.snibgo.com