> Hi everyone.. looking for some help regarding slpitting a multi-pageTIFF > file into single pages. I do not see a way to do this with image magick. > Does any one know how to do this? This seems like it should be fairly straight-forward: convert multipage.tif single%d.tif Does that work? GNS