ImageMagick delegate library error
up vote
2
down vote
favorite
I have recently installed ImageMagick and I am trying to use it to convert postscript files to .gif images. I ran the post installation test:
/usr/local/bin/convert logo: logo.gif
This works perfectly, but trying to convert my own does not. I am using a CentOS virtual machine.
This is what I first tried:
/usr/local/bin/convert Average.ps: average.gif
Nothing seems to happen, it's as if something is happening but nothing does.
Then I tried:
convert -list configure
I did this to see what files types are supported, I got:
DELEGATES mpeg ps
So I tried:
/usr/local/bin/convert Average.ps: average.mpeg
And the same thing happens. I also tried the above without the .ps just in case that would help.
When I run
display /root/Desktop/Average_1961.ps
I get this error:
display: delegate library support not built-in `' (X11) @ error/display.c/DisplayImageCommand/1906.
But the delegate library shows .ps and .mpeg support, and the install test created a gif, so I'm very confused.
Has anyone got any suggestions?
Thanks,
Ciara
imagemagick gif postscript
migrated from stackoverflow.com Mar 25 '14 at 20:32
This question came from our site for professional and enthusiast programmers.
add a comment |
up vote
2
down vote
favorite
I have recently installed ImageMagick and I am trying to use it to convert postscript files to .gif images. I ran the post installation test:
/usr/local/bin/convert logo: logo.gif
This works perfectly, but trying to convert my own does not. I am using a CentOS virtual machine.
This is what I first tried:
/usr/local/bin/convert Average.ps: average.gif
Nothing seems to happen, it's as if something is happening but nothing does.
Then I tried:
convert -list configure
I did this to see what files types are supported, I got:
DELEGATES mpeg ps
So I tried:
/usr/local/bin/convert Average.ps: average.mpeg
And the same thing happens. I also tried the above without the .ps just in case that would help.
When I run
display /root/Desktop/Average_1961.ps
I get this error:
display: delegate library support not built-in `' (X11) @ error/display.c/DisplayImageCommand/1906.
But the delegate library shows .ps and .mpeg support, and the install test created a gif, so I'm very confused.
Has anyone got any suggestions?
Thanks,
Ciara
imagemagick gif postscript
migrated from stackoverflow.com Mar 25 '14 at 20:32
This question came from our site for professional and enthusiast programmers.
What's your CentOS and ImageMagick version (convert -version)?
– nwellnhof
Feb 22 '14 at 20:20
Hi, It's the lastest release of ImageMagick: 6.8.8-7 Q16 i686. And it's CentOS 5.7. Thanks, Ciara
– cohara
Feb 24 '14 at 8:44
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I have recently installed ImageMagick and I am trying to use it to convert postscript files to .gif images. I ran the post installation test:
/usr/local/bin/convert logo: logo.gif
This works perfectly, but trying to convert my own does not. I am using a CentOS virtual machine.
This is what I first tried:
/usr/local/bin/convert Average.ps: average.gif
Nothing seems to happen, it's as if something is happening but nothing does.
Then I tried:
convert -list configure
I did this to see what files types are supported, I got:
DELEGATES mpeg ps
So I tried:
/usr/local/bin/convert Average.ps: average.mpeg
And the same thing happens. I also tried the above without the .ps just in case that would help.
When I run
display /root/Desktop/Average_1961.ps
I get this error:
display: delegate library support not built-in `' (X11) @ error/display.c/DisplayImageCommand/1906.
But the delegate library shows .ps and .mpeg support, and the install test created a gif, so I'm very confused.
Has anyone got any suggestions?
Thanks,
Ciara
imagemagick gif postscript
I have recently installed ImageMagick and I am trying to use it to convert postscript files to .gif images. I ran the post installation test:
/usr/local/bin/convert logo: logo.gif
This works perfectly, but trying to convert my own does not. I am using a CentOS virtual machine.
This is what I first tried:
/usr/local/bin/convert Average.ps: average.gif
Nothing seems to happen, it's as if something is happening but nothing does.
Then I tried:
convert -list configure
I did this to see what files types are supported, I got:
DELEGATES mpeg ps
So I tried:
/usr/local/bin/convert Average.ps: average.mpeg
And the same thing happens. I also tried the above without the .ps just in case that would help.
When I run
display /root/Desktop/Average_1961.ps
I get this error:
display: delegate library support not built-in `' (X11) @ error/display.c/DisplayImageCommand/1906.
But the delegate library shows .ps and .mpeg support, and the install test created a gif, so I'm very confused.
Has anyone got any suggestions?
Thanks,
Ciara
imagemagick gif postscript
imagemagick gif postscript
edited Nov 26 at 16:43
isherwood
480414
480414
asked Feb 22 '14 at 14:46
cohara
1613
1613
migrated from stackoverflow.com Mar 25 '14 at 20:32
This question came from our site for professional and enthusiast programmers.
migrated from stackoverflow.com Mar 25 '14 at 20:32
This question came from our site for professional and enthusiast programmers.
What's your CentOS and ImageMagick version (convert -version)?
– nwellnhof
Feb 22 '14 at 20:20
Hi, It's the lastest release of ImageMagick: 6.8.8-7 Q16 i686. And it's CentOS 5.7. Thanks, Ciara
– cohara
Feb 24 '14 at 8:44
add a comment |
What's your CentOS and ImageMagick version (convert -version)?
– nwellnhof
Feb 22 '14 at 20:20
Hi, It's the lastest release of ImageMagick: 6.8.8-7 Q16 i686. And it's CentOS 5.7. Thanks, Ciara
– cohara
Feb 24 '14 at 8:44
What's your CentOS and ImageMagick version (
convert -version)?– nwellnhof
Feb 22 '14 at 20:20
What's your CentOS and ImageMagick version (
convert -version)?– nwellnhof
Feb 22 '14 at 20:20
Hi, It's the lastest release of ImageMagick: 6.8.8-7 Q16 i686. And it's CentOS 5.7. Thanks, Ciara
– cohara
Feb 24 '14 at 8:44
Hi, It's the lastest release of ImageMagick: 6.8.8-7 Q16 i686. And it's CentOS 5.7. Thanks, Ciara
– cohara
Feb 24 '14 at 8:44
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f733509%2fimagemagick-delegate-library-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What's your CentOS and ImageMagick version (
convert -version)?– nwellnhof
Feb 22 '14 at 20:20
Hi, It's the lastest release of ImageMagick: 6.8.8-7 Q16 i686. And it's CentOS 5.7. Thanks, Ciara
– cohara
Feb 24 '14 at 8:44