convert large amount of .eps files to a single .gif animation
Posted: 2015-08-06T02:22:56-07:00
Dear all,
I am trying to convert a large amount of .eps files (7500 files) to a single .gif animation. However I can't conclude the process. I am getting the following error:
Error: /ioerror in --showpage--
Operand stack:
1 true
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1910 1 3 %oparray_pop 1909 1 3 %oparray_pop --nostringval-- 1893 1 3 %oparray_pop 1787 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- 1793 0 3 %oparray_pop --nostringval-- --nostringval--
Dictionary stack:
--dict:1166/1684(ro)(G)-- --dict:0/20(G)-- --dict:83/200(L)--
Current allocation mode is local
Last OS error: 28
Current file position is 956282
GPL Ghostscript 9.05: Unrecoverable error, exit code 1
I don't have this error when I try with less images, for instance, 900 files.
I am using the following command.
convert -delay 10 -loop 0 *.eps animation.gif
Any ideal how to solve this problem?
Thank you very much.
I am trying to convert a large amount of .eps files (7500 files) to a single .gif animation. However I can't conclude the process. I am getting the following error:
Error: /ioerror in --showpage--
Operand stack:
1 true
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1910 1 3 %oparray_pop 1909 1 3 %oparray_pop --nostringval-- 1893 1 3 %oparray_pop 1787 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- 1793 0 3 %oparray_pop --nostringval-- --nostringval--
Dictionary stack:
--dict:1166/1684(ro)(G)-- --dict:0/20(G)-- --dict:83/200(L)--
Current allocation mode is local
Last OS error: 28
Current file position is 956282
GPL Ghostscript 9.05: Unrecoverable error, exit code 1
I don't have this error when I try with less images, for instance, 900 files.
I am using the following command.
convert -delay 10 -loop 0 *.eps animation.gif
Any ideal how to solve this problem?
Thank you very much.