Posted: 2006-11-02T17:00:13-07:00
For the conversion you can use mogrify. Note however that -type palette is not needed as all GIF images are of type palette, no choice.
mogrify -format gif *.png
DANGER DANGER mogrify will replace images, in this case GIF images.
For the links that reverse the image order. That is more difficult.
First windows do not have a symbolic link concept, so you will have to use copies.
Second this is not a IM problem, and not something IM can do itself, you may need
to ask a windows/dos user on a different forum.
Do a google search for Dos scripting, hints tips and filename numbering.
mogrify -format gif *.png
DANGER DANGER mogrify will replace images, in this case GIF images.
For the links that reverse the image order. That is more difficult.
First windows do not have a symbolic link concept, so you will have to use copies.
Second this is not a IM problem, and not something IM can do itself, you may need
to ask a windows/dos user on a different forum.
Do a google search for Dos scripting, hints tips and filename numbering.