Search found 3 matches

by emilywuq
2013-06-04T20:39:38-07:00
Forum: Bugs
Topic: ImageMagic crash on windows 7
Replies: 6
Views: 11270

Re: ImageMagic crash on windows 7

I believe that display and animate are unix only command for IM. If you are on windows and not Cygwin, I think there is some other command for looking at images. (I am not a Windows user but it something like IM_display)

see
http://www.imagemagick.org/script/display.php
http://www.imagemagick.org ...
by emilywuq
2013-06-04T16:38:34-07:00
Forum: Bugs
Topic: ImageMagic crash on windows 7
Replies: 6
Views: 11270

Re: ImageMagic crash on windows 7

The same problem happen when I play with some program in Magic++_Demo.
For example, when I added the following line in gravity.cpp
system( "animate gravity_out.miff -display :0" );
or added the below line in buton.cpp:
system( "display button_out.miff -display :0" );

I was adding those lines so ...
by emilywuq
2013-06-04T16:32:15-07:00
Forum: Bugs
Topic: ImageMagic crash on windows 7
Replies: 6
Views: 11270

ImageMagic crash on windows 7

ImageMagick crashes everytime when I run commands from windows cmd.exe. For example, the following commands:
display logo.gif -display :0
animate logo.gif -display :0
It can open the ImageMagick application without any problem. But when closing the application, a window error message pops up ...