Search found 17 matches

by OrangeDog
2012-06-19T02:06:28-07:00
Forum: Users
Topic: Ignore missing images
Replies: 8
Views: 12690

Re: Ignore missing images

However, a non-zero exit code is still given (1), making scripting very difficult.
This is good in most cases (as what was intended wouldn't have worked), but some way to ignore this specific problem would be grand.

Version is 6.7.6-1 Q8
by OrangeDog
2012-06-18T14:26:51-07:00
Forum: Users
Topic: Ignore missing images
Replies: 8
Views: 12690

Ignore missing images

convert a.png b.png c.png -loop 0 out.gif Is it possible to construct a command line similar to the above such that it won't fail if, for example, c.png does not exist and thus can't be loaded? Whether the final animation has only two frames, or the missing frame is replaced with, for example, soli...