Page 1 of 1
Same Script works sometime and not working sometime
Posted: 2016-09-12T06:53:26-07:00
by agriz
Code: Select all
convert \( 1.png -set delay 10 \) \( 1.png -resize 158x158 -gravity North -extent 158x158 -crop 158x158+0+0 -write mpr:photo \) +delete \( -page +200+233 mpr:photo -resize 74% -set delay 30 \) \( -page +290+146 -clone 1 -resize 43% -set delay 30 \) \( -page +277+59 -clone 1 -resize 37% -set delay 30 \) \( -page +314+104 -clone 1 -resize 56% -set delay 30 \) \( -page +117+131 -clone 1 -resize 30% -set delay 30 \) \( -page +187+353 -clone 1 -resize 10% -set delay 30 \) -loop 0 output_2.gif
IM 7.0.2
Tried in windows. Imagemagick stopped working. (A pop was displayed) Sometimes, no error. produces the output.
Re: Same Script works sometime and not working sometime
Posted: 2016-09-12T10:55:31-07:00
by fmw42
What was the error message? Perhaps you are running out of temp space or you have a bad image?
You cannot run that command in Windows, since it is using Unix syntax. You must first convert the syntax to proper Windows syntax.
Re: Same Script works sometime and not working sometime
Posted: 2016-09-12T11:26:29-07:00
by agriz
fmw42 wrote:What was the error message? Perhaps you are running out of temp space or you have a bad image?
You cannot run that command in Windows, since it is using Unix syntax. You must first convert the syntax to proper Windows syntax.
Yes sir. I converted the command to windows and tried.
In both, Linux and windows, it works and not works.
I am not getting any error message.
In windows, The error message is Imagemagick stopped working.
The result is same for different images.
Re: Same Script works sometime and not working sometime
Posted: 2016-09-12T11:29:05-07:00
by agriz
It is now working after rebooting the system.