Search found 2 matches

by suvasish
2014-12-31T00:18:32-07:00
Forum: Users
Topic: How to recompile ImageMagick to detect the DELEGATES
Replies: 0
Views: 5132

How to recompile ImageMagick to detect the DELEGATES

I am using Imagemagick(6.4.3.6-7.18.x86_64) in SLES11 SP2

Using it like bellow..

import -window $wid $jpg

and getting this error

import: DelegateLibrarySupportNotBuiltIn `' (X11) @ error/import.c/ImportImageCommand/1303.

This URL http://www.imagemagick.org/discourse-server/viewtopic.php ...
by suvasish
2014-12-23T22:23:58-07:00
Forum: Users
Topic: Import Image from X11 Screen dosent work in linux
Replies: 0
Views: 5130

Import Image from X11 Screen dosent work in linux

A long story in short, trying to automate an ISO setup/installation process

In server(SLES11 SP2) running the installation scripts and virtualbox also installed in the same server .

using rdesktop to connect to the virtualbox(VBoxHeadless) on port 4001 and to install the ISO.

Installation ...