> It allows you to convert one image at a time by typing the following > command > in a shell: > convert myimage.gif myimage.png > You can do a lot more with shell scripting, but it's not so easy at > first. Which is pretty much what I used with a command-line for... do loop in bash. Cheers, Dan.