I'm using this command:
Code: Select all
mogrify -format pdf[0] *.gif
Any help would be greatly appreciated!
Code: Select all
mogrify -format pdf[0] *.gif
You have the syntax backwards if you want to go from pdf to gif. Also you would be best to create a new directory and write to that directory rather than chance overwriting your original images.mogrify -format pdf[0] *.gif