It makes an error when the Import command is executed.

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?".
Post Reply
hiroshi

It makes an error when the Import command is executed.

Post by hiroshi »

In the following situations, if the import command is executed, it becomes an error.

【 installation 】ImageMagick version 6.5.3-10
【 OS 】RED HAT ENTERORISE LINUX Version 4
【 installation place 】/user/local/bin/
【 command 】[root@localhost bin]import output.jpg

【 result 】
Version: ImageMagick 6.5.3-10 2009-06-22 Q16  http://www.imagemagick.org
Copyright: Copyright (c) 1999-2009 ImageMagick Studio LLC

Usage: Import [options ...] [ file ]

Image Settings:-adjoin join images into a single multi-image file


< omission (The message that seems that it explains the option of the import command it continues)>

By default, 'file' is written in the MIFF image format.
To specify a particular image format, precede the filename with an image
format name and a colon (i.e. ps:image) or specify the image type as
the filename suffix(i.e. image.ps).
Specify 'file' as '-' for standard input or output.

import: delegate library support not built-in '' (X11) @ import.c/ImportImageCommand/1280.



【Examined it for myself 】
(It is one respondent though there is a possibility of be derailed regardless, too. )
・Convert confirmed execution.
・Jpg and gif confirmed recognition.
・A similar message appears from display. (feeling that substitutes Import for Display)
・I do not think that there is a problem in the command because I see explanation (http://mechanics.civil.tohoku.ac.jp/soft/node43.html) of the command of ImageMagick.
・It is an error message and ..retrieval.. viewtopic.php?. f=1&t. . . There was no change though [wo] discovery and "X11" were examined, and the application of which you seemed may relate was added.
・Because it encountered the DISPALE environment of the word while investigating, it sets it with export set DISPLAY=:0.1 based on http://oshiete1.goo.ne.jp/qa1573944.html.
・It goes out, and it seems that it starts , saying that "Failed in the retrieval of the host name" on the way "Server is already active for display 0" though it went out when startx was done.


Linux is a situation of installing for the first time this time, and touching.
It would be greatly appreciated if it could answer I am sorry.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: It makes an error when the Import command is executed.

Post by magick »

It is likely you are missing the X11 development RPM on your system which is required for ImageMagick X11 support. Type
  • cd ImageMagick-6.5.3-10
    ./configure
examine the last 40 lines or so. It most likely suggests X11 was not validated. You can confirm by looking at config.log.
hiroshi

Re: It makes an error when the Import command is executed.

Post by hiroshi »

Thank you for the answer.
I am sorry by poor English.


However, the configure folder doesn't exist in ImageMagick-6.5.3-10.


It installed it in the following way.

1.Addition/application-system construction-deletion of the application is selected from the GNOME menu.
2.The check is put in the check box of the graphics of the application group.
3.A right link of details is clicked (There is ImageMagick when it peeps in that).

The button of the update is clicked.

After doing the method of the above-mentioned
rpm -qa|grep ImageMagick
ImageMagick-6.0.7.1-5
rpm -qa|grep ImageMagick ImageMagick-6.0.7.1-5

By the way, it is an environment not connected with the Internet and Intranet.
Will it be a command that can be done in a local environment?
hiroshi

Re: It makes an error when the Import command is executed.

Post by hiroshi »

↓This is Japanese.

KONO MONDAI HA KAIKETSU SHIMASHITA.
REDHAT WO SAIINSTOLL SHI APPLICATION NO TUIKA DE IMAGEMAGICK WO
TUIKA SHITARA MONDAI NAKU TUKAERUYOUNINARIMASITA.

MINASAMA DOUMO ARIGATOUGOZAIMASHITA.
Post Reply